:root {
	--rwn-ink: #17231f;
	--rwn-muted: #65706b;
	--rwn-cream: #f4f1e9;
	--rwn-paper: #fffdfa;
	--rwn-green: #1f5d48;
	--rwn-green-dark: #164535;
	--rwn-lime: #dce87d;
	--rwn-orange: #ee6a3b;
	--rwn-line: #d9ddd7;
	--rwn-radius: 18px;
	--rwn-font: "Instrument Sans", "DM Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rwn-service, .rwn-service * { box-sizing: border-box; }
.rwn-service {
	max-width: 1180px;
	margin: 40px auto;
	padding: 0 22px;
	color: var(--rwn-ink);
	font-family: var(--rwn-font);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
.rwn-service h1, .rwn-service h2, .rwn-service p { margin-top: 0; }
.rwn-eyebrow {
	margin-bottom: 12px;
	color: var(--rwn-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
}
.rwn-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 210px;
	gap: 48px;
	align-items: center;
	padding: 48px;
	border-radius: 26px;
	background: var(--rwn-green);
	color: #fff;
	overflow: hidden;
	position: relative;
}
.rwn-hero::after {
	content: "";
	position: absolute;
	right: -100px;
	bottom: -180px;
	width: 390px;
	height: 390px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025);
}
.rwn-hero .rwn-eyebrow { color: var(--rwn-lime); }
.rwn-hero h1 {
	margin-bottom: 16px;
	max-width: 760px;
	font-family: var(--rwn-font);
	font-size: clamp(36px, 5vw, 60px);
	font-weight: 760;
	line-height: 1.04;
	letter-spacing: -.045em;
}
.rwn-hero h1 em { color: var(--rwn-lime); font-style: normal; font-weight: 580; }
.rwn-hero p:last-child { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.82); font-size: 18px; }
.rwn-hero__promise {
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 180px;
	height: 180px;
	padding: 24px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	text-align: center;
}
.rwn-hero__promise strong { color: var(--rwn-lime); font: 780 46px/1 var(--rwn-font); letter-spacing: -.04em; }
.rwn-hero__promise span { margin-top: 8px; font-size: 13px; line-height: 1.3; }
.rwn-trust-strip {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: -12px 24px 0;
	padding: 0;
	border: 1px solid var(--rwn-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(23,35,31,.08);
	list-style: none;
}
.rwn-trust-strip li { position: relative; padding: 20px 24px 20px 52px; }
.rwn-trust-strip li + li { border-left: 1px solid var(--rwn-line); }
.rwn-trust-strip li::before {
	content: "✓";
	position: absolute;
	top: 22px;
	left: 22px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #edf4cf;
	color: var(--rwn-green);
	font-size: 12px;
	font-weight: 900;
	line-height: 21px;
	text-align: center;
}
.rwn-trust-strip strong, .rwn-trust-strip span { display: block; }
.rwn-trust-strip strong { font-size: 14px; font-weight: 780; }
.rwn-trust-strip span { margin-top: 2px; color: var(--rwn-muted); font-size: 12px; }
.rwn-form { margin-top: 24px; }
.rwn-form [data-rwn-form-stages][hidden] { display: none !important; }
.rwn-area-check {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid rgba(31,93,72,.22);
	border-radius: var(--rwn-radius);
	background: linear-gradient(135deg, #f3f8f5, #fffdfa);
	box-shadow: 0 12px 36px rgba(23,35,31,.06);
}
.rwn-area-check__badge {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	border-radius: 16px;
	background: var(--rwn-green);
	color: #fff;
	font-size: 20px;
	font-weight: 850;
	letter-spacing: -.02em;
}
.rwn-area-check .rwn-eyebrow { margin-bottom: 5px; }
.rwn-area-check h2 {
	margin: 0 0 4px;
	font-family: var(--rwn-font);
	font-size: clamp(23px, 3vw, 30px);
	font-weight: 760;
	line-height: 1.18;
	letter-spacing: -.025em;
}
.rwn-area-check__content > p:not(.rwn-eyebrow):not(.rwn-area-check__status) { margin: 0 0 18px; color: var(--rwn-muted); }
.rwn-area-check label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 760; }
.rwn-area-check__input { position: relative; max-width: 290px; }
.rwn-area-check__input input { padding-right: 44px !important; font-weight: 680 !important; letter-spacing: .05em; }
.rwn-area-check__input span {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 22px;
	height: 22px;
	border: 2px solid #bdc7c2;
	border-radius: 50%;
	transform: translateY(-50%);
}
.rwn-area-check__input span.is-valid { border-color: #2e7d58; background: #2e7d58; }
.rwn-area-check__input span.is-valid::after {
	content: "✓";
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 18px;
	text-align: center;
}
.rwn-area-check__input span.is-invalid { border-color: #b65438; }
.rwn-area-check__input span.is-invalid::after {
	content: "!";
	display: block;
	color: #b65438;
	font-size: 13px;
	font-weight: 900;
	line-height: 17px;
	text-align: center;
}
.rwn-area-check__status { min-height: 22px; margin: 8px 0 0; color: var(--rwn-muted); font-size: 13px; }
.rwn-area-check__status.is-valid { color: #256847; font-weight: 700; }
.rwn-area-check__status.is-invalid { max-width: 660px; color: #9b3f28; font-weight: 700; }
.rwn-step {
	margin-top: 18px;
	padding: clamp(24px, 4vw, 46px);
	border: 1px solid var(--rwn-line);
	border-radius: var(--rwn-radius);
	background: var(--rwn-paper);
	box-shadow: 0 12px 40px rgba(23,35,31,.055);
}
.rwn-step__heading { display: flex; gap: 16px; margin-bottom: 28px; }
.rwn-step__heading > span {
	flex: 0 0 42px;
	height: 42px;
	padding-top: 10px;
	border-radius: 50%;
	background: var(--rwn-lime);
	color: var(--rwn-ink);
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}
.rwn-step__heading h2 { margin-bottom: 2px; font-family: var(--rwn-font); font-size: clamp(24px, 3vw, 32px); font-weight: 760; line-height: 1.16; letter-spacing: -.025em; }
.rwn-step__heading p { margin-bottom: 0; color: var(--rwn-muted); }
.rwn-problem-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.rwn-problem { position: relative; min-height: 170px; cursor: pointer; }
.rwn-problem input { position: absolute; opacity: 0; pointer-events: none; }
.rwn-problem > span, .rwn-problem > strong, .rwn-problem > small { display: block; }
.rwn-problem {
	padding: 18px;
	border: 1px solid var(--rwn-line);
	border-radius: 14px;
	background: #fff;
	transition: border-color .18s, transform .18s, box-shadow .18s;
}
.rwn-problem:hover { transform: translateY(-2px); border-color: #aab8b1; box-shadow: 0 8px 20px rgba(23,35,31,.08); }
.rwn-problem:has(input:focus-visible) { outline: 3px solid rgba(31,93,72,.22); outline-offset: 2px; }
.rwn-problem:has(input:checked) { border-color: var(--rwn-green); box-shadow: inset 0 0 0 1px var(--rwn-green); background: #f3f8f5; }
.rwn-problem__icon { margin-bottom: 15px; color: var(--rwn-green); font: 760 30px/1 var(--rwn-font); }
.rwn-problem strong { margin-bottom: 6px; font-size: 15px; line-height: 1.25; }
.rwn-problem small { color: var(--rwn-muted); font-size: 12px; line-height: 1.35; }
.rwn-problem i {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 23px;
	height: 23px;
	padding-top: 2px;
	border-radius: 50%;
	background: var(--rwn-green);
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
.rwn-problem:has(input:checked) i { display: block; }
.rwn-selection-hint { min-height: 20px; margin: 10px 0 0; color: #a33b21; font-size: 13px; font-weight: 700; }
.rwn-fields { display: grid; gap: 16px; }
.rwn-fields--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rwn-fields--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rwn-fields label, .rwn-full-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
	color: var(--rwn-ink);
	font-size: 14px;
	font-weight: 700;
}
.rwn-service input[type="text"], .rwn-service input[type="email"], .rwn-service input[type="tel"],
.rwn-service input[type="number"], .rwn-service select, .rwn-service textarea {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid #cbd1cd;
	border-radius: 10px;
	background: #fff;
	color: var(--rwn-ink);
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.rwn-service textarea { resize: vertical; }
.rwn-service input:focus, .rwn-service select:focus, .rwn-service textarea:focus {
	outline: 3px solid rgba(31,93,72,.14);
	border-color: var(--rwn-green);
}
.rwn-full-field { margin-top: 18px; }
.rwn-full-field small { color: var(--rwn-muted); font-weight: 400; }
.rwn-upload {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 18px;
	padding: 26px;
	border: 1px dashed #aeb8b2;
	border-radius: 12px;
	background: #f8faf8;
	cursor: pointer;
	text-align: center;
}
.rwn-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.rwn-upload:has(input:focus-visible) { outline: 3px solid rgba(31,93,72,.18); }
.rwn-upload__icon { color: var(--rwn-green); font-size: 30px; line-height: 1; }
.rwn-upload strong { margin-top: 6px; }
.rwn-upload small { color: var(--rwn-muted); font-size: 12px; }
.rwn-upload__files { max-width: 100%; margin-top: 7px; color: var(--rwn-green); font-size: 12px; overflow-wrap: anywhere; }
.rwn-contact-choice { margin: 22px 0; padding: 0; border: 0; }
.rwn-contact-choice legend { margin-bottom: 10px; font-size: 14px; font-weight: 700; }
.rwn-contact-choice label { display: inline-flex; align-items: center; gap: 7px; margin: 0 24px 8px 0; }
.rwn-contact-choice input, .rwn-consent input { accent-color: var(--rwn-green); }
.rwn-consent { display: flex; gap: 12px; align-items: flex-start; color: var(--rwn-muted); font-size: 13px; }
.rwn-consent input { flex: 0 0 auto; margin-top: 3px; }
.rwn-consent a { color: var(--rwn-green); }
.rwn-submit {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 24px;
	padding: 17px 24px;
	border: 0;
	border-radius: 12px;
	background: var(--rwn-orange);
	color: #fff;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(238,106,59,.2);
	transition: background .18s, transform .18s;
}
.rwn-submit:hover { background: #d9572b; transform: translateY(-1px); }
.rwn-submit:disabled { opacity: .7; cursor: wait; }
.rwn-submit span { font-size: 17px; font-weight: 800; }
.rwn-submit small { margin-top: 2px; color: rgba(255,255,255,.8); }
.rwn-form__fineprint { margin: 12px auto 0; max-width: 780px; color: var(--rwn-muted); font-size: 12px; text-align: center; }
.rwn-safety { margin: 18px 0 0; padding: 16px 20px; border-left: 4px solid #d6a523; background: #fff9e9; color: #655627; font-size: 13px; }
.rwn-alert { margin: 18px 0; padding: 14px 18px; border-radius: 10px; background: #fff0ed; color: #923817; }
.rwn-alert--area { border-left: 4px solid #c47a2b; background: #fff7e9; color: #76501f; }
.rwn-success { padding: 80px 40px; border-radius: 24px; background: var(--rwn-green); color: #fff; text-align: center; }
.rwn-success__icon { display: inline-block; width: 64px; height: 64px; padding-top: 13px; border-radius: 50%; background: var(--rwn-lime); color: var(--rwn-green); font-size: 28px; }
.rwn-success .rwn-eyebrow { margin-top: 20px; color: var(--rwn-lime); }
.rwn-success h2 { font-family: var(--rwn-font); font-size: 42px; font-weight: 760; line-height: 1.1; letter-spacing: -.03em; }
.rwn-success p:last-child { max-width: 640px; margin: 0 auto; color: rgba(255,255,255,.82); }
.rwn-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.rwn-service .screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.rwn-home-help, .rwn-home-help * { box-sizing: border-box; }
.rwn-home-help {
	position: fixed;
	z-index: 9997;
	right: 22px;
	bottom: 22px;
	max-width: calc(100vw - 32px);
	color: var(--rwn-ink);
	font-family: var(--rwn-font);
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .28s ease, transform .28s ease;
}
.rwn-home-help.is-ready { opacity: 1; transform: translateY(0); }
.rwn-home-help [hidden] { display: none !important; }
.rwn-help-card {
	position: relative;
	width: 360px;
	max-width: 100%;
	padding: 25px;
	border: 1px solid rgba(23,63,67,.15);
	border-top: 5px solid var(--rwn-green);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(16,47,50,.24);
}
.rwn-help-card__close {
	position: absolute;
	top: 11px;
	right: 11px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f1f3f1;
	color: #4f5b56;
	cursor: pointer;
	font-family: inherit;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
}
.rwn-help-card__close:hover { background: #e6ebe8; color: var(--rwn-ink); }
.rwn-help-card__close:focus-visible, .rwn-help-card__action:focus-visible, .rwn-help-tab:focus-visible {
	outline: 3px solid rgba(31,93,72,.28);
	outline-offset: 3px;
}
.rwn-help-card__eyebrow {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 40px 10px 0;
	color: var(--rwn-green);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .13em;
}
.rwn-help-card__eyebrow span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #77a828;
	box-shadow: 0 0 0 4px rgba(119,168,40,.14);
}
.rwn-help-card h2 {
	margin: 0 42px 9px 0;
	color: var(--rwn-ink);
	font-family: var(--rwn-font);
	font-size: 27px;
	font-weight: 780;
	line-height: 1.12;
	letter-spacing: -.03em;
}
.rwn-help-card__area {
	display: inline-flex;
	align-items: center;
	margin: 0 0 11px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #edf4cf;
	color: var(--rwn-green);
	font-size: 11px;
	font-weight: 780;
}
.rwn-help-card__area::before { content: "✓"; margin-right: 5px; font-weight: 900; }
.rwn-help-card__intro { margin: 0; color: var(--rwn-muted); font-size: 14px; line-height: 1.5; }
.rwn-help-card ul { display: grid; gap: 7px; margin: 17px 0; padding: 0; list-style: none; }
.rwn-help-card li {
	position: relative;
	padding-left: 24px;
	color: #34423c;
	font-size: 13px;
	line-height: 1.35;
}
.rwn-help-card li::before {
	content: "✓";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--rwn-green);
	font-size: 13px;
	font-weight: 900;
}
.rwn-help-card__action {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 13px 18px;
	border-radius: 10px;
	background: var(--rwn-orange);
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(238,106,59,.2);
	text-align: center;
	text-decoration: none !important;
	transition: background .18s ease, transform .18s ease;
}
.rwn-help-card__action:hover { background: #d9572b; color: #fff !important; transform: translateY(-1px); }
.rwn-help-card__action span { font-size: 15px; font-weight: 820; }
.rwn-help-card__action small { margin-top: 1px; color: rgba(255,255,255,.82); font-size: 11px; }
.rwn-help-tab {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 184px;
	padding: 12px 17px;
	border: 0;
	border-radius: 13px;
	background: var(--rwn-green);
	color: #fff;
	cursor: pointer;
	box-shadow: 0 12px 32px rgba(16,47,50,.26);
	font-family: var(--rwn-font);
	text-align: left;
}
.rwn-help-tab__status { width: 10px; height: 10px; border-radius: 50%; background: var(--rwn-lime); box-shadow: 0 0 0 5px rgba(220,232,125,.12); }
.rwn-help-tab > span:last-child, .rwn-help-tab strong, .rwn-help-tab small { display: block; }
.rwn-help-tab strong { font-size: 14px; font-weight: 780; }
.rwn-help-tab small { margin-top: 1px; color: rgba(255,255,255,.72); font-size: 10px; }
.rwn-help-tab:hover { background: var(--rwn-green-dark); }

@media (max-width: 980px) {
	.rwn-problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rwn-problem:last-child { grid-column: span 2; min-height: 130px; }
	.rwn-fields--three { grid-template-columns: 1fr; }
	.rwn-trust-strip { margin-right: 12px; margin-left: 12px; }
}
@media (max-width: 680px) {
	.rwn-service { margin: 18px auto; padding: 0 12px; }
	.rwn-hero { display: block; padding: 32px 24px; border-radius: 18px; }
	.rwn-hero h1 { font-size: 36px; }
	.rwn-hero p:last-child { font-size: 16px; }
	.rwn-hero__promise { width: auto; height: auto; margin-top: 24px; border-radius: 12px; text-align: left; }
	.rwn-hero__promise strong { font-size: 32px; }
	.rwn-trust-strip { grid-template-columns: 1fr; margin: 12px 0 0; }
	.rwn-trust-strip li { padding: 16px 18px 16px 48px; }
	.rwn-trust-strip li + li { border-top: 1px solid var(--rwn-line); border-left: 0; }
	.rwn-trust-strip li::before { top: 18px; left: 18px; }
	.rwn-step { padding: 24px 18px; }
	.rwn-area-check { grid-template-columns: 1fr; gap: 14px; padding: 24px 18px; }
	.rwn-area-check__badge { width: 52px; height: 52px; border-radius: 12px; font-size: 16px; }
	.rwn-area-check__input { max-width: none; }
	.rwn-problem-grid { gap: 8px; }
	.rwn-problem { min-height: 158px; padding: 14px; }
	.rwn-problem strong { font-size: 14px; }
	.rwn-fields--two { grid-template-columns: 1fr; }
	.rwn-contact-choice label { display: flex; margin-right: 0; }
	.rwn-home-help { right: 12px; bottom: 12px; left: 12px; max-width: none; }
	.rwn-help-card { width: 100%; padding: 22px; }
	.rwn-help-tab { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
	.rwn-home-help, .rwn-help-card__action { transition: none; }
}
