.scc-calculator {
	--scc-primary: #1b4332;
	--scc-gold: #c4a35a;
	--scc-cream: #f4efe6;
	--scc-cream-deep: #ebe3d4;
	--scc-button-text: #ffffff;
	--scc-bg: #ffffff;
	--scc-text: #1a1a1a;
	--scc-muted: #6b7280;
	--scc-border: #e5e0d6;
	--scc-radius: 18px;
	--scc-max-width: 1080px;
	--scc-font: "Outfit", "Segoe UI", sans-serif;
	--scc-script: "Cormorant Garamond", Georgia, serif;
	box-sizing: border-box;
	width: min(1080px, 96vw);
	max-width: 1080px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0;
	margin-bottom: 0;
	padding: 1.5rem 1rem 2rem;
	color: var(--scc-text);
	font-family: var(--scc-font);
	font-size: 15px;
	line-height: 1.45;
	background:
		radial-gradient(ellipse 50% 40% at 90% 0%, rgba(196, 163, 90, 0.12), transparent 60%),
		linear-gradient(180deg, #faf7f1 0%, #f3eee5 100%);
	border-radius: 24px;
	/* Escape narrow theme content column so two-column layout fits */
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.entry-content .scc-calculator,
.wp-block-post-content .scc-calculator {
	max-width: min(1080px, 100%) !important;
}

/* Keep summary card on the right inside typical theme content widths */
.wp-block-post-content > .wp-block-shortcode.alignwide,
.entry-content > .wp-block-shortcode.alignwide {
	max-width: min(1100px, 100%) !important;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

.scc-calculator *,
.scc-calculator *::before,
.scc-calculator *::after {
	box-sizing: border-box;
}

.scc-calculator__brand {
	text-align: center;
	margin-bottom: 1.75rem;
}

.scc-calculator__logo {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 0.75rem;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.scc-calculator__logo img {
	display: block;
	width: min(260px, 72vw);
	height: auto;
	max-height: 110px;
	object-fit: contain;
	background: transparent;
}

.scc-calculator__brand-name {
	display: none;
}

.scc-calculator__title {
	margin: 0;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--scc-primary);
}

.scc-calculator__subtitle {
	margin: 0.45rem 0 0;
	color: var(--scc-muted);
	font-size: 0.98rem;
	font-weight: 500;
}

.scc-calculator__form {
	margin: 0;
}

.scc-calculator__layout {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 1.25rem;
	width: 100%;
}

.scc-calculator__panel {
	border-radius: var(--scc-radius);
	overflow: hidden;
}

.scc-calculator__panel--form {
	flex: 2 1 0;
	width: 66.666%;
	min-width: 0;
	background: var(--scc-bg);
	border: 1px solid var(--scc-border);
	box-shadow: 0 12px 36px rgba(27, 67, 50, 0.08);
	padding: 1.5rem 1.4rem 1.25rem;
}

.scc-calculator__panel--summary {
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	width: 33.333%;
	min-width: 0;
	max-width: none;
	background: var(--scc-cream);
	border: 1px solid #e2d8c6;
	box-shadow: 0 12px 36px rgba(27, 67, 50, 0.1);
}

.scc-calculator__section {
	margin-bottom: 1.35rem;
}

.scc-calculator__section-title {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 0.9rem;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--scc-primary);
}

.scc-calculator__step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--scc-primary);
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0;
}

.scc-calculator__types {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.scc-calculator__type {
	margin: 0;
	cursor: pointer;
}

.scc-calculator__type input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.scc-calculator__type-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-height: 118px;
	padding: 1rem 0.75rem;
	border: 1.5px solid #d9d3c8;
	border-radius: 14px;
	background: #fff;
	text-align: center;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.scc-calculator__type-copy {
	display: contents;
}

.scc-calculator__type-icon {
	color: var(--scc-primary);
}

.scc-calculator__type-card strong {
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--scc-primary);
}

.scc-calculator__type-card em {
	display: block;
	font-style: normal;
	font-size: 0.75rem;
	font-weight: 500;
	color: var(--scc-muted);
}

.scc-calculator__check {
	display: none;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--scc-gold);
	color: var(--scc-primary);
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
}

.scc-calculator__type input:checked + .scc-calculator__type-card {
	background: var(--scc-primary);
	border-color: var(--scc-gold);
	box-shadow: 0 0 0 1px var(--scc-gold);
}

.scc-calculator__type input:checked + .scc-calculator__type-card .scc-calculator__type-icon,
.scc-calculator__type input:checked + .scc-calculator__type-card strong {
	color: var(--scc-gold);
}

.scc-calculator__type input:checked + .scc-calculator__type-card em {
	color: rgba(255, 255, 255, 0.75);
}

.scc-calculator__type input:checked + .scc-calculator__type-card .scc-calculator__check {
	display: block;
}

.scc-calculator__counts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.scc-calculator__stepper-label {
	margin: 0 0 0.45rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #374151;
}

.scc-calculator__stepper-ctrl {
	display: inline-flex;
	align-items: center;
	width: 100%;
	border: 1px solid #d5d0c6;
	border-radius: 12px;
	overflow: hidden;
	background: #faf8f4;
}

.scc-calculator__stepper-ctrl button {
	width: 44px;
	height: 44px;
	border: 0;
	background: #eeebe4;
	color: #374151;
	font-size: 1.2rem;
	font-weight: 600;
	cursor: pointer;
	line-height: 1;
}

.scc-calculator__stepper-ctrl button:hover {
	background: #e4dfd5;
}

.scc-calculator__stepper-ctrl input {
	flex: 1;
	width: 100%;
	height: 44px;
	border: 0;
	background: transparent;
	text-align: center;
	font: inherit;
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--scc-text);
	-moz-appearance: textfield;
}

.scc-calculator__stepper-ctrl input::-webkit-outer-spin-button,
.scc-calculator__stepper-ctrl input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.scc-calculator__vehicles-line {
	margin: 0.85rem 0 0;
	padding: 0.65rem 0.85rem;
	border-radius: 10px;
	background: #eef6f1;
	color: var(--scc-primary);
	font-size: 0.86rem;
	font-weight: 600;
}

.scc-calculator__vehicles-count {
	margin: 0 0.25rem;
	font-size: 1.05rem;
}

.scc-calculator__vehicles-hint {
	font-weight: 500;
	color: var(--scc-muted);
}

.scc-calculator__currency {
	display: block;
	margin-bottom: 0.75rem;
}

.scc-calculator__currency-select {
	width: 100%;
	height: 48px;
	padding: 0 0.9rem;
	border: 1px solid #d5d0c6;
	border-radius: 12px;
	background: #fff;
	font: inherit;
	font-weight: 600;
	color: var(--scc-text);
}

.scc-calculator__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.scc-calculator__pill {
	appearance: none;
	border: 1px solid #d5d0c6;
	background: #fff;
	color: #374151;
	border-radius: 999px;
	padding: 0.4rem 0.85rem;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 600;
	cursor: pointer;
}

.scc-calculator__pill.is-active,
.scc-calculator__pill:hover {
	border-color: var(--scc-primary);
	background: var(--scc-primary);
	color: #fff;
}

.scc-calculator__trust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
	margin: 1.25rem 0 0;
	padding: 0.85rem 0.65rem;
	list-style: none;
	border-radius: 12px;
	background: #eef6f1;
}

.scc-calculator__trust li {
	position: relative;
	padding-left: 1.35rem;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--scc-primary);
}

.scc-calculator__trust li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--scc-primary);
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

.scc-calculator__summary-head {
	padding: 1.35rem 1.25rem 1.1rem;
	background:
		linear-gradient(135deg, rgba(196, 163, 90, 0.18), transparent 45%),
		var(--scc-primary);
	color: #fff;
	text-align: center;
}

.scc-calculator__summary-script {
	margin: 0;
	font-family: var(--scc-script);
	font-size: 1.65rem;
	font-style: italic;
	font-weight: 700;
	color: var(--scc-gold);
	line-height: 1.1;
}

.scc-calculator__summary-label {
	margin: 0.15rem 0 0;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.scc-calculator__summary-list {
	margin: 0;
	padding: 1rem 1.15rem 0.5rem;
	list-style: none;
}

.scc-calculator__summary-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.7rem 0;
	border-bottom: 1px dotted #d2c7b4;
}

.scc-calculator__summary-list li:last-child {
	border-bottom: 0;
}

.scc-calculator__summary-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--scc-primary);
	color: #fff;
	font-size: 0.85rem;
	flex: 0 0 auto;
}

.scc-calculator__summary-list small {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--scc-muted);
}

.scc-calculator__summary-list strong {
	display: block;
	margin-top: 0.1rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--scc-primary);
}

.scc-calculator__summary-total {
	margin-top: auto;
	padding: 0.5rem 1.15rem 0.25rem;
	text-align: center;
}

.scc-calculator__summary-total > small {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--scc-primary);
}

.scc-calculator__grand {
	margin: 0.35rem 0 0.5rem;
	font-size: clamp(1.6rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.15;
	color: var(--scc-primary);
}

.scc-calculator__paw-rule {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 0.35rem 0 0.55rem;
	color: var(--scc-gold);
}

.scc-calculator__paw-rule span {
	flex: 1;
	height: 1px;
	background: var(--scc-gold);
	opacity: 0.7;
}

.scc-calculator__converted {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--scc-primary);
}

.scc-calculator__rate {
	margin: 0.25rem 0 0;
	font-size: 0.75rem;
	font-weight: 500;
	color: var(--scc-muted);
}

.scc-calculator__summary-art {
	margin-top: 0.5rem;
	padding: 0 0.5rem;
	line-height: 0;
	color: var(--scc-primary);
}

.scc-calculator__error {
	margin: 1rem 0 0;
	text-align: center;
	color: #b42318;
	font-size: 0.92rem;
	font-weight: 600;
}

.scc-calculator__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	width: min(420px, 100%);
	margin: 1.35rem auto 0;
	height: 54px;
	border: 0;
	border-radius: 14px;
	background: var(--scc-primary);
	color: var(--scc-button-text);
	font: inherit;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(27, 67, 50, 0.28);
}

.scc-calculator__submit-paw {
	display: inline-flex;
	color: var(--scc-gold);
}

.scc-calculator__submit:hover,
.scc-calculator__submit:focus {
	filter: brightness(1.05);
}

/* Mobile-only / desktop-only helpers — desktop default */
.scc-m-only {
	display: none !important;
}

.scc-calculator__m-summary {
	display: none;
}

.scc-m-only[hidden],
[hidden].scc-m-only {
	display: none !important;
}

@media (max-width: 780px) {
	.scc-m-only {
		display: block !important;
	}

	.scc-m-only[hidden],
	[hidden].scc-m-only {
		display: none !important;
	}

	.scc-d-only {
		display: none !important;
	}

	.scc-calculator {
		--scc-primary: #1b4332;
		--scc-gold: #c9a227;
		width: 100% !important;
		max-width: 100% !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
		-webkit-transform: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0.85rem 0.85rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
		border-radius: 0;
		background: #f7f4ec;
		overflow-x: hidden;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
	}

	.scc-calculator__brand {
		margin-bottom: 1.35rem;
		padding-top: 0.25rem;
	}

	.scc-calculator__logo img {
		width: min(168px, 48vw);
		max-height: 72px;
	}

	.scc-calculator__title {
		font-size: clamp(1.2rem, 5.5vw, 1.45rem);
		letter-spacing: 0.04em;
		line-height: 1.2;
		text-align: center;
	}

	.scc-calculator__subtitle {
		font-size: 0.92rem;
		color: #6b7280;
		text-align: center;
	}

	.scc-calculator__subtitle::after {
		content: "";
		display: block;
		width: 48px;
		height: 3px;
		margin: 0.75rem auto 0;
		border-radius: 2px;
		background: var(--scc-gold);
	}

	.scc-calculator__layout {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.scc-calculator__panel--form {
		display: block;
		width: 100%;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
		overflow: visible;
	}

	.scc-calculator__panel--summary {
		width: 100%;
		max-width: none;
		margin-top: 0.15rem;
		background: var(--scc-primary);
		border: 0;
		border-radius: 16px;
		box-shadow: 0 10px 28px rgba(27, 67, 50, 0.22);
		overflow: hidden;
	}

	.scc-calculator__section {
		margin: 0 0 1.35rem;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.scc-calculator__section-title {
		font-size: 0.9rem;
		letter-spacing: 0.08em;
		margin-bottom: 0.85rem;
	}

	.scc-calculator__step {
		width: 26px;
		height: 26px;
		font-size: 0.8rem;
	}

	/* Visitor type — stacked horizontal rows */
	.scc-calculator__types {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.7rem;
	}

	.scc-calculator__type-card {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 0.85rem;
		min-height: 0;
		padding: 0.95rem 1rem;
		text-align: left;
		border-radius: 14px;
		border: 1.5px solid #d9d3c8;
		background: #fff;
		box-shadow: 0 2px 8px rgba(27, 67, 50, 0.04);
	}

	.scc-calculator__type-copy {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.15rem;
		flex: 1 1 auto;
		min-width: 0;
	}

	.scc-calculator__type-icon {
		flex: 0 0 auto;
		display: inline-flex;
	}

	.scc-calculator__type-icon svg {
		width: 26px;
		height: 26px;
	}

	.scc-calculator__type-card strong {
		font-size: 0.95rem;
		margin: 0;
	}

	.scc-calculator__type-card em {
		font-size: 0.78rem;
		margin: 0;
	}

	.scc-calculator__check {
		display: block;
		position: static;
		margin-left: auto;
		width: 22px;
		height: 22px;
		border: 2px solid #c5bfb4;
		background: transparent;
		color: transparent;
		line-height: 18px;
		flex: 0 0 auto;
	}

	.scc-calculator__type input:checked + .scc-calculator__type-card .scc-calculator__check {
		display: block;
		border-color: var(--scc-gold);
		background: var(--scc-gold);
		color: #111;
		font-size: 12px;
		font-weight: 800;
	}

	/* Visitors card */
	.scc-calculator__counts {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
		background: #fff;
		border: 1px solid #e5e0d6;
		border-radius: 14px;
		overflow: hidden;
		box-shadow: 0 2px 8px rgba(27, 67, 50, 0.04);
	}

	.scc-calculator__stepper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		padding: 0.85rem 1rem;
		border-bottom: 1px solid #eee9e0;
	}

	.scc-calculator__stepper:last-child {
		border-bottom: 0;
	}

	.scc-calculator__stepper-label {
		margin: 0;
		font-size: 0.92rem;
		font-weight: 600;
		color: #1f2937;
	}

	.scc-calculator__stepper-ctrl {
		width: auto;
		min-width: 132px;
		border-radius: 10px;
	}

	.scc-calculator__stepper-ctrl button {
		width: 42px;
		height: 42px;
		font-size: 1.25rem;
		touch-action: manipulation;
	}

	.scc-calculator__stepper-ctrl input {
		width: 48px;
		height: 42px;
		font-size: 16px;
	}

	.scc-calculator__free-note {
		display: flex !important;
		align-items: center;
		gap: 0.4rem;
		margin: 0.7rem 0 0;
		font-size: 0.8rem;
		color: #6b7280;
	}

	.scc-calculator__pills {
		display: none !important;
	}

	.scc-calculator__currency-select {
		height: 52px;
		font-size: 16px;
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 2px 8px rgba(27, 67, 50, 0.04);
	}

	/* Trust list — mobile only (separate class so desktop trust rules never apply) */
	ul.scc-calculator__trust-mobile.scc-m-only {
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
		margin: 1rem 0 0 !important;
		padding: 0.2rem 0.9rem !important;
		list-style: none !important;
		background: #fff !important;
		border: 1px solid #e5e0d6 !important;
		border-radius: 14px !important;
		box-shadow: 0 2px 8px rgba(27, 67, 50, 0.04);
	}

	ul.scc-calculator__trust-mobile.scc-m-only > li {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 0.75rem !important;
		position: static !important;
		margin: 0 !important;
		padding: 0.85rem 0 !important;
		padding-left: 0 !important;
		border: 0 !important;
		border-bottom: 1px solid #f0ebe3 !important;
		font-size: 0.86rem !important;
		font-weight: 600 !important;
		line-height: 1.35 !important;
		color: var(--scc-primary) !important;
		list-style: none !important;
		background: transparent !important;
	}

	ul.scc-calculator__trust-mobile.scc-m-only > li:last-child {
		border-bottom: 0 !important;
	}

	ul.scc-calculator__trust-mobile.scc-m-only > li::before,
	ul.scc-calculator__trust-mobile.scc-m-only > li::after {
		content: none !important;
		display: none !important;
		width: 0 !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		background: none !important;
	}

	.scc-calculator__trust-mobile .scc-calculator__trust-icon {
		display: block !important;
		flex: 0 0 32px !important;
		width: 32px !important;
		height: 32px !important;
		min-width: 32px !important;
		margin: 0 !important;
		padding: 0 !important;
		position: static !important;
		float: none !important;
		border-radius: 8px;
		background-color: #e8f2ec;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 16px 16px;
	}

	.scc-calculator__trust-icon--shield {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231b4332'%3E%3Cpath d='M12 2l8 3v6c0 5-3.4 9.4-8 11-4.6-1.6-8-6-8-11V5l8-3z'/%3E%3C/svg%3E");
	}

	.scc-calculator__trust-icon--vat {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231b4332'%3E%3Cpath d='M7 4h3l1 4h2l-1-4h3l1 4h3v2h-2.5l1 4H21v2h-3.5l1 4h-3l-1-4h-2l1 4H8l-1-4H4v-2h2.5l-1-4H3V8h3.5L7 4zm4.5 6l1 4h2l-1-4h-2z'/%3E%3C/svg%3E");
	}

	.scc-calculator__trust-icon--star {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231b4332'%3E%3Cpath d='M12 2l2.4 4.9L20 8l-4 3.9.9 5.4L12 14.8 7.1 17.3 8 11.9 4 8l5.6-1.1L12 2z'/%3E%3C/svg%3E");
	}

	.scc-calculator__trust-mobile .scc-calculator__trust-text {
		flex: 1 1 auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		position: static !important;
		float: none !important;
	}

	.scc-calculator__trust-mobile .scc-calculator__trust-ok {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		flex: 0 0 22px !important;
		width: 22px !important;
		height: 22px !important;
		margin: 0 0 0 auto !important;
		border-radius: 50%;
		background: var(--scc-primary);
		color: #fff;
		font-size: 11px;
		font-weight: 800;
		line-height: 1;
		position: static !important;
	}

	.scc-calculator__m-result {
		display: none;
		margin: 1rem 0 0;
		padding: 1rem 1.1rem;
		border-radius: 14px;
		background: var(--scc-primary);
		color: #fff;
		text-align: center;
	}

	.scc-calculator__m-result:not([hidden]) {
		display: block !important;
	}

	.scc-calculator__m-result-label {
		display: block;
		font-size: 0.75rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: var(--scc-gold);
	}

	.scc-calculator__m-result-total {
		display: block;
		margin-top: 0.35rem;
		font-size: 1.45rem;
		font-weight: 800;
		line-height: 1.2;
		color: #fff;
	}

	.scc-calculator__m-result-converted {
		display: block;
		margin-top: 0.35rem;
		font-size: 0.92rem;
		font-weight: 600;
		color: var(--scc-gold);
	}

	/* Mobile dark summary */
	.scc-calculator__m-summary {
		display: block;
		padding: 1.15rem 1.1rem 1.2rem;
		color: #fff;
	}

	.scc-calculator__m-summary-head {
		display: flex;
		align-items: center;
		gap: 0.5rem;
		margin-bottom: 0.85rem;
		font-size: 0.82rem;
		font-weight: 800;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: var(--scc-gold);
	}

	.scc-calculator__m-ticket {
		font-size: 1rem;
	}

	.scc-calculator__m-lines {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.scc-calculator__m-lines li {
		display: flex;
		justify-content: space-between;
		gap: 1rem;
		padding: 0.4rem 0;
		font-size: 0.9rem;
		color: rgba(255, 255, 255, 0.88);
	}

	.scc-calculator__m-lines strong {
		font-weight: 700;
		color: #fff;
	}

	.scc-calculator__m-total {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 0.75rem;
		margin-top: 0.65rem;
		padding-top: 0.85rem;
		border-top: 1px dashed rgba(255, 255, 255, 0.35);
	}

	.scc-calculator__m-total > span {
		font-size: 0.85rem;
		font-weight: 800;
		letter-spacing: 0.08em;
	}

	.scc-calculator__m-total .scc-calculator__grand,
	.scc-m-grand {
		margin: 0;
		font-size: 1.35rem;
		font-weight: 800;
		color: #fff;
		text-align: right;
		line-height: 1.2;
	}

	.scc-calculator__m-summary .scc-calculator__converted {
		margin: 0.45rem 0 0;
		text-align: right;
		font-size: 0.95rem;
		font-weight: 700;
		color: var(--scc-gold);
	}

	.scc-calculator__m-summary .scc-calculator__rate {
		margin: 0.2rem 0 0;
		text-align: right;
		font-size: 0.75rem;
		color: rgba(255, 255, 255, 0.7);
	}

	.scc-calculator__error {
		margin: 0.85rem 0 0;
		position: relative;
		z-index: 2;
	}

	.scc-calculator__submit {
		position: relative;
		z-index: 50;
		display: -webkit-inline-flex;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.55rem;
		width: 100%;
		max-width: none;
		min-height: 56px;
		height: auto;
		margin: 1rem 0 0;
		padding: 0.9rem 1rem;
		border: 0;
		border-radius: 14px;
		background: var(--scc-gold);
		color: #111;
		font-size: 0.95rem;
		letter-spacing: 0.08em;
		box-shadow: 0 10px 24px rgba(201, 162, 39, 0.35);
		pointer-events: auto !important;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
		touch-action: manipulation;
		-webkit-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}

	.scc-calculator__submit *,
	.scc-calculator__submit-paw,
	.scc-calculator__submit svg,
	.scc-calculator__submit span {
		pointer-events: none !important;
	}

	.scc-calculator__submit-paw {
		color: #111;
	}

	.scc-calculator__submit .scc-m-only {
		display: inline !important;
	}

	.scc-calculator__section-title .scc-m-only {
		display: inline !important;
	}

	.scc-calculator__submit:hover,
	.scc-calculator__submit:focus {
		filter: brightness(1.03);
	}

	.scc-calculator__submit:active {
		transform: scale(0.985);
	}

	.scc-calculator__secure {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 0.35rem;
		position: relative;
		z-index: 1;
		margin: 0.85rem 0 0;
		font-size: 0.78rem;
		color: #6b7280;
		text-align: center;
		pointer-events: none;
	}
}

@media (max-width: 540px) {
	.scc-calculator {
		padding-left: 0.7rem;
		padding-right: 0.7rem;
	}

	.scc-calculator__m-total .scc-calculator__grand,
	.scc-m-grand {
		font-size: 1.2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.scc-calculator__submit:active {
		transform: none;
	}
}
