body {
	margin: 0;
	padding: 20px 16px 40px;
	background: #f5f5f5;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.store-wrap {
	max-width: 680px;
	margin: 0 auto;
	padding: 36px 40px 48px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.back-link {
	display: inline-block;
	margin-bottom: 28px;
	color: #aaa;
	font-size: 0.88em;
	text-decoration: none;
}

.back-link:hover {
	color: #555;
}

.store-title {
	margin-bottom: 10px;
	color: #1a1a1a;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.3;
}

.store-summary {
	margin-bottom: 32px;
	color: #666;
	font-size: 1em;
	line-height: 1.6;
}

.store-brand {
	margin-bottom: 28px;
}

.store-brand img {
	max-width: 100%;
}

.store-label {
	margin: 8px 0 0;
	color: #999;
	font-size: 1em;
	font-weight: 400;
}

.context-note {
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid #ebebeb;
	color: #777;
	font-size: 0.97em;
	line-height: 1.65;
}

.authority {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 28px;
	padding: 12px 16px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
}

.authority img {
	height: 36px;
	opacity: 0.85;
}

.authority p {
	margin: 0;
	color: #555;
	font-size: 0.88em;
	line-height: 1.5;
}

.price-block {
	padding: 32px 28px 28px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}

.price-amount {
	color: #1a1a1a;
	font-size: 2.8em;
	font-weight: 700;
	line-height: 1;
}

.price-note {
	margin: 5px 0 22px;
	color: #999;
	font-size: 0.9em;
}

.cta-btn {
	display: block;
	width: 100%;
	margin-bottom: 12px;
	padding: 15px;
	background: #5cb85c;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	transition: background 0.15s;
}

.cta-btn:hover {
	background: #4cae4c;
	color: #fff;
	text-decoration: none;
}

.cta-sub {
	color: #aaa;
	font-size: 0.83em;
	text-align: center;
}

.no-risk {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	margin: 18px 0 0;
}

.no-risk span {
	color: #aaa;
	font-size: 0.85em;
}

.feature-prose {
	margin-bottom: 20px;
	color: #555;
	font-size: 1em;
	line-height: 1.7;
}

.one-payment {
	margin: 20px 0 28px;
	color: #333;
	font-size: 1em;
	font-weight: 600;
}

.section-rule {
	margin: 28px 0;
	border: none;
	border-top: 1px solid #ebebeb;
}

.screenshot {
	margin: 28px 0;
}

.screenshot img {
	width: 100%;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
}

.screenshot-caption {
	margin-top: 6px;
	color: #aaa;
	font-size: 0.83em;
	text-align: center;
}

.secondary-note {
	margin-top: 20px;
	color: #aaa;
	font-size: 0.87em;
	text-align: center;
}

.secondary-note a {
	color: #777;
}

.donation-note {
	margin-top: 12px;
	color: #888;
	font-size: 0.85em;
	text-align: center;
}

.donation-note a {
	color: #555;
	text-decoration: underline;
}

.site-footer {
	margin-top: 20px;
	color: #999;
	font-family: 'Inter', sans-serif;
	font-size: 0.85em;
	text-align: center;
}

.site-footer a {
	color: #999;
}