.glwo-wrap,
.glwo-wrap * {
	box-sizing: border-box;
}

.glwo-wrap {
	--glwo-gold: #b58a45;
	--glwo-dark: #211a17;
	--glwo-cream: #f8f4ec;
	--glwo-line: #e5ddd2;
	--glwo-muted: #756c66;
	width: 100%;
	max-width: 1040px;
	margin: 42px auto;
	color: var(--glwo-dark);
	font-family: inherit;
	scroll-margin-top: 30px;
}

.glwo-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(30px, 6vw, 58px);
	border-radius: 22px 22px 0 0;
	background:
		radial-gradient(circle at 88% 20%, rgba(181, 138, 69, .38), transparent 28%),
		linear-gradient(135deg, var(--glwo-dark), #493a30);
	color: #fff;
}

.glwo-hero::after {
	position: absolute;
	right: -45px;
	bottom: -85px;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	content: "";
}

.glwo-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	color: #e2c590;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.glwo-hero h2 {
	max-width: 680px;
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(30px, 5vw, 48px);
	font-weight: 700;
	line-height: 1.08;
}

.glwo-hero p {
	max-width: 740px;
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 16px;
	line-height: 1.75;
}

.glwo-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 25px;
}

.glwo-benefits span {
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.glwo-benefits span::before {
	margin-right: 7px;
	color: #e2c590;
	content: "✓";
}

.glwo-form {
	padding: clamp(24px, 5vw, 48px);
	border: 1px solid var(--glwo-line);
	border-top: 0;
	border-radius: 0 0 22px 22px;
	background: #fff;
	box-shadow: 0 22px 55px rgba(44, 34, 28, .08);
}

.glwo-progress {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 42px;
	padding: 0;
	list-style: none;
}

.glwo-progress li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #958b84;
	font-size: 13px;
	font-weight: 700;
}

.glwo-progress li::after {
	position: absolute;
	z-index: 0;
	top: 16px;
	right: 12px;
	left: 47px;
	height: 1px;
	background: var(--glwo-line);
	content: "";
}

.glwo-progress li:last-child::after {
	display: none;
}

.glwo-progress li span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	flex: 0 0 32px;
	border: 1px solid var(--glwo-line);
	border-radius: 50%;
	background: #fff;
	color: #8a7e76;
}

.glwo-progress li.is-active,
.glwo-progress li.is-complete {
	color: var(--glwo-dark);
}

.glwo-progress li.is-active span,
.glwo-progress li.is-complete span {
	border-color: var(--glwo-gold);
	background: var(--glwo-gold);
	color: #fff;
}

.glwo-progress li.is-complete::after {
	background: var(--glwo-gold);
}

.glwo-step {
	animation: glwo-fade .28s ease;
}

.glwo-section-heading {
	margin-bottom: 28px;
}

.glwo-section-heading > span {
	display: block;
	margin-bottom: 6px;
	color: var(--glwo-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.glwo-section-heading h3 {
	margin: 0 0 7px;
	color: var(--glwo-dark);
	font-size: clamp(23px, 3vw, 30px);
	line-height: 1.25;
}

.glwo-section-heading p {
	margin: 0;
	color: var(--glwo-muted);
	font-size: 14px;
	line-height: 1.6;
}

.glwo-grid {
	display: grid;
	gap: 20px;
}

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

.glwo-field {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	color: var(--glwo-dark);
	font-size: 13px;
	font-weight: 700;
}

.glwo-field > span b,
.glwo-consent b {
	color: #a33b32;
}

.glwo-field input,
.glwo-field select,
.glwo-field textarea {
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #d8d0c7;
	border-radius: 8px;
	outline: none;
	background: #fff;
	box-shadow: none;
	color: #2e2723;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.glwo-field textarea {
	min-height: 94px;
	resize: vertical;
}

.glwo-field input:focus,
.glwo-field select:focus,
.glwo-field textarea:focus {
	border-color: var(--glwo-gold);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--glwo-gold) 18%, transparent);
}

.glwo-field .is-invalid {
	border-color: #b33b33;
	box-shadow: 0 0 0 3px rgba(179, 59, 51, .1);
}

.glwo-field-full {
	grid-column: 1 / -1;
}

.glwo-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 34px;
	padding-top: 25px;
	border-top: 1px solid var(--glwo-line);
}

.glwo-actions-end {
	justify-content: flex-end;
}

.glwo-btn {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 8px;
	box-shadow: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: transform .18s ease, opacity .18s ease, background .18s ease;
}

.glwo-btn:hover {
	transform: translateY(-1px);
}

.glwo-btn-primary {
	border-color: var(--glwo-gold);
	background: var(--glwo-gold);
	color: #fff;
}

.glwo-btn-primary:hover,
.glwo-btn-primary:focus {
	border-color: var(--glwo-dark);
	background: var(--glwo-dark);
	color: #fff;
}

.glwo-btn-ghost {
	border-color: var(--glwo-line);
	background: #fff;
	color: var(--glwo-dark);
}

.glwo-btn:disabled {
	cursor: wait;
	opacity: .65;
}

.glwo-item {
	margin-bottom: 18px;
	padding: 22px;
	border: 1px solid var(--glwo-line);
	border-radius: 13px;
	background: #fcfbf9;
}

.glwo-item-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 18px;
	color: var(--glwo-dark);
}

.glwo-remove {
	padding: 4px 0;
	border: 0;
	background: none;
	color: #a13c35;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
}

.glwo-remove:disabled {
	cursor: default;
	opacity: .3;
}

.glwo-product-grid {
	grid-template-columns: minmax(0, 2fr) minmax(105px, .6fr) minmax(150px, .8fr);
}

.glwo-price-hint {
	margin-top: 12px;
	color: var(--glwo-muted);
	font-size: 12px;
}

.glwo-add-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 2px 0 26px;
	padding: 10px 14px;
	border: 1px dashed var(--glwo-gold);
	border-radius: 7px;
	background: #fffaf1;
	color: var(--glwo-dark);
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
}

.glwo-order-extras {
	padding-top: 24px;
	border-top: 1px solid var(--glwo-line);
}

.glwo-product-notice,
.glwo-confirmation {
	padding: 20px;
	border: 1px solid #eadfc9;
	border-radius: 11px;
	background: var(--glwo-cream);
	color: #5e534c;
	font-size: 14px;
	line-height: 1.65;
}

.glwo-product-notice {
	margin-bottom: 18px;
}

.glwo-confirmation {
	margin-top: 25px;
}

.glwo-confirmation h4 {
	margin: 0 0 6px;
	color: var(--glwo-dark);
	font-size: 16px;
}

.glwo-confirmation p {
	margin: 0 0 16px;
}

.glwo-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 10px 0 0;
	color: #4d443f;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.5;
}

.glwo-consent input {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	margin: 2px 0 0;
	accent-color: var(--glwo-gold);
}

.glwo-form-error {
	margin: -18px 0 26px;
	padding: 12px 14px;
	border-left: 4px solid #b33b33;
	border-radius: 5px;
	background: #fff1f0;
	color: #872e28;
	font-size: 13px;
}

.glwo-alert {
	margin: 20px 0;
	padding: 20px 24px;
	border-radius: 10px;
}

.glwo-alert strong {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
}

.glwo-alert p {
	margin: 4px 0 0;
}

.glwo-alert-success {
	border: 1px solid #b8ddca;
	background: #edf9f2;
	color: #215d3d;
}

.glwo-alert-error {
	border: 1px solid #efc3bf;
	background: #fff1f0;
	color: #872e28;
}

.glwo-reference {
	font-size: 13px;
}

.glwo-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.glwo-product-button-wrap {
	margin: 13px 0 18px;
}

.glwo-product-button {
	width: 100%;
	text-align: center;
}

@keyframes glwo-fade {
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px) {
	.glwo-wrap {
		margin: 22px auto;
	}

	.glwo-hero {
		border-radius: 15px 15px 0 0;
	}

	.glwo-form {
		border-radius: 0 0 15px 15px;
	}

	.glwo-grid-2,
	.glwo-product-grid {
		grid-template-columns: 1fr;
	}

	.glwo-progress li {
		flex-direction: column;
		gap: 5px;
		text-align: center;
	}

	.glwo-progress li::after {
		top: 16px;
		right: -28%;
		left: 58%;
	}
}

@media (max-width: 480px) {
	.glwo-progress li {
		font-size: 11px;
	}

	.glwo-actions {
		flex-direction: column-reverse;
	}

	.glwo-actions .glwo-btn {
		width: 100%;
	}

	.glwo-item {
		padding: 17px;
	}
}

