.cpc-wrap {
	max-width: 780px;
	margin: 0 auto;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	line-height: 1.55;
	color: #2c2c2a;
}

.cpc-wrap h1,
.cpc-wrap h2,
.cpc-wrap h3,
.cpc-wrap h4 {
	font-family: 'Lora', serif;
}

.cpc-page-title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px;
}

.cpc-page-desc {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #5c5c58;
	text-align: center;
	max-width: 600px;
	margin: 0 auto 28px;
}

.cpc-wrap * {
	box-sizing: border-box;
}

.cpc-field {
	margin-bottom: 14px;
}

.cpc-field label,
.cpc-section h3 {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.cpc-section h3 {
	font-size: 19px;
	margin-top: 0;
}

.cpc-hint {
	font-size: 14px;
	color: #7a7a76;
	margin: 4px 0 0;
}

.cpc-wrap input[type="number"],
.cpc-wrap select {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #d8d6cd;
	border-radius: 6px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
}

.cpc-section {
	background: #faf9f5;
	border: 1px solid #eae8de;
	border-radius: 10px;
	padding: 16px 18px;
	margin-bottom: 16px;
}

.cpc-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 16px;
}

@media (max-width: 640px) {
	.cpc-grid-2 {
		grid-template-columns: 1fr;
	}
}

.cpc-inline {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cpc-margin-buttons {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.cpc-margin-btn {
	background: #fff;
	border: 1px solid #d8d6cd;
	border-radius: 6px;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.cpc-margin-btn:hover {
	background: #f2f1ea;
}

.cpc-margin-btn.cpc-active {
	background: #2c2c2a;
	border-color: #2c2c2a;
	color: #fff;
}

.cpc-checkbox-label {
	display: flex !important;
	align-items: center;
	gap: 8px;
	font-weight: 500 !important;
	cursor: pointer;
}

.cpc-checkbox-label input {
	width: auto;
}

.cpc-price-hero {
	background: #2c2c2a;
	color: #fff;
	border-radius: 12px;
	padding: 24px;
	text-align: center;
	margin-bottom: 16px;
}

.cpc-price-label {
	font-size: 14px;
	opacity: 0.75;
	margin: 0 0 4px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.cpc-price-value {
	font-family: 'Lora', serif;
	font-size: 42px;
	font-weight: 700;
	margin: 0;
}

.cpc-price-sub {
	font-size: 15px;
	opacity: 0.8;
	margin: 6px 0 0;
}

.cpc-results {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

@media (max-width: 640px) {
	.cpc-results {
		grid-template-columns: 1fr;
	}
}

.cpc-result-col {
	background: #fff;
	border: 1px solid #eae8de;
	border-radius: 10px;
	padding: 16px 18px;
}

.cpc-result-col h4 {
	font-family: 'Nunito Sans', sans-serif;
	margin: 0 0 10px;
	font-size: 14px;
	color: #7a7a76;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.cpc-result-row {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	font-size: 15px;
	border-bottom: 1px solid #f0efe8;
}

.cpc-result-row:last-child {
	border-bottom: none;
}

.cpc-result-total {
	font-weight: 700;
	border-top: 1px solid #d8d6cd;
	margin-top: 2px;
	padding-top: 8px;
}

/* Try an example (compact chip row) */

.cpc-example-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.cpc-example-label {
	font-size: 14px;
	color: #7a7a76;
	margin-right: 2px;
}

.cpc-example-chip {
	background: #eef4fc;
	border: 1px solid #cfe0f3;
	color: #1d3f6e;
	border-radius: 999px;
	padding: 6px 14px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.cpc-example-chip:hover {
	background: #dcebfa;
}

.cpc-example-chip.cpc-example-active {
	background: #378add;
	border-color: #378add;
	color: #fff;
}

/* Print + share action row */

.cpc-action-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 16px;
	position: relative;
}

.cpc-action-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border: 1px solid #d8d6cd;
	border-radius: 6px;
	padding: 8px 14px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.cpc-action-btn:hover {
	background: #f2f1ea;
}

.cpc-share-label {
	font-size: 13px;
	color: #7a7a76;
	margin-left: 8px;
}

.cpc-share-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #d8d6cd;
	background: #fff;
	color: #4a4a46;
	cursor: pointer;
	text-decoration: none;
}

.cpc-share-btn:hover {
	background: #f2f1ea;
}

.cpc-share-whatsapp:hover {
	color: #25d366;
	border-color: #25d366;
}

.cpc-share-facebook:hover {
	color: #1877f2;
	border-color: #1877f2;
}

.cpc-share-x:hover {
	color: #000;
	border-color: #000;
}

.cpc-copy-feedback {
	position: absolute;
	right: 0;
	top: -28px;
	background: #2c2c2a;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 6px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.cpc-copy-feedback.cpc-visible {
	opacity: 1;
}

/* How to use section */

.cpc-howto {
	max-width: 780px;
	margin: 40px auto 0;
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
}

.cpc-howto-title {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 6px;
}

.cpc-howto-sub {
	font-size: 15px;
	color: #7a7a76;
	margin: 0 0 28px;
}

.cpc-howto-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}

.cpc-howto-steps li {
	display: flex;
	gap: 16px;
	position: relative;
	padding-bottom: 28px;
}

.cpc-howto-steps li:last-child {
	padding-bottom: 0;
}

.cpc-howto-steps li::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 32px;
	bottom: 0;
	width: 1px;
	background: #eadfe4;
}

.cpc-howto-steps li:last-child::before {
	display: none;
}

.cpc-howto-num {
	flex: none;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fbe3ea;
	color: #b3305a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 15px;
}

.cpc-howto-steps h4 {
	margin: 4px 0 4px;
	font-size: 17px;
}

.cpc-howto-steps p {
	margin: 0;
	font-size: 15px;
	color: #5c5c58;
}

/* Print styles */

@media print {
	.cpc-example-row,
	.cpc-action-row,
	.cpc-howto {
		display: none !important;
	}
}
