.rw-tu-web-page__wrap {
	padding-top: 124px;
	padding-bottom: 40px;
}

.rw-tu-web-page,
.rw-tu-web-page__wrap {
	background: #050914;
}

.rw-we-app {
	padding: 28px 22px;
	background: radial-gradient(1200px 400px at 20% -10%, rgba(101, 106, 229, 0.18), transparent 55%), #0c1224;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	color: #eef2ff;
	box-shadow: 0 20px 50px rgba(4, 7, 18, 0.45);
	position: relative;
	overflow: hidden;
	min-height: 74vh;
}

.rw-we-app__inner {
	max-width: 840px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.rw-we-app h2 {
	margin: 0 0 6px;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(1.6rem, 2.7vw, 2.2rem);
	letter-spacing: -0.01em;
	color: #fff;
}

.rw-we-app p {
	margin: 0 0 18px;
	color: #c2caef;
}

.rw-we-app__progress {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 12px;
	font-weight: 700;
	color: #ffd37b;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.rw-we-step {
	display: none;
	margin-bottom: 14px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	backdrop-filter: blur(4px);
}

.rw-we-step.is-active {
	display: block;
}

.rw-we-step h3 {
	margin: 0 0 12px;
	font-size: 23px;
	font-weight: 800;
	color: #fff;
}

.rw-we-step__lead {
	margin: 0 0 12px;
	color: #cbd3f7;
}

.rw-we-app__grid {
	display: grid;
	gap: 12px;
	align-items: end;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 14px;
}

.rw-we-app__grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rw-we-app__grid label {
	display: grid;
	gap: 6px;
	font-weight: 700;
	color: #e7ebff;
	font-size: 14px;
	position: relative;
}

.rw-we-app__grid input,
.rw-we-app__grid select,
.rw-we-app__grid textarea {
	width: 100%;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	padding: 10px 12px;
	font-size: 15px;
	background: rgba(7, 11, 24, 0.45);
	color: #fff;
}

.rw-we-app__grid input::placeholder,
.rw-we-app__grid textarea::placeholder {
	color: rgba(220, 228, 255, 0.65);
}

.rw-we-app__grid input,
.rw-we-app__grid select {
	height: 44px;
}

.rw-we-app button {
	height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, #5f69ff, #7b56ff);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease;
	box-shadow: 0 10px 24px rgba(65, 80, 255, 0.35);
}

.rw-we-app button:hover {
	transform: translateY(-1px);
}

.rw-we-span-2 {
	grid-column: span 2;
}

.rw-we-btn-secondary {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.28) !important;
	color: #dbe3ff !important;
	box-shadow: none !important;
}

.rw-we-hidden {
	display: none !important;
}

.rw-we-field-hint {
	font-size: 12px;
	line-height: 1.35;
	color: #aebae8;
}

.rw-we-suggest {
	margin-top: 8px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(7, 11, 24, 0.94);
	backdrop-filter: blur(6px);
	max-height: 260px;
	overflow-y: auto;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35);
}

.rw-we-suggest__item {
	width: 100%;
	height: auto !important;
	min-height: 70px;
	padding: 10px 12px !important;
	border-radius: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #f2f5ff !important;
	text-align: left;
	display: grid;
	gap: 4px;
}

.rw-we-suggest__item:last-child {
	border-bottom: 0 !important;
}

.rw-we-suggest__item:hover,
.rw-we-suggest__item.is-highlighted {
	background: rgba(95, 105, 255, 0.18) !important;
}

.rw-we-suggest__name {
	font-size: 14px;
	font-weight: 800;
	color: #ffffff;
}

.rw-we-suggest__meta {
	font-size: 12px;
	font-weight: 600;
	color: #c7d2ff;
}

.rw-we-suggest__tags {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .01em;
	text-transform: uppercase;
	color: #ffd790;
}

.rw-we-suggest__empty {
	padding: 12px;
	font-size: 13px;
	font-weight: 700;
	color: #d5defd;
}

.rw-we-gmb-images {
	padding: 10px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(7, 11, 24, 0.55);
}

.rw-we-gmb-empty {
	margin: 0;
	font-size: 13px;
	color: #c7d2ff;
}

.rw-we-gmb-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.rw-we-gmb-card {
	display: grid !important;
	gap: 6px !important;
	padding: 6px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.03);
}

.rw-we-gmb-card input[type="checkbox"] {
	width: auto !important;
	height: auto !important;
	margin: 0;
}

.rw-we-gmb-card img {
	width: 100%;
	height: 84px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.rw-we-gmb-card span {
	font-size: 11px;
	font-weight: 700;
	color: #dce4ff;
}

.rw-we-app__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 10px 0 14px;
}

.rw-we-app__actions button {
	background: linear-gradient(135deg, #ff8b2b, #ffb347);
	color: #111;
	box-shadow: 0 10px 22px rgba(255, 140, 37, 0.32);
}

.rw-we-app__actions--single button {
	width: 100%;
}

.rw-we-app__status {
	margin-top: 14px;
	padding: 12px;
	border-radius: 10px;
	background: rgba(5, 9, 20, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 14px;
	color: #c4cdef;
	white-space: pre-line;
}

.rw-we-app__preview {
	padding: 12px;
	border-radius: 10px;
	background: rgba(5, 9, 20, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #eef2ff;
}

.rw-we-app__preview p {
	margin: 0;
}

.rw-we-app a {
	color: #8ab3ff;
}

.rw-we-preview-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.rw-we-preview-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 10px;
	background: linear-gradient(135deg, #ff8b2b, #ffb347);
	color: #111 !important;
	font-weight: 800;
	text-decoration: none;
}

.rw-we-preview-actions {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.rw-we-preview-mode {
	height: 40px !important;
	padding: 0 14px !important;
	border-radius: 10px !important;
	background: transparent !important;
	color: #dbe3ff !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	box-shadow: none !important;
}

.rw-we-preview-shell {
	border-radius: 12px;
	padding: 10px;
	background: rgba(5, 9, 20, 0.52);
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.rw-we-preview-shell.is-mobile {
	max-width: 420px;
	margin: 0 auto;
}

.rw-we-preview-shell.is-mobile .rw-we-preview-frame {
	min-height: 720px;
}

.rw-we-preview-frame {
	width: 100%;
	min-height: 460px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	background: #0b1020;
}

@media (max-width: 680px) {
	.rw-tu-web-page__wrap {
		padding-top: 98px;
	}

	.rw-we-app__grid,
	.rw-we-app__grid--two {
		grid-template-columns: 1fr;
	}

	.rw-we-span-2 {
		grid-column: auto;
	}

	.rw-we-app button {
		width: 100%;
	}

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