.apm-order-box {
	max-width: 480px;
	margin: 0 auto;
	padding: 32px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.apm-form-row {
	margin-bottom: 18px;
}

.apm-form-row label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 14px;
}

.apm-form-row input {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d7d9dd;
	border-radius: 10px;
	font-size: 15px;
	box-sizing: border-box;
}

.apm-form-row input:focus {
	outline: none;
	border-color: #128c7e;
	box-shadow: 0 0 0 3px rgba(18, 140, 126, 0.15);
}

.apm-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.apm-btn-submit,
.apm-btn-cta {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 14px 20px;
	background: #128c7e;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.1s ease;
}

.apm-btn-submit:hover,
.apm-btn-cta:hover {
	background: #0e6f63;
}

.apm-btn-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.apm-form-message {
	min-height: 20px;
	margin: 14px 0 0;
	font-size: 14px;
	font-weight: 600;
}

.apm-form-message--success { color: #1a7f37; }
.apm-form-message--error { color: #c1121f; }
.apm-form-message--info { color: #555; }

.apm-form-note {
	margin-top: 12px;
	font-size: 12px;
	color: #767676;
}

.apm-pricing-card {
	max-width: 380px;
	margin: 0 auto;
	padding: 32px;
	border-radius: 16px;
	background: #0f1115;
	color: #fff;
	text-align: center;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.apm-pricing-badge {
	display: inline-block;
	padding: 4px 14px;
	border-radius: 20px;
	background: rgba(18, 140, 126, 0.2);
	color: #25d366;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.apm-pricing-card h3 {
	margin: 14px 0 4px;
	font-size: 26px;
}

.apm-pricing-amount {
	margin: 6px 0 0;
	font-size: 18px;
	color: #c8ccd2;
}

.apm-pricing-amount span {
	font-size: 44px;
	font-weight: 800;
	color: #fff;
}

.apm-pricing-sub {
	margin: 4px 0 20px;
	font-size: 13px;
	color: #8b909a;
}

.apm-pricing-features {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	text-align: left;
}

.apm-pricing-features li {
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 14px;
}

.apm-pricing-features li::before {
	content: '✔';
	color: #25d366;
	margin-right: 10px;
	font-weight: 700;
}

.apm-compat-table h3 {
	text-align: center;
	margin-bottom: 20px;
}

.apm-compat-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.apm-compat-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 16px;
	background: #f6f7f9;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
}

.apm-compat-check {
	color: #1a7f37;
	font-size: 16px;
}

.apm-faq {
	max-width: 760px;
	margin: 0 auto;
}

.apm-faq-item {
	border-bottom: 1px solid #e4e6ea;
	padding: 16px 0;
}

.apm-faq-question {
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	list-style: none;
}

.apm-faq-question::-webkit-details-marker { display: none; }

.apm-faq-question::after {
	content: '+';
	float: right;
	font-size: 20px;
	color: #128c7e;
}

.apm-faq-item[open] .apm-faq-question::after {
	content: '−';
}

.apm-faq-answer {
	margin-top: 10px;
	color: #444;
	line-height: 1.6;
}

.apm-breadcrumb ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 20px;
	padding: 0;
	font-size: 13px;
	color: #767676;
}

.apm-breadcrumb li:not(:last-child)::after {
	content: '/';
	margin-left: 6px;
	color: #c3c6cc;
}

.apm-breadcrumb a {
	color: #128c7e;
	text-decoration: none;
}

.apm-share-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0;
}

.apm-share-buttons a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border-radius: 8px;
	background: #f2f3f5;
	color: #1d2327;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.apm-share-buttons a:hover {
	background: #e4e6ea;
}

.apm-related-posts {
	margin: 40px 0;
}

.apm-related-posts h3 {
	margin-bottom: 16px;
}

.apm-related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.apm-related-grid li img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 10px;
}

.apm-related-grid a {
	text-decoration: none;
	color: inherit;
	font-weight: 600;
	display: block;
	margin-top: 8px;
}

@media (max-width: 480px) {
	.apm-order-box { padding: 22px; }
}
