.bw-page,
.bw-page * {
	box-sizing: border-box;
}

/* -------------------------------------------------------------------------
 * Native Elementor layout – v1.1
 * ---------------------------------------------------------------------- */
.bw-native-section,
.bw-native-section * {
	box-sizing: border-box;
}

.bw-native-section {
	--bw-navy: #06192a;
	--bw-navy-2: #0b2940;
	--bw-green: #79c342;
	--bw-green-dark: #4c9d2f;
	--bw-text: #171b20;
	--bw-muted: #5e6871;
	--bw-border: #dfe4e7;
	color: var(--bw-text);
	font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

.bw-native-section .elementor-widget,
.bw-native-section .elementor-widget-container,
.bw-native-section p,
.bw-native-section h1,
.bw-native-section h2,
.bw-native-section h3 {
	margin-block: 0;
}

.bw-native-section img {
	display: block;
}

.bw-native-section a {
	color: inherit;
	text-decoration: none;
}

.bw-native-wrap {
	--width: min(1280px, calc(100% - 48px)) !important;
	width: min(1280px, calc(100% - 48px)) !important;
	max-width: 1280px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.bw-native-section-title {
	width: 100%;
	margin-bottom: 20px !important;
	text-align: center;
}

.bw-native-section-title .elementor-heading-title {
	color: #171b20;
	font-size: clamp(25px, 2.1vw, 34px);
	font-weight: 800;
	line-height: 1.25;
}

.bw-native-section-subtitle {
	margin-top: -15px !important;
	margin-bottom: 18px !important;
	color: var(--bw-muted);
	text-align: center;
}

.bw-native-grid {
	width: 100%;
}

.bw-native-button .elementor-button {
	display: inline-flex;
	min-height: 49px;
	align-items: center;
	justify-content: center;
	padding: 11px 27px;
	border: 1px solid var(--bw-green);
	border-radius: 6px;
	background: linear-gradient(135deg, #83cb48, #5eae34);
	box-shadow: 0 8px 20px rgba(100, 178, 54, .18);
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	transition: transform .2s ease, filter .2s ease;
}

.bw-native-button .elementor-button:hover {
	filter: brightness(1.06);
	transform: translateY(-2px);
}

.bw-native-button-outline .elementor-button {
	border-color: rgba(255, 255, 255, .78);
	background: rgba(5, 24, 41, .25);
	box-shadow: none;
	backdrop-filter: blur(5px);
}

/* Header */
.bw-native-header {
	position: relative;
	z-index: 50;
	min-height: 68px;
	justify-content: center;
	background: #051523;
	color: #fff;
}

.bw-native-header::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent 25%, var(--bw-green) 48%, transparent 80%);
	content: "";
	opacity: .8;
}

.bw-native-header-wrap {
	min-height: 68px;
	align-items: center;
	gap: 22px;
}

.bw-native-logo {
	--width: 182px !important;
	width: 182px !important;
	flex: 0 0 182px !important;
}

.bw-native-logo img {
	width: 100%;
}

.bw-native-nav-widget {
	flex: 1 1 auto;
}

.bw-native-nav-widget .elementor-widget-container {
	width: 100%;
}

.bw-native-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 1.25vw, 24px);
	font-size: 13px;
	font-weight: 600;
}

.bw-native-nav a {
	white-space: nowrap;
	opacity: .95;
}

.bw-native-nav a:first-child,
.bw-native-nav a:hover {
	color: var(--bw-green);
}

.bw-native-phone {
	--width: auto !important;
	width: auto !important;
	flex: 0 0 auto !important;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.bw-native-phone p {
	color: #fff;
}

.bw-native-phone p::first-letter {
	color: var(--bw-green);
}

.bw-native-header-button {
	--width: auto !important;
	width: auto !important;
	flex: 0 0 auto !important;
}

.bw-native-header-button .elementor-button {
	min-height: 36px;
	padding: 7px 16px;
	font-size: 13px;
}

/* Hero */
.bw-native-hero {
	position: relative;
	min-height: 520px;
	justify-content: center;
	background-color: #06192a;
	background-position: center !important;
	background-size: cover !important;
	color: #fff;
}

.bw-native-hero::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: linear-gradient(90deg, rgba(4, 21, 36, .98) 0%, rgba(4, 21, 36, .9) 27%, rgba(4, 21, 36, .35) 52%, rgba(4, 21, 36, .05) 78%);
	content: "";
	pointer-events: none;
}

.bw-native-hero > * {
	position: relative;
	z-index: 1;
}

.bw-native-hero-wrap {
	min-height: 520px;
	justify-content: center;
}

.bw-native-hero-copy {
	--width: min(620px, 52%) !important;
	width: min(620px, 52%) !important;
	gap: 0;
	padding: 42px 0;
}

.bw-native-hero-title {
	margin-bottom: 26px !important;
}

.bw-native-hero-title .elementor-heading-title {
	color: #fff;
	font-size: clamp(42px, 4vw, 62px);
	font-weight: 800;
	letter-spacing: -.9px;
	line-height: 1.14;
}

.bw-native-hero-title .elementor-heading-title span {
	color: var(--bw-green);
}

.bw-native-benefits {
	gap: 24px;
	margin-bottom: 25px;
}

.bw-native-benefit {
	--width: auto !important;
	width: auto !important;
	flex: 0 1 auto !important;
	align-items: center;
	gap: 8px;
}

.bw-native-benefit-icon {
	--width: 36px !important;
	width: 36px !important;
	flex: 0 0 36px !important;
}

.bw-native-benefit-icon img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.bw-native-benefit-text {
	--width: auto !important;
	width: auto !important;
}

.bw-native-benefit-text .elementor-heading-title {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.bw-native-hero-description {
	margin-bottom: 24px !important;
	color: rgba(255, 255, 255, .92);
	font-size: 16px;
	font-weight: 600;
}

.bw-native-button-row {
	gap: 16px;
}

.bw-native-button-row > .elementor-widget-button {
	--width: auto !important;
	width: auto !important;
}

.bw-native-button-row .elementor-button {
	min-width: 205px;
}

/* Question cards */
.bw-native-questions {
	padding: 29px 0 34px;
	background: #fff;
}

.bw-native-question-grid {
	gap: 12px;
}

.bw-native-question-card {
	--width: calc(20% - 10px) !important;
	width: calc(20% - 10px) !important;
	min-height: 215px;
	align-items: center;
	padding: 22px 15px 17px;
	border: 1px solid #d9dde0;
	border-radius: 11px;
	background: linear-gradient(#fff, #fbfcfc);
	box-shadow: 0 5px 16px rgba(0, 20, 35, .04);
	text-align: center;
}

.bw-native-card-icon {
	--width: 63px !important;
	width: 63px !important;
	margin-bottom: 11px !important;
}

.bw-native-card-icon img {
	width: 63px;
	height: 63px;
	object-fit: contain;
}

.bw-native-card-title {
	margin-bottom: 7px !important;
}

.bw-native-card-title .elementor-heading-title {
	color: #171b20;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
}

.bw-native-card-text {
	color: #4c5358;
	font-size: 12px;
	line-height: 1.55;
}

/* Systems */
.bw-native-systems {
	padding: 0 0 22px;
	background: #fff;
}

.bw-native-systems-grid {
	gap: 20px;
}

.bw-native-system-card {
	--width: calc(50% - 10px) !important;
	width: calc(50% - 10px) !important;
	min-height: 260px;
	overflow: hidden;
	justify-content: center;
	padding: 27px 30px;
	border-radius: 12px;
	background-color: var(--bw-navy);
	background-position: center !important;
	background-size: cover !important;
	color: #fff;
}

.bw-native-system-card::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: linear-gradient(90deg, rgba(3, 22, 38, .98) 0%, rgba(3, 22, 38, .88) 38%, rgba(3, 22, 38, .15) 78%);
	content: "";
}

.bw-native-system-card.bw-native-hybrid::before {
	background: linear-gradient(90deg, rgba(5, 58, 31, .98) 0%, rgba(5, 58, 31, .83) 43%, rgba(5, 58, 31, .12) 80%);
}

.bw-native-system-card > * {
	position: relative;
	z-index: 1;
	--width: 60% !important;
	width: 60% !important;
	align-self: flex-start;
}

.bw-native-system-title {
	margin-bottom: 10px !important;
}

.bw-native-system-title .elementor-heading-title {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
}

.bw-native-system-list {
	margin-bottom: 14px !important;
	font-size: 13px;
}

.bw-native-system-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bw-native-system-list li {
	position: relative;
	margin: 5px 0;
	padding-left: 22px;
}

.bw-native-system-list li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--bw-green);
	content: "✓";
	font-weight: 900;
}

.bw-native-system-button {
	--width: auto !important;
	width: auto !important;
}

.bw-native-system-button .elementor-button {
	min-height: 34px;
	padding: 7px 19px;
	border-color: rgba(255, 255, 255, .85);
	background: rgba(4, 25, 40, .2);
	box-shadow: none;
	font-size: 12px;
}

/* ROI Calculator */
.bw-native-calculator-section {
	background: #f3f3f1;
}

.bw-native-calculator-wrap {
	align-items: stretch;
}

.bw-native-roi-widget {
	--width: 57% !important;
	width: 57% !important;
	min-width: 0;
}

.bw-native-roi-widget > .elementor-widget-container,
.bw-calculator-widget {
	height: 100%;
}

.bw-calculator-widget {
	display: grid;
	grid-template-columns: minmax(330px, 1fr) 245px;
}

.bw-calculator-widget .bw-calc-panel {
	padding: 40px 38px;
	background: #f4f4f2;
}

.bw-calculator-widget .bw-calc-panel h2 {
	margin-bottom: 2px;
	font-size: 28px;
	font-weight: 800;
}

.bw-calculator-widget .bw-calc-panel > p {
	margin-bottom: 24px;
	color: #555f65;
}

.bw-calculator-widget .bw-range-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 17px 0 7px;
	font-size: 13px;
}

.bw-calculator-widget input[type="range"] {
	width: 100%;
	height: 5px;
	appearance: none;
	border-radius: 8px;
	outline: none;
	background: #d8ddde;
}

.bw-calculator-widget input[type="range"]::-webkit-slider-thumb {
	width: 16px;
	height: 16px;
	appearance: none;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #3a974a;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .22);
	cursor: pointer;
}

.bw-calculator-widget .bw-system-switch {
	display: flex;
	align-items: center;
	gap: 19px;
	margin: 23px 0;
	font-size: 13px;
}

.bw-calculator-widget .bw-system-switch label {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.bw-calculator-widget .bw-system-switch input {
	accent-color: #4ca349;
}

.bw-calculator-widget .bw-calc-button {
	width: 100%;
	border: 0;
	cursor: pointer;
}

.bw-calculator-widget .bw-calc-result {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 28px 18px;
	border: 1px solid #83c855;
	background: linear-gradient(160deg, #f4fff0, #eaf6e5);
	text-align: center;
}

.bw-calculator-widget .bw-calc-result > span {
	margin-top: 8px;
}

.bw-calculator-widget .bw-calc-result strong {
	color: #479f3e;
	font-size: 43px;
	line-height: 1.1;
}

.bw-calculator-widget .bw-calc-result hr {
	width: 80%;
	margin: 19px 0;
	border: 0;
	border-top: 1px solid #a9ce99;
}

.bw-calculator-widget .bw-calc-result > b {
	font-size: 24px;
}

.bw-calculator-widget .bw-calc-result p {
	margin-top: 18px;
	color: #5e685c;
	font-size: 9px;
	line-height: 1.45;
}

.bw-native-calculator-image {
	--width: 43% !important;
	width: 43% !important;
}

.bw-native-calculator-image,
.bw-native-calculator-image > .elementor-widget-container,
.bw-native-calculator-image img {
	height: 100%;
}

.bw-native-calculator-image img {
	width: 100%;
	min-height: 385px;
	object-fit: cover;
}

/* Why */
.bw-native-why {
	padding: 23px 0 25px;
	background: #fff;
}

.bw-native-why-grid {
	gap: 0;
}

.bw-native-why-card {
	--width: 20% !important;
	width: 20% !important;
	align-items: center;
	padding: 5px 18px;
	border-right: 1px solid #e1e4e5;
	text-align: center;
}

.bw-native-why-card:last-child {
	border-right: 0;
}

.bw-native-why-icon {
	--width: 48px !important;
	width: 48px !important;
	margin-bottom: 8px !important;
}

.bw-native-why-icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.bw-native-why-title {
	margin-bottom: 5px !important;
}

.bw-native-why-title .elementor-heading-title {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.bw-native-why-text {
	color: #555e64;
	font-size: 11px;
}

/* Projects */
.bw-native-projects {
	padding: 0 0 28px;
	background: #f7f8f7;
}

.bw-native-project-head {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.bw-native-project-head .bw-native-section-title {
	--width: auto !important;
	width: auto !important;
	margin: 0 !important;
	text-align: left;
}

.bw-native-project-all {
	--width: auto !important;
	width: auto !important;
}

.bw-native-project-all .elementor-button {
	min-height: 34px;
	padding: 7px 16px;
	border: 1px solid var(--bw-green);
	background: transparent;
	box-shadow: none;
	color: var(--bw-green-dark);
	font-size: 12px;
}

.bw-native-project-grid {
	gap: 14px;
}

.bw-native-project-card {
	--width: calc(25% - 11px) !important;
	width: calc(25% - 11px) !important;
	overflow: hidden;
	border: 1px solid #e1e4e5;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(7, 27, 40, .05);
}

.bw-native-project-image img {
	width: 100%;
	height: 156px;
	object-fit: cover;
}

.bw-native-project-title {
	padding: 9px 13px 5px;
}

.bw-native-project-title .elementor-heading-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.bw-native-project-title .elementor-heading-title {
	color: var(--bw-green-dark);
}

.bw-native-project-title small {
	color: #687178;
	font-size: 10px;
	font-weight: 500;
}

.bw-native-project-details {
	padding: 0 13px 11px;
	color: #333a3f;
	font-size: 11px;
	line-height: 1.55;
}

.bw-native-project-details p {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5px;
}

/* Stats */
.bw-native-stats {
	padding: 26px 0;
	background: linear-gradient(135deg, #061a2b, #0b2639);
	color: #fff;
}

.bw-native-stats-grid {
	gap: 0;
}

.bw-native-stat {
	--width: 20% !important;
	width: 20% !important;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, .14);
	text-align: center;
}

.bw-native-stat:last-child {
	border-right: 0;
}

.bw-native-stat-number .elementor-heading-title {
	color: var(--bw-green);
	font-size: 34px;
	font-weight: 800;
}

.bw-native-stat-label {
	color: #fff;
	font-size: 12px;
}

/* Process */
.bw-native-process {
	padding: 30px 0 35px;
	background: #fff;
}

.bw-native-process-grid {
	gap: 14px;
}

.bw-native-process-item {
	--width: calc(12.5% - 13px) !important;
	width: calc(12.5% - 13px) !important;
	position: relative;
	align-items: center;
	text-align: center;
}

.bw-native-process-item:not(:last-child)::after {
	position: absolute;
	top: 16px;
	right: -12px;
	color: var(--bw-green);
	content: "›";
	font-size: 26px;
	font-weight: 800;
}

.bw-native-process-number {
	--width: 34px !important;
	width: 34px !important;
	height: 34px;
	margin-bottom: 9px !important;
	border-radius: 50%;
	background: linear-gradient(145deg, #86cf51, #51a63c);
}

.bw-native-process-number .elementor-heading-title {
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 34px;
}

.bw-native-process-title {
	margin-bottom: 3px !important;
}

.bw-native-process-title .elementor-heading-title {
	font-size: 12px;
	font-weight: 800;
}

.bw-native-process-text {
	color: #606970;
	font-size: 10px;
}

/* CTA */
.bw-native-cta {
	position: relative;
	min-height: 175px;
	justify-content: center;
	background-color: var(--bw-navy);
	background-position: center 62% !important;
	background-size: cover !important;
	color: #fff;
}

.bw-native-cta::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 24, 40, .97) 0%, rgba(5, 24, 40, .87) 55%, rgba(5, 24, 40, .35) 100%);
	content: "";
}

.bw-native-cta > * {
	position: relative;
	z-index: 1;
}

.bw-native-cta-wrap {
	min-height: 175px;
	align-items: center;
	justify-content: space-between;
}

.bw-native-cta-copy {
	--width: auto !important;
	width: auto !important;
}

.bw-native-cta-title .elementor-heading-title {
	color: #fff;
	font-size: 29px;
	font-weight: 800;
	line-height: 1.25;
}

.bw-native-cta-title span {
	color: var(--bw-green);
}

.bw-native-cta-text {
	margin-top: 7px !important;
	color: rgba(255, 255, 255, .9);
}

.bw-native-cta-buttons {
	--width: auto !important;
	width: auto !important;
}

/* Footer */
.bw-native-footer {
	padding: 35px 0 15px;
	background: #061827;
	color: rgba(255, 255, 255, .82);
}

.bw-native-footer-grid {
	gap: 35px;
	padding-bottom: 25px;
}

.bw-native-footer-column {
	--width: calc(19% - 20px) !important;
	width: calc(19% - 20px) !important;
	gap: 10px;
}

.bw-native-footer-about {
	--width: 38% !important;
	width: 38% !important;
}

.bw-native-footer-logo {
	--width: 190px !important;
	width: 190px !important;
	margin-bottom: 8px !important;
}

.bw-native-footer-text,
.bw-native-footer-links {
	font-size: 12px;
	line-height: 1.75;
}

.bw-native-footer-title .elementor-heading-title {
	color: #fff;
	font-size: 16px;
	font-weight: 800;
}

.bw-native-footer-links a:hover {
	color: var(--bw-green);
}

.bw-native-social {
	display: flex;
	gap: 8px;
}

.bw-native-social a {
	display: inline-flex;
	min-width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	padding: 0 7px;
	border-radius: 50px;
	background: var(--bw-green-dark);
	color: #fff;
	font-size: 10px;
}

.bw-native-footer-bottom {
	align-items: center;
	justify-content: space-between;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .58);
	font-size: 10px;
}

.bw-native-copyright,
.bw-native-policy {
	--width: auto !important;
	width: auto !important;
}

@media (max-width: 1180px) {
	.bw-native-nav {
		gap: 11px;
		font-size: 11px;
	}

	.bw-native-phone {
		display: none;
	}

	.bw-native-benefits {
		gap: 14px;
	}

	.bw-native-system-card > * {
		--width: 72% !important;
		width: 72% !important;
	}

	.bw-calculator-widget {
		grid-template-columns: minmax(310px, 1fr) 210px;
	}
}

@media (max-width: 900px) {
	.bw-native-wrap {
		--width: min(100% - 32px, 760px) !important;
		width: min(100% - 32px, 760px) !important;
	}

	.bw-native-header-wrap {
		flex-wrap: wrap;
		padding: 12px 0 !important;
	}

	.bw-native-logo {
		--width: 160px !important;
		width: 160px !important;
	}

	.bw-native-nav-widget {
		order: 5;
		width: 100% !important;
		flex-basis: 100% !important;
	}

	.bw-native-nav {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.bw-native-header-button {
		margin-left: auto;
	}

	.bw-native-hero-copy {
		--width: 72% !important;
		width: 72% !important;
	}

	.bw-native-question-card {
		--width: calc(33.333% - 8px) !important;
		width: calc(33.333% - 8px) !important;
	}

	.bw-native-systems-grid {
		flex-wrap: wrap;
	}

	.bw-native-system-card {
		--width: 100% !important;
		width: 100% !important;
	}

	.bw-native-calculator-wrap {
		flex-wrap: wrap;
	}

	.bw-native-roi-widget,
	.bw-native-calculator-image {
		--width: 100% !important;
		width: 100% !important;
	}

	.bw-native-calculator-image img {
		max-height: 360px;
		min-height: 0;
	}

	.bw-native-why-card {
		--width: 33.333% !important;
		width: 33.333% !important;
		margin-bottom: 18px;
	}

	.bw-native-project-card {
		--width: calc(50% - 7px) !important;
		width: calc(50% - 7px) !important;
	}

	.bw-native-stats-grid {
		flex-wrap: wrap;
	}

	.bw-native-stat {
		--width: 33.333% !important;
		width: 33.333% !important;
		margin: 10px 0;
	}

	.bw-native-process-item {
		--width: calc(25% - 11px) !important;
		width: calc(25% - 11px) !important;
		margin-bottom: 12px;
	}

	.bw-native-cta-wrap {
		flex-wrap: wrap;
		gap: 20px;
		padding: 25px 0 !important;
	}

	.bw-native-footer-grid {
		flex-wrap: wrap;
	}

	.bw-native-footer-about {
		--width: 100% !important;
		width: 100% !important;
	}

	.bw-native-footer-column {
		--width: calc(33.333% - 24px) !important;
		width: calc(33.333% - 24px) !important;
	}
}

@media (max-width: 600px) {
	.bw-native-wrap {
		--width: calc(100% - 28px) !important;
		width: calc(100% - 28px) !important;
	}

	.bw-native-header-wrap {
		min-height: 62px;
	}

	.bw-native-nav {
		gap: 8px 14px;
	}

	.bw-native-header-button .elementor-button {
		padding-inline: 11px;
		font-size: 11px;
	}

	.bw-native-hero {
		min-height: 580px;
		background-position: 66% center !important;
	}

	.bw-native-hero::before {
		background: linear-gradient(90deg, rgba(4, 21, 36, .98), rgba(4, 21, 36, .76));
	}

	.bw-native-hero-copy {
		--width: 100% !important;
		width: 100% !important;
	}

	.bw-native-hero-title .elementor-heading-title {
		font-size: 36px;
	}

	.bw-native-benefits {
		flex-wrap: wrap;
	}

	.bw-native-benefit {
		--width: calc(50% - 7px) !important;
		width: calc(50% - 7px) !important;
	}

	.bw-native-button-row {
		flex-wrap: wrap;
	}

	.bw-native-button-row > .elementor-widget-button,
	.bw-native-button-row .elementor-button {
		width: 100% !important;
	}

	.bw-native-question-card {
		--width: 100% !important;
		width: 100% !important;
	}

	.bw-native-system-card {
		padding: 24px 20px;
	}

	.bw-native-system-card > * {
		--width: 88% !important;
		width: 88% !important;
	}

	.bw-calculator-widget {
		grid-template-columns: 1fr;
	}

	.bw-calculator-widget .bw-calc-panel {
		padding: 30px 22px;
	}

	.bw-calculator-widget .bw-system-switch {
		flex-wrap: wrap;
	}

	.bw-native-why-card {
		--width: 50% !important;
		width: 50% !important;
	}

	.bw-native-project-card {
		--width: 100% !important;
		width: 100% !important;
	}

	.bw-native-stat {
		--width: 50% !important;
		width: 50% !important;
	}

	.bw-native-process-item {
		--width: calc(50% - 7px) !important;
		width: calc(50% - 7px) !important;
	}

	.bw-native-cta-title .elementor-heading-title {
		font-size: 24px;
	}

	.bw-native-cta-buttons {
		--width: 100% !important;
		width: 100% !important;
	}

	.bw-native-footer-column {
		--width: 100% !important;
		width: 100% !important;
	}

	.bw-native-footer-bottom {
		flex-wrap: wrap;
		gap: 8px;
	}
}

.bw-page {
	--bw-navy: #06192a;
	--bw-navy-2: #0b2940;
	--bw-green: #79c342;
	--bw-green-dark: #4c9d2f;
	--bw-text: #171b20;
	--bw-muted: #5e6871;
	--bw-border: #dfe4e7;
	width: 100%;
	overflow: hidden;
	background: #fff;
	color: var(--bw-text);
	font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

.bw-page .elementor-widget,
.bw-page .elementor-widget-container,
.bw-page .elementor-element {
	margin: 0;
	padding: 0;
}

.bw-page img {
	display: block;
	max-width: 100%;
}

.bw-page a {
	color: inherit;
	text-decoration: none;
}

.bw-page h1,
.bw-page h2,
.bw-page h3,
.bw-page p {
	margin-top: 0;
}

.bw-wrap {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
}

.bw-section {
	padding: 30px 0;
	background: #fff;
}

.bw-section h2 {
	margin-bottom: 22px;
	text-align: center;
	font-size: clamp(24px, 2.1vw, 34px);
	font-weight: 800;
	line-height: 1.25;
}

.bw-btn {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 10px 28px;
	border: 1px solid var(--bw-green);
	border-radius: 6px;
	background: linear-gradient(135deg, #83cb48, #5eae34);
	box-shadow: 0 8px 20px rgba(100, 178, 54, .18);
	color: #fff !important;
	font-weight: 700;
	line-height: 1.2;
	transition: transform .2s ease, filter .2s ease;
}

.bw-btn:hover {
	filter: brightness(1.06);
	transform: translateY(-2px);
}

.bw-btn small {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	font-weight: 500;
}

.bw-btn-sm {
	min-height: 36px;
	padding: 7px 16px;
	font-size: 13px;
}

.bw-btn-outline {
	border-color: rgba(255, 255, 255, .78);
	background: rgba(5, 24, 41, .2);
	box-shadow: none;
	backdrop-filter: blur(5px);
}

/* Header */
.bw-header {
	position: relative;
	z-index: 50;
	height: 68px;
	background: #051523;
	color: #fff;
}

.bw-header::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent 25%, var(--bw-green) 48%, transparent 80%);
	content: "";
	opacity: .8;
}

.bw-header-inner {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 24px;
}

.bw-logo {
	width: 185px;
	flex: 0 0 185px;
}

.bw-logo img {
	width: 100%;
	height: auto;
}

.bw-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 1.3vw, 25px);
	margin-left: auto;
	font-size: 13px;
	font-weight: 600;
}

.bw-nav a {
	position: relative;
	white-space: nowrap;
	opacity: .94;
}

.bw-nav a:hover,
.bw-nav a.is-active {
	color: var(--bw-green);
}

.bw-nav a.is-active::after {
	position: absolute;
	right: 0;
	bottom: -24px;
	left: 0;
	height: 2px;
	background: var(--bw-green);
	content: "";
}

.bw-header-actions {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 13px;
	white-space: nowrap;
}

.bw-phone {
	font-weight: 700;
}

.bw-phone::first-letter {
	color: var(--bw-green);
}

.bw-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 9px;
	border: 0;
	background: transparent;
}

.bw-menu-toggle span {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: #fff;
}

/* Hero */
.bw-hero {
	position: relative;
	min-height: 520px;
	background-color: #06192a;
	background-image: linear-gradient(90deg, rgba(4, 21, 36, .98) 0%, rgba(4, 21, 36, .9) 27%, rgba(4, 21, 36, .35) 52%, rgba(4, 21, 36, .05) 78%), var(--bw-hero);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.bw-hero-inner {
	display: flex;
	min-height: 520px;
	align-items: center;
}

.bw-hero-copy {
	width: min(620px, 50%);
	padding: 45px 0;
}

.bw-hero h1 {
	margin-bottom: 26px;
	font-size: clamp(42px, 4vw, 62px);
	font-weight: 800;
	letter-spacing: -.9px;
	line-height: 1.14;
}

.bw-hero h1 span {
	color: var(--bw-green);
}

.bw-benefits {
	display: flex;
	gap: 28px;
	margin: 0 0 25px;
}

.bw-benefits > div {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 13px;
	line-height: 1.35;
}

.bw-benefits img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.bw-hero-copy > p {
	margin-bottom: 24px;
	color: rgba(255, 255, 255, .9);
	font-size: 16px;
	font-weight: 600;
}

.bw-hero-buttons {
	display: flex;
	gap: 16px;
}

.bw-hero-buttons .bw-btn {
	min-width: 205px;
	flex-direction: column;
}

/* FAQ cards */
.bw-questions {
	padding-top: 28px;
	padding-bottom: 34px;
	background: #fff;
}

.bw-questions h2 {
	margin-bottom: 20px;
}

.bw-question-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.bw-question-card {
	min-height: 215px;
	padding: 22px 15px 17px;
	border: 1px solid #d9dde0;
	border-radius: 11px;
	background: linear-gradient(#fff, #fbfcfc);
	box-shadow: 0 5px 16px rgba(0, 20, 35, .04);
	text-align: center;
}

.bw-question-card > img {
	width: 63px;
	height: 63px;
	margin: 0 auto 11px;
	object-fit: contain;
}

.bw-question-card h3 {
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
}

.bw-question-card p {
	margin: 0;
	color: #4c5358;
	font-size: 12px;
	line-height: 1.55;
}

/* Systems */
.bw-systems {
	padding-top: 0;
	padding-bottom: 22px;
}

.bw-section-head {
	margin-bottom: 17px;
	text-align: center;
}

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

.bw-section-head p {
	margin: 0;
	color: var(--bw-muted);
	font-size: 16px;
}

.bw-system-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.bw-system-card {
	position: relative;
	min-height: 260px;
	overflow: hidden;
	border-radius: 12px;
	background-color: var(--bw-navy);
	background-image: linear-gradient(90deg, rgba(3, 22, 38, .98) 0%, rgba(3, 22, 38, .88) 35%, rgba(3, 22, 38, .15) 75%), var(--bw-system);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.bw-system-hybrid {
	background-image: linear-gradient(90deg, rgba(5, 58, 31, .98) 0%, rgba(5, 58, 31, .83) 40%, rgba(5, 58, 31, .12) 78%), var(--bw-system);
}

.bw-system-copy {
	position: relative;
	z-index: 1;
	width: 60%;
	padding: 27px 30px;
}

.bw-system-copy h3 {
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: 800;
}

.bw-system-copy ul {
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

.bw-system-copy li {
	position: relative;
	margin: 5px 0;
	padding-left: 22px;
}

.bw-system-copy li::before {
	position: absolute;
	top: 1px;
	left: 0;
	color: var(--bw-green);
	content: "✓";
	font-weight: 900;
}

.bw-system-copy a {
	display: inline-flex;
	padding: 7px 19px;
	border: 1px solid rgba(255, 255, 255, .85);
	border-radius: 5px;
	font-size: 12px;
	font-weight: 700;
}

/* ROI calculator */
.bw-calculator-section {
	background: #f3f3f1;
}

.bw-calc-layout {
	display: grid;
	min-height: 385px;
	grid-template-columns: minmax(340px, .92fr) 260px minmax(450px, 1.2fr);
}

.bw-calc-panel {
	padding: 45px max(35px, calc((100vw - 1280px) / 2)) 35px max(35px, calc((100vw - 1280px) / 2));
	padding-right: 35px;
	background: #f5f5f3;
}

.bw-calc-panel h2 {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 800;
}

.bw-calc-panel > p {
	margin: 0 0 24px;
	color: #363c41;
	font-size: 16px;
}

.bw-range-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	font-size: 13px;
}

.bw-range-label strong {
	font-size: 16px;
}

.bw-page input[type="range"] {
	width: 100%;
	height: 6px;
	margin: 12px 0 4px;
	border-radius: 10px;
	outline: none;
	background: linear-gradient(90deg, var(--bw-green) 0 40%, #d8ddde 40%);
	accent-color: var(--bw-green-dark);
	appearance: none;
}

.bw-page input[type="range"]::-webkit-slider-thumb {
	width: 16px;
	height: 16px;
	border: 0;
	border-radius: 50%;
	background: var(--bw-green-dark);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	cursor: pointer;
	appearance: none;
}

.bw-system-switch {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 23px 0 21px;
	font-size: 13px;
}

.bw-system-switch > span {
	margin-right: auto;
}

.bw-system-switch label {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.bw-system-switch input {
	position: absolute;
	opacity: 0;
}

.bw-system-switch i {
	width: 17px;
	height: 17px;
	border: 1px solid #b9c0c3;
	border-radius: 50%;
	background: #fff;
}

.bw-system-switch input:checked + i {
	border: 5px solid var(--bw-green-dark);
}

.bw-calc-button {
	width: 100%;
	border: 0;
	cursor: pointer;
}

.bw-calc-result {
	display: flex;
	z-index: 2;
	margin: 28px 0;
	padding: 25px 24px;
	border: 1px solid var(--bw-green);
	border-radius: 10px;
	background: rgba(248, 252, 245, .97);
	box-shadow: 0 14px 30px rgba(0, 0, 0, .09);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.bw-calc-result > small:first-child {
	margin-bottom: 15px;
	color: #262d31;
	font-weight: 700;
}

.bw-calc-result > span {
	font-size: 18px;
}

.bw-calc-result > strong {
	color: var(--bw-green-dark);
	font-size: 32px;
	line-height: 1.25;
}

.bw-calc-result > strong b {
	font-size: 54px;
}

.bw-calc-result hr {
	width: 100%;
	margin: 15px 0;
	border: 0;
	border-top: 1px solid #c6ddbc;
}

.bw-calc-result > b {
	font-size: 25px;
}

.bw-calc-result > p {
	margin: 15px 0 0;
	color: #4f585e;
	font-size: 9px;
	line-height: 1.5;
}

.bw-calc-image {
	min-height: 385px;
	background-image: linear-gradient(90deg, rgba(243, 243, 241, .65), transparent 18%), var(--bw-roi);
	background-position: 62% center;
	background-size: cover;
}

/* Why */
.bw-why {
	padding-top: 25px;
	padding-bottom: 24px;
}

.bw-why h2 {
	margin-bottom: 20px;
}

.bw-why-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.bw-why-grid article {
	padding: 0 18px;
	border-right: 1px solid #e3e6e8;
	text-align: center;
}

.bw-why-grid article:last-child {
	border-right: 0;
}

.bw-why-grid img {
	width: 56px;
	height: 56px;
	margin: 0 auto 10px;
	object-fit: contain;
}

.bw-why-grid h3 {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
}

.bw-why-grid p {
	margin: 0;
	color: #424a50;
	font-size: 12px;
	line-height: 1.5;
}

/* Projects */
.bw-projects {
	padding-top: 8px;
	padding-bottom: 30px;
	background: #f6f7f7;
}

.bw-project-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.bw-project-head h2 {
	margin: 0;
	text-align: left;
}

.bw-project-head > a {
	padding: 7px 13px;
	border: 1px solid var(--bw-green);
	border-radius: 5px;
	color: var(--bw-green-dark);
	font-size: 12px;
	font-weight: 700;
}

.bw-project-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.bw-project-card {
	overflow: hidden;
	border: 1px solid #dfe4e6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 5px 14px rgba(0, 20, 35, .05);
}

.bw-project-card > img {
	width: 100%;
	aspect-ratio: 4 / 2.05;
	object-fit: cover;
}

.bw-project-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 12px 3px;
}

.bw-project-info span {
	padding: 3px 8px;
	border-radius: 3px;
	background: var(--bw-green);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}

.bw-project-info small {
	color: #6f777c;
	font-size: 10px;
}

.bw-project-card dl {
	margin: 5px 0 10px;
	padding: 0 12px;
	font-size: 11px;
}

.bw-project-card dl div {
	display: flex;
	justify-content: space-between;
}

.bw-project-card dt,
.bw-project-card dd {
	margin: 0;
}

.bw-project-card dd {
	font-weight: 800;
}

/* Stats */
.bw-stats {
	padding: 31px 0;
	background: radial-gradient(circle at 20% 0%, #12344e, #061725 58%, #04121e);
	color: #fff;
}

.bw-stats-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.bw-stats-grid > div {
	display: grid;
	min-height: 70px;
	padding: 3px 18px;
	border-right: 1px solid rgba(255, 255, 255, .13);
	grid-template-columns: 50px 1fr;
	align-items: center;
}

.bw-stats-grid > div:last-child {
	border-right: 0;
}

.bw-stats-grid span {
	display: flex;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.bw-stats-grid strong {
	color: var(--bw-green);
	font-size: clamp(26px, 2.5vw, 38px);
	font-weight: 800;
	line-height: 1;
}

.bw-stats-grid p {
	margin: -13px 0 0 50px;
	grid-column: 1 / 3;
	font-size: 12px;
}

/* Process */
.bw-process {
	padding: 28px 0 32px;
}

.bw-process h2 {
	margin-bottom: 30px;
}

.bw-process-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
}

.bw-process-grid article {
	position: relative;
	padding: 0 8px;
	text-align: center;
}

.bw-process-grid article:not(:last-child)::after {
	position: absolute;
	top: 17px;
	right: -4px;
	color: var(--bw-green-dark);
	content: "›";
	font-size: 27px;
	font-weight: 800;
}

.bw-process-grid b {
	display: flex;
	width: 36px;
	height: 36px;
	margin: 0 auto 12px;
	border-radius: 50%;
	background: var(--bw-green-dark);
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}

.bw-process-grid h3 {
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

.bw-process-grid p {
	margin: 0;
	color: #636b70;
	font-size: 10px;
}

/* CTA */
.bw-cta {
	padding: 33px 0;
	background-color: var(--bw-navy);
	background-image: linear-gradient(90deg, rgba(4, 22, 37, .98) 0%, rgba(4, 22, 37, .92) 54%, rgba(4, 22, 37, .38) 75%), var(--bw-cta);
	background-position: center 63%;
	background-size: cover;
	color: #fff;
}

.bw-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.bw-cta h2 {
	margin-bottom: 3px;
	font-size: clamp(27px, 3vw, 40px);
	line-height: 1.2;
}

.bw-cta h2 span {
	color: var(--bw-green);
}

.bw-cta p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
}

.bw-cta-buttons {
	display: flex;
	gap: 15px;
}

/* Footer */
.bw-footer {
	padding: 31px 0 0;
	background: #061727;
	color: rgba(255, 255, 255, .83);
}

.bw-footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr .8fr 1.25fr;
	gap: 36px;
}

.bw-footer-about > img {
	width: 185px;
	margin-bottom: 17px;
}

.bw-footer p,
.bw-footer a {
	display: block;
	margin-bottom: 6px;
	color: rgba(255, 255, 255, .76);
	font-size: 12px;
}

.bw-footer h3 {
	margin: 6px 0 13px;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

.bw-socials {
	display: flex;
	gap: 8px;
	margin-top: 18px;
}

.bw-socials a {
	display: flex;
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 50%;
	background: var(--bw-green-dark);
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 800;
}

.bw-footer-bottom {
	display: flex;
	margin-top: 28px;
	padding: 13px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	align-items: center;
	justify-content: space-between;
	font-size: 10px;
}

@media (max-width: 1180px) {
	.bw-header-inner {
		gap: 15px;
	}

	.bw-nav {
		gap: 11px;
		font-size: 11px;
	}

	.bw-header-actions .bw-phone {
		display: none;
	}

	.bw-hero-copy {
		width: 60%;
	}

	.bw-benefits {
		gap: 16px;
	}

	.bw-calc-layout {
		grid-template-columns: minmax(320px, 1fr) 235px 1fr;
	}

	.bw-footer-grid {
		gap: 22px;
	}
}

@media (max-width: 960px) {
	.bw-wrap {
		width: min(100% - 36px, 820px);
	}

	.bw-menu-toggle {
		display: block;
		margin-left: auto;
		cursor: pointer;
	}

	.bw-nav {
		position: absolute;
		top: 68px;
		right: 0;
		left: 0;
		display: none;
		padding: 16px 22px 22px;
		background: #071a2a;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		box-shadow: 0 15px 25px rgba(0, 0, 0, .2);
	}

	.bw-header.is-menu-open .bw-nav {
		display: flex;
	}

	.bw-nav a {
		padding: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, .08);
	}

	.bw-nav a.is-active::after {
		display: none;
	}

	.bw-header-actions {
		margin-left: 0;
	}

	.bw-hero,
	.bw-hero-inner {
		min-height: 500px;
	}

	.bw-hero {
		background-position: 58% center;
	}

	.bw-hero-copy {
		width: 68%;
	}

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

	.bw-question-card:nth-child(4),
	.bw-question-card:nth-child(5) {
		grid-column: span 1;
	}

	.bw-calc-layout {
		grid-template-columns: 1fr 1fr;
	}

	.bw-calc-panel {
		padding-left: max(28px, calc((100vw - 820px) / 2));
	}

	.bw-calc-result {
		margin-right: 28px;
	}

	.bw-calc-image {
		min-height: 340px;
		grid-column: 1 / -1;
		background-position: center;
	}

	.bw-why-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 22px 0;
	}

	.bw-why-grid article:nth-child(3) {
		border-right: 0;
	}

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

	.bw-stats-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 0;
	}

	.bw-stats-grid > div:nth-child(3) {
		border-right: 0;
	}

	.bw-process-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 24px 0;
	}

	.bw-process-grid article:nth-child(4)::after {
		display: none;
	}

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

@media (max-width: 680px) {
	.bw-wrap {
		width: min(100% - 28px, 540px);
	}

	.bw-section {
		padding: 28px 0;
	}

	.bw-header {
		height: 62px;
	}

	.bw-header-inner {
		width: calc(100% - 28px);
	}

	.bw-logo {
		width: 150px;
		flex-basis: 150px;
	}

	.bw-nav {
		top: 62px;
	}

	.bw-header-actions .bw-btn {
		display: none;
	}

	.bw-hero {
		min-height: 590px;
		background-image: linear-gradient(90deg, rgba(4, 21, 36, .98) 0%, rgba(4, 21, 36, .91) 56%, rgba(4, 21, 36, .3) 100%), var(--bw-hero);
		background-position: 62% center;
	}

	.bw-hero-inner {
		min-height: 590px;
		align-items: flex-start;
	}

	.bw-hero-copy {
		width: 100%;
		padding: 48px 0 34px;
	}

	.bw-hero h1 {
		font-size: 39px;
	}

	.bw-benefits {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 14px;
	}

	.bw-hero-copy > p {
		font-size: 14px;
	}

	.bw-hero-buttons {
		flex-direction: column;
	}

	.bw-hero-buttons .bw-btn {
		width: 100%;
	}

	.bw-question-grid,
	.bw-system-grid,
	.bw-project-grid {
		grid-template-columns: 1fr;
	}

	.bw-question-card {
		display: grid;
		min-height: 0;
		padding: 18px;
		grid-template-columns: 65px 1fr;
		text-align: left;
	}

	.bw-question-card > img {
		margin: 2px 13px 0 0;
		grid-row: 1 / 3;
	}

	.bw-system-card {
		min-height: 280px;
		background-position: 62% center;
	}

	.bw-system-copy {
		width: 78%;
		padding: 25px 22px;
	}

	.bw-calc-layout {
		display: block;
	}

	.bw-calc-panel {
		padding: 34px 20px;
	}

	.bw-calc-result {
		margin: 0 20px;
		transform: translateY(18px);
	}

	.bw-calc-image {
		min-height: 280px;
	}

	.bw-why-grid {
		grid-template-columns: 1fr 1fr;
	}

	.bw-why-grid article {
		border-right: 1px solid #e3e6e8;
	}

	.bw-why-grid article:nth-child(even) {
		border-right: 0;
	}

	.bw-why-grid article:last-child {
		grid-column: 1 / -1;
	}

	.bw-project-head {
		align-items: flex-start;
	}

	.bw-stats-grid {
		grid-template-columns: 1fr 1fr;
	}

	.bw-stats-grid > div:nth-child(odd) {
		border-right: 1px solid rgba(255, 255, 255, .13);
	}

	.bw-stats-grid > div:nth-child(even) {
		border-right: 0;
	}

	.bw-stats-grid > div:last-child {
		grid-column: 1 / -1;
		border-right: 0;
	}

	.bw-process-grid {
		grid-template-columns: 1fr 1fr;
	}

	.bw-process-grid article:nth-child(even)::after {
		display: none;
	}

	.bw-cta-inner,
	.bw-cta-buttons,
	.bw-footer-bottom {
		flex-direction: column;
		align-items: stretch;
	}

	.bw-cta-buttons .bw-btn {
		width: 100%;
	}

	.bw-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.bw-footer-about {
		grid-column: 1 / -1;
	}

	.bw-footer-bottom {
		gap: 8px;
	}
}

@media (max-width: 420px) {
	.bw-hero h1 {
		font-size: 33px;
	}

	.bw-system-switch {
		flex-wrap: wrap;
	}

	.bw-system-switch > span {
		width: 100%;
	}

	.bw-why-grid,
	.bw-footer-grid {
		grid-template-columns: 1fr;
	}

	.bw-why-grid article,
	.bw-why-grid article:nth-child(even) {
		border-right: 0;
	}

	.bw-footer-about {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bw-page *,
	.bw-page *::before,
	.bw-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
