.ac-tc-calculator {
	color: var(--ac-tc-text, #fff);
	max-width: 720px;
	margin: 0 auto;
	padding: 24px 0;
}

.ac-tc-highlight {
	color: var(--ac-tc-gradient-start, #facc15);
}

.ac-tc-banner-note {
	text-align: center;
	font-size: 0.9rem;
	font-weight: 500;
	opacity: 0.75;
	margin: 0 0 14px;
}

.ac-tc-heading {
	font-size: clamp(1.6rem, 4vw, 2.4rem);
	font-weight: 700;
	text-align: center;
	margin-bottom: 12px;
}

.ac-tc-subheading {
	text-align: center;
	opacity: 0.85;
	max-width: 560px;
	margin: 0 auto 28px;
}

.ac-tc-panel {
	background: rgba(var(--ac-tc-panel-bg, 255, 255, 255), var(--ac-tc-panel-bg-opacity, 0.1));
	border: 1px solid rgba(var(--ac-tc-panel-border, 255, 255, 255), var(--ac-tc-panel-border-opacity, 0.25));
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: 20px;
	padding: 28px;
	margin-bottom: 20px;
}

.ac-tc-field {
	margin-bottom: 22px;
}

.ac-tc-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	margin-bottom: 10px;
}

.ac-tc-badge {
	background: var(--ac-tc-primary, #fd7e14);
	color: #fff;
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 700;
}

.ac-tc-year-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ac-tc-year-btn {
	padding: 8px 18px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
	color: inherit;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.15s ease;
}

.ac-tc-year-btn.is-active,
.ac-tc-year-btn:hover {
	background: var(--ac-tc-primary, #fd7e14);
	border-color: var(--ac-tc-primary, #fd7e14);
	color: #fff;
}

.ac-tc-range {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(to right, var(--ac-tc-slider-start, #fd7e14), var(--ac-tc-slider-end, #ffa94d));
	outline: none;
}

.ac-tc-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid var(--ac-tc-primary, #fd7e14);
	box-shadow: 0 0 0 4px rgba(253, 126, 20, 0.3);
	cursor: pointer;
}

.ac-tc-range::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid var(--ac-tc-primary, #fd7e14);
	cursor: pointer;
}

.ac-tc-btn {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 14px 20px;
	border-radius: 12px;
	border: none;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	margin-top: 10px;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.ac-tc-btn:hover {
	transform: translateY(-1px);
	opacity: 0.92;
}

.ac-tc-btn-primary {
	background: var(--ac-tc-primary, #fd7e14);
	color: #fff;
}

.ac-tc-btn-whatsapp {
	background: var(--ac-tc-whatsapp, #25d366);
	color: #fff;
}

.ac-tc-btn-cta2 {
	background: var(--ac-tc-cta2, #ee4b00);
	color: #fff;
}

.ac-tc-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

.ac-tc-result-prefix {
	text-align: center;
	font-weight: 600;
	margin-bottom: 6px;
}

.ac-tc-result-value {
	text-align: center;
	font-size: clamp(2rem, 6vw, 3rem);
	font-weight: 800;
	color: var(--ac-tc-result, #28a745);
	margin-bottom: 14px;
}

.ac-tc-result-helper {
	text-align: center;
	opacity: 0.85;
	margin-bottom: 20px;
}

.ac-tc-input {
	width: 100%;
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.08);
	color: inherit;
	margin-bottom: 12px;
}

.ac-tc-gdpr {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 0.9rem;
	margin-bottom: 14px;
	cursor: pointer;
}

.ac-tc-gdpr input[type='checkbox'] {
	margin-top: 3px;
	accent-color: var(--ac-tc-gdpr-checked, #ffa94d);
}

.ac-tc-error {
	color: var(--ac-tc-error, #ff6b6b);
	font-size: 0.9rem;
	margin: -4px 0 12px;
}

.ac-tc-thankyou-panel {
	text-align: center;
}
