.rr-220-wrapper {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f3f5f8;
	color: #333;
	position: relative;
	overflow: hidden;
}

/* Hero Section */
.rr-220-hero {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 60px 40px 140px;
	color: #fff;
	z-index: 1;
}

.rr-220-hero-overlay {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(to right, rgba(20, 30, 40, 0.9) 0%, rgba(20, 30, 40, 0.4) 100%);
	z-index: -1;
}

.rr-220-hero-content {
	max-width: 600px;
	position: relative;
	z-index: 2;
}

.rr-220-title {
	font-size: 52px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 20px 0;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.rr-220-subtitle {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 30px 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.rr-220-benefits {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rr-220-benefits li {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.rr-220-check-icon {
	width: 28px;
	height: 28px;
	margin-right: 15px;
	fill: #8dc63f; /* Bright green */
}

/* Curved bottom */
.rr-220-curved-bottom {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 80px;
	background: #f3f5f8;
	border-top-left-radius: 50% 100%;
	border-top-right-radius: 50% 100%;
	z-index: 2;
}

/* Main Body */
.rr-220-body {
	position: relative;
	z-index: 10;
	padding: 0 20px 40px;
	max-width: 800px;
	margin: 0 auto;
}

/* Pricing Box */
.rr-220-pricing-container {
	position: relative;
	margin-top: -100px; /* Pull up over curve */
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}

.rr-220-pricing-box {
	background: linear-gradient(to bottom, #19528f, #0d325a);
	border: 3px solid #fff;
	border-radius: 6px;
	padding: 20px 40px;
	text-align: center;
	color: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.15);
	width: 100%;
	max-width: 600px;
}

.rr-220-price-text {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 8px 0;
	color: #fff;
}

.rr-220-price-text strong {
	font-size: 38px;
	font-weight: 800;
}

.rr-220-price-sub {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.rr-220-badge {
	position: absolute;
	top: -25px;
	right: 50px;
	background: radial-gradient(circle at center, #f39c12, #d35400);
	border: 3px solid #fff;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	transform: rotate(15deg);
}

.rr-220-badge span {
	color: #fff;
	font-weight: 800;
	font-size: 14px;
	line-height: 1.2;
}

/* Form Section */
.rr-220-form-section {
	max-width: 500px;
	margin: 0 auto 50px;
}

.rr-220-form-title-wrap {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.rr-220-form-title-wrap::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 1px solid #d0d5da;
	z-index: 1;
}

.rr-220-form-title {
	margin: 0;
}

.rr-220-form-title span {
	background: #f3f5f8;
	padding: 0 20px;
	color: #2c3e50;
	font-size: 26px;
	font-weight: 800;
	position: relative;
	z-index: 2;
}

.rr-220-form {
	text-align: center;
}

.rr-220-form input,
.rr-220-form textarea {
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 12px;
	border: 1px solid #d0d5da;
	border-radius: 6px;
	font-size: 16px;
	font-family: inherit;
	background: #fff;
	box-sizing: border-box;
	color: #666;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	outline: none;
}

.rr-220-form input::placeholder,
.rr-220-form textarea::placeholder {
	color: #888;
}

.rr-220-form textarea {
	resize: vertical;
	min-height: 80px;
}

.rr-220-submit-btn {
	display: inline-block;
	padding: 18px 40px;
	margin-top: 15px;
	background: linear-gradient(to bottom, #f39c12, #d35400);
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 22px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 6px 12px rgba(211, 84, 0, 0.3);
	transition: all 0.2s ease;
	text-align: center;
	min-width: 250px;
}

.rr-220-submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 15px rgba(211, 84, 0, 0.4);
	color: #fff;
}

/* Footer Trust Signals */
.rr-220-trust-footer {
	max-width: 700px;
	margin: 0 auto;
}

.rr-220-trust-signals {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #d0d5da;
	border-bottom: 1px solid #d0d5da;
	padding: 25px 0;
	margin-bottom: 20px;
}

.rr-220-trust-item {
	flex: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rr-220-trust-item:not(:last-child) {
	border-right: 1px solid #d0d5da;
}

.rr-220-trust-icon {
	margin-bottom: 10px;
}

.rr-220-trust-icon svg,
.rr-220-trust-icon i {
	width: 32px;
	height: 32px;
	font-size: 32px;
	fill: #2c3e50;
	color: #2c3e50;
}

.rr-220-trust-item span {
	font-size: 14px;
	font-weight: 800;
	color: #2c3e50;
}

.rr-220-disclaimer {
	text-align: center;
}

.rr-220-disclaimer p {
	font-size: 11px;
	color: #7f8c8d;
	margin: 0;
	position: relative;
	display: inline-block;
	padding: 0 15px;
}

.rr-220-disclaimer p::before,
.rr-220-disclaimer p::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 30px;
	border-top: 1px solid #d0d5da;
}

.rr-220-disclaimer p::before { right: 100%; }
.rr-220-disclaimer p::after { left: 100%; }

/* Responsive */
@media (max-width: 768px) {
	.rr-220-hero {
		padding: 40px 20px 100px;
	}
	.rr-220-title {
		font-size: 40px;
	}
	.rr-220-badge {
		top: -40px;
		right: 10px;
		width: 90px;
		height: 90px;
	}
	.rr-220-badge span {
		font-size: 12px;
	}
	.rr-220-trust-signals {
		flex-direction: column;
		gap: 20px;
		border-bottom: none;
	}
	.rr-220-trust-item:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #d0d5da;
		padding-bottom: 20px;
		width: 100%;
	}
	.rr-220-disclaimer p::before,
	.rr-220-disclaimer p::after {
		display: none;
	}
}