/* SCARAB — Prélude Product Page 1.2.0 */
.scarab-prelude {
	--spp-deep: #073d35;
	--spp-deep-2: #052e29;
	--spp-ink: #113d36;
	--spp-teal: #0b8a72;
	--spp-mint: #9bd4c5;
	--spp-line: #dbe8e4;
	width: 100vw;
	max-width: none !important;
	min-height: 100vh;
	position: relative;
	left: 50%;
	margin: 0 0 0 -50vw !important;
	overflow: hidden;
	color: var(--spp-ink);
	background: #fbfdfc;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.scarab-prelude *,
.scarab-prelude *::before,
.scarab-prelude *::after { box-sizing: border-box; }
.scarab-prelude a { color: inherit; text-decoration: none; }
.scarab-prelude button { font: inherit; }
.scarab-prelude svg { display: inline-block; flex: 0 0 auto; }
.scarab-prelude img { border: 0; }
.scarab-prelude-page .entry-header,
.scarab-prelude-page .page-header { display: none; }
.scarab-prelude-page .entry-content,
.scarab-prelude-page .site-content,
.scarab-prelude-page main.site-main { max-width: none !important; padding-right: 0 !important; padding-left: 0 !important; }
.scarab-prelude-page .entry-content > .scarab-prelude { margin-block: 0 !important; }

.spp-product-nav {
	width: min(1240px, calc(100% - 48px));
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin: 0 auto;
	background: #fbfdfc;
}
.spp-brand-link { display: inline-flex; }
.spp-product-nav nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 34px); color: #496761; font-size: 12px; font-weight: 680; }
.spp-product-nav nav a { position: relative; padding: 10px 0; }
.spp-product-nav nav a::after { content: ""; height: 1.5px; position: absolute; right: 100%; bottom: 5px; left: 0; background: var(--spp-teal); transition: right .2s ease; }
.spp-product-nav nav a:hover::after,
.spp-product-nav nav a:focus-visible::after { right: 0; }

.spp-product-logo { display: inline-flex; align-items: center; gap: 11px; }
.spp-product-logo > span { display: grid; gap: 5px; }
.spp-product-logo strong { color: #082b37; font-size: 22px; line-height: 1; letter-spacing: -.65px; }
.spp-product-logo small { display: block; color: #ab7c2c; font-size: 7px; font-weight: 850; letter-spacing: 1px; line-height: 1.15; text-transform: uppercase; white-space: nowrap; }
.spp-product-logo-light strong { color: #fff; }
.spp-product-logo-light small { color: #b6ded4; }

.spp-nav-demo {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	border-radius: 999px;
	padding: 0 18px;
	color: #fff !important;
	background: #0a6657;
	font-size: 11px;
	font-weight: 780;
	box-shadow: 0 8px 24px rgba(10, 102, 87, .17);
}
.spp-nav-demo svg,
.spp-action-primary svg,
.spp-agent-card a svg,
.spp-plans-grid article > a svg,
.spp-contact-section aside a svg { transition: transform .18s ease; }
.spp-nav-demo:hover svg,
.spp-action-primary:hover svg,
.spp-agent-card a:hover svg,
.spp-plans-grid article > a:hover svg,
.spp-contact-section aside a:hover svg { transform: translateX(3px); }

.spp-hero {
	min-height: 690px;
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
	align-items: center;
	gap: clamp(50px, 7vw, 100px);
	position: relative;
	padding: 76px max(48px, calc((100vw - 1240px) / 2)) 100px;
	background: radial-gradient(circle at 5% 105%, rgba(155, 215, 199, .38), transparent 33%), linear-gradient(125deg, #f9fcfb 0 51%, var(--spp-deep) 51% 100%);
}
.spp-hero::before { content: ""; width: 300px; height: 1px; position: absolute; top: 48px; left: max(48px, calc((100vw - 1240px) / 2)); background: linear-gradient(90deg, #b88632, transparent); }
.spp-eyebrow { margin: 0 0 16px !important; color: var(--spp-teal); font-size: 10px; font-weight: 850; letter-spacing: 1.45px; text-transform: uppercase; }
.spp-eyebrow-light { color: #93d2c2; }
.spp-hero-copy { position: relative; z-index: 2; }
.spp-hero-copy h1 { margin: 0 !important; color: var(--spp-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 5.3vw, 74px); font-weight: 500; line-height: .98; letter-spacing: -3.6px; }
.spp-hero-copy h1 em { color: var(--spp-teal); font-weight: 500; }
.spp-hero-intro { max-width: 600px; margin: 27px 0 0 !important; color: #4c6963; font-size: 16px; line-height: 1.75; }
.spp-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.spp-action-primary,
.spp-action-secondary { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 9px; padding: 0 19px; font-size: 11px; font-weight: 800; }
.spp-action-primary { color: #fff !important; background: #0a6657; box-shadow: 0 10px 25px rgba(10, 102, 87, .17); }
.spp-action-secondary { border: 1px solid #b9d1ca; color: #0a6657 !important; background: rgba(255, 255, 255, .72); }
.spp-hero-note { display: flex; align-items: center; gap: 8px; margin: 20px 0 0 !important; color: #69827d; font-size: 9px; font-weight: 650; }
.spp-hero-note span { width: 7px; height: 7px; border-radius: 50%; background: #2db37c; box-shadow: 0 0 0 4px rgba(45, 179, 124, .12); }
.spp-hero-visual { min-height: 510px; position: relative; z-index: 2; }
.spp-hero-frame { width: min(730px, 100%); position: absolute; top: 0; right: -4vw; overflow: hidden; border: 10px solid rgba(255, 255, 255, .11); border-radius: 4px 0 0 4px; background: #fff; box-shadow: 0 35px 80px rgba(0, 0, 0, .28); transform: rotate(-1.4deg); }
.spp-hero-frame img { width: 100%; height: auto; display: block; margin: 0; }

.spp-proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--spp-line); padding: 0 max(48px, calc((100vw - 1240px) / 2)); background: #fff; }
.spp-proof-strip > div { min-height: 118px; display: flex; align-items: center; gap: 13px; border-right: 1px solid #e2ece9; padding: 22px 30px; }
.spp-proof-strip > div:first-child { padding-left: 0; }
.spp-proof-strip > div:last-child { border-right: 0; }
.spp-proof-strip strong { color: var(--spp-teal); font-family: Georgia, serif; font-size: 32px; font-weight: 500; }
.spp-proof-strip span { max-width: 120px; color: #687f7a; font-size: 9px; font-weight: 650; line-height: 1.4; text-transform: uppercase; }

.spp-section { padding: 112px max(48px, calc((100vw - 1240px) / 2)); }
.spp-workflow-section,
.spp-plans-section,
.spp-download-section,
.spp-contact-section { scroll-margin-top: 42px; }
.spp-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) 370px; align-items: end; gap: 50px; }
.spp-section-heading h2,
.spp-download-copy h2,
.spp-contact-section h2 { max-width: 760px; margin: 0 !important; color: var(--spp-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(37px, 4vw, 53px); font-weight: 500; line-height: 1.08; letter-spacing: -2px; }
.spp-section-heading > p { margin: 0 0 4px !important; color: #687e79; font-size: 13px; line-height: 1.7; }
.spp-workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 55px; border: 1px solid #dce9e5; background: #dce9e5; }
.spp-workflow-grid article { min-height: 190px; padding: 27px; background: #fff; transition: background .18s ease, transform .18s ease; }
.spp-workflow-grid article:hover { z-index: 2; background: #f5fbf9; transform: translateY(-2px); }
.spp-workflow-grid article > span { color: #b98737; font-size: 9px; font-weight: 850; letter-spacing: 1px; }
.spp-workflow-grid h3 { margin: 29px 0 9px !important; color: var(--spp-deep); font-size: 17px; letter-spacing: -.3px; }
.spp-workflow-grid p { max-width: 270px; margin: 0 !important; color: #6e827e; font-size: 10px; line-height: 1.65; }

.spp-difference-panel { display: grid; grid-template-columns: 1.1fr .8fr .9fr; gap: 40px; margin-top: 72px; border-radius: 2px; padding: 54px; color: #fff; background: var(--spp-deep); box-shadow: 0 28px 70px rgba(7, 61, 53, .18); }
.spp-difference-copy h2 { margin: 0 0 18px !important; color: #fff; font-family: Georgia, serif; font-size: 36px; font-weight: 500; line-height: 1.1; letter-spacing: -1.3px; }
.spp-difference-copy > p:last-child { max-width: 430px; margin: 0 !important; color: #aacbc3; font-size: 11px; line-height: 1.7; }
.spp-difference-list { display: grid; align-content: center; gap: 11px; }
.spp-difference-list > div { display: flex; align-items: center; gap: 11px; color: #d7e8e3; font-size: 10px; font-weight: 680; }
.spp-mini-icon { width: 34px; height: 34px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: var(--spp-teal); background: #dff2ed; }
.spp-agent-card { border: 1px solid rgba(255, 255, 255, .15); border-radius: 13px; padding: 24px; background: rgba(255, 255, 255, .075); }
.spp-agent-live { display: flex; align-items: center; gap: 7px; color: #8fd0bf; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.spp-agent-live i { width: 6px; height: 6px; border-radius: 50%; background: #4dd49b; box-shadow: 0 0 0 4px rgba(77, 212, 155, .12); }
.spp-agent-card h3 { margin: 18px 0 11px !important; color: #fff; font-family: Georgia, serif; font-size: 20px; font-weight: 500; line-height: 1.25; }
.spp-agent-card p { margin: 0 !important; color: #acc8c1; font-size: 9.5px; line-height: 1.65; }
.spp-agent-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #96d6c5; font-size: 9px; font-weight: 780; }

.spp-plans-section { background: #f1f7f5; }
.spp-centered-heading { grid-template-columns: minmax(0, 1fr) 390px; }
.spp-plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; margin-top: 54px; }
.spp-plans-grid article { min-height: 490px; display: flex; flex-direction: column; position: relative; border: 1px solid #d7e6e2; border-radius: 14px; padding: 31px; background: #fff; box-shadow: 0 10px 32px rgba(7, 61, 53, .045); }
.spp-plans-grid article.spp-plan-featured { color: #fff; border-color: var(--spp-deep); background: var(--spp-deep); box-shadow: 0 25px 55px rgba(7, 61, 53, .18); transform: translateY(-10px); }
.spp-plan-badge { align-self: flex-start; margin: -11px 0 26px; border-radius: 999px; padding: 7px 10px; color: var(--spp-deep); background: #98d3c4; font-size: 7px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.spp-plans-grid h3 { margin: 0 0 9px !important; color: var(--spp-deep); font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.spp-plan-featured h3 { color: #fff; }
.spp-plans-grid article > strong { color: var(--spp-teal); font-size: 10px; letter-spacing: .4px; text-transform: uppercase; }
.spp-plan-featured > strong { color: #91d2c1 !important; }
.spp-plans-grid article > p { min-height: 66px; margin: 23px 0 24px !important; color: #6d817d; font-size: 10px; line-height: 1.65; }
.spp-plan-featured > p { color: #b3ccc6 !important; }
.spp-plans-grid ul { display: grid; gap: 14px; margin: 0 !important; padding: 24px 0 27px !important; border-top: 1px solid #e1ebe8; list-style: none !important; }
.spp-plan-featured ul { border-color: rgba(255, 255, 255, .13); }
.spp-plans-grid li { display: flex; align-items: center; gap: 9px; margin: 0; padding: 0; color: #445e58; font-size: 10px; }
.spp-plans-grid li::before { display: none !important; }
.spp-plans-grid li svg { color: var(--spp-teal); }
.spp-plan-featured li { color: #d7e5e1; }
.spp-plan-featured li svg { color: #95d6c5; }
.spp-plans-grid article > a { min-height: 43px; display: inline-flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; border: 1px solid #bfd6d0; border-radius: 8px; padding: 0 13px; color: #0a6657; font-size: 9px; font-weight: 800; }
.spp-plan-featured > a { color: var(--spp-deep) !important; border-color: #97d3c3 !important; background: #97d3c3; }

.spp-download-section { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; padding: 100px max(48px, calc((100vw - 1240px) / 2)); color: #fff; background: linear-gradient(130deg, var(--spp-deep), var(--spp-deep-2)); }
.spp-download-copy h2 { color: #fff; }
.spp-download-copy > p:nth-of-type(2) { max-width: 500px; margin: 22px 0 !important; color: #afcac4; font-size: 12px; line-height: 1.7; }
.spp-download-copy ul { display: grid; gap: 10px; margin: 25px 0 !important; padding: 0 !important; list-style: none !important; }
.spp-download-copy li { display: flex; align-items: center; gap: 9px; margin: 0; padding: 0; color: #d6e5e1; font-size: 9.5px; }
.spp-download-copy li::before { display: none !important; }
.spp-download-copy li svg { color: #8fd0bf; }
.spp-download-copy small { display: block; max-width: 520px; border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 18px; color: #7fa59c; font-size: 7.8px; line-height: 1.6; }
.spp-download-cards { display: grid; align-content: center; gap: 12px; }
.spp-download-cards article { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 15px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 13px; padding: 18px; background: rgba(255, 255, 255, .075); }
.spp-download-cards article .spp-mini-icon { color: var(--spp-deep); background: var(--spp-mint); }
.spp-download-cards h3 { margin: 0 0 5px !important; color: #fff; font-size: 13px; }
.spp-download-cards p { margin: 0 !important; color: #9fbdb6; font-size: 8px; }
.spp-download-cards article > button { min-height: 38px; display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 7px; padding: 0 11px; font-size: 8px; font-weight: 850; }
.spp-download-cards article > button:disabled { color: #9cb2ac; background: rgba(255, 255, 255, .09); cursor: not-allowed; opacity: 1; }
.spp-brochure-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px dashed rgba(255, 255, 255, .22); border-radius: 10px; padding: 14px 17px; color: #c5ddd7 !important; }
.spp-brochure-link span { display: grid; gap: 4px; }
.spp-brochure-link b { color: #fff; font-size: 9px; }
.spp-brochure-link small { color: #91b1aa; font-size: 7.5px; }

.spp-contact-section { width: min(1240px, calc(100% - 96px)); display: grid; grid-template-columns: 1fr 390px; gap: 90px; margin: 0 auto; padding: 110px 0; }
.spp-contact-section > div > p:last-child { max-width: 690px; margin: 22px 0 0 !important; color: #657d77; font-size: 12px; line-height: 1.7; }
.spp-contact-section aside { display: flex; flex-direction: column; align-self: center; border-left: 2px solid #b98737; padding: 9px 0 9px 28px; }
.spp-contact-section aside > span { color: var(--spp-teal); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.spp-contact-section aside > strong { margin: 8px 0 20px; color: var(--spp-deep); font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.spp-contact-section aside a { display: inline-flex; align-items: center; gap: 8px; color: var(--spp-teal); font-size: 10px; font-weight: 800; }

.spp-product-footer { display: grid; grid-template-columns: 1fr 1.1fr auto; align-items: center; gap: 40px; padding: 46px max(48px, calc((100vw - 1240px) / 2)) 30px; color: #fff; background: var(--spp-deep-2); }
.spp-product-footer > p { margin: 0 !important; color: #95b6ae; font-size: 9px; line-height: 1.6; }
.spp-product-footer > div { display: flex; gap: 20px; color: #bed4cf; font-size: 8px; }
.spp-product-footer > small { grid-column: 1 / -1; border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 18px; color: #668e85; font-size: 7px; line-height: 1.65; }

.scarab-prelude a:focus-visible,
.scarab-prelude button:focus-visible { outline: 3px solid #d5a34d; outline-offset: 3px; }

@media (max-width: 1050px) {
	.spp-product-nav nav { display: none; }
	.spp-hero { grid-template-columns: 1fr; padding-top: 65px; background: linear-gradient(180deg, #f8fcfa 0 50%, var(--spp-deep) 50%); }
	.spp-hero-copy { max-width: 720px; }
	.spp-hero-visual { min-height: 560px; margin-top: 40px; }
	.spp-hero-frame { width: 85%; right: -30px; }
	.spp-difference-panel { grid-template-columns: 1fr 1fr; }
	.spp-difference-copy { grid-column: 1 / -1; }
	.spp-download-section { grid-template-columns: 1fr; gap: 50px; }
	.spp-contact-section { grid-template-columns: 1fr 330px; gap: 45px; }
}

@media (max-width: 760px) {
	.spp-product-nav { width: calc(100% - 32px); height: 72px; }
	.spp-product-logo svg { width: 36px; height: 36px; }
	.spp-product-logo strong { font-size: 19px; }
	.spp-product-logo small { font-size: 6px; letter-spacing: .65px; }
	.spp-nav-demo { min-height: 38px; padding: 0 13px; font-size: 9px; }
	.spp-hero { min-height: 0; grid-template-columns: 1fr; gap: 35px; padding: 55px 20px 70px; background: linear-gradient(180deg, #f8fcfa 0 53%, var(--spp-deep) 53%); }
	.spp-hero::before { left: 20px; top: 33px; }
	.spp-hero-copy h1 { font-size: 49px; letter-spacing: -2.7px; }
	.spp-hero-intro { font-size: 13px; }
	.spp-hero-actions { align-items: stretch; flex-direction: column; }
	.spp-hero-visual { min-height: 420px; margin: 45px 0 0; }
	.spp-hero-frame { width: calc(100% + 40px); right: -20px; border-width: 6px; transform: rotate(0); }
	.spp-proof-strip { grid-template-columns: 1fr 1fr; padding: 0 20px; }
	.spp-proof-strip > div { min-height: 95px; padding: 17px 10px; }
	.spp-proof-strip > div:nth-child(2) { border-right: 0; }
	.spp-proof-strip > div:first-child { padding-left: 10px; }
	.spp-proof-strip strong { font-size: 27px; }
	.spp-section { padding: 78px 20px; }
	.spp-section-heading,
	.spp-centered-heading { grid-template-columns: 1fr; gap: 18px; }
	.spp-section-heading h2,
	.spp-download-copy h2,
	.spp-contact-section h2 { font-size: 38px; }
	.spp-workflow-grid { grid-template-columns: 1fr; margin-top: 36px; }
	.spp-workflow-grid article { min-height: 150px; }
	.spp-workflow-grid h3 { margin-top: 20px !important; }
	.spp-difference-panel { grid-template-columns: 1fr; gap: 35px; margin-top: 50px; padding: 29px 22px; }
	.spp-difference-copy { grid-column: 1; }
	.spp-difference-copy h2 { font-size: 31px; }
	.spp-plans-grid { grid-template-columns: 1fr; }
	.spp-plans-grid article.spp-plan-featured { transform: none; }
	.spp-download-section { padding: 78px 20px; }
	.spp-download-cards article { grid-template-columns: 43px 1fr; }
	.spp-download-cards article > button { grid-column: 1 / -1; justify-content: center; }
	.spp-contact-section { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 40px; padding: 78px 0; }
	.spp-product-footer { grid-template-columns: 1fr; gap: 24px; padding: 40px 20px 27px; }
	.spp-product-footer > small { grid-column: 1; }
}

@media (max-width: 420px) {
	.spp-product-nav { gap: 8px; }
	.spp-product-logo { gap: 8px; }
	.spp-product-logo small { font-size: 5.2px; letter-spacing: .35px; }
	.spp-nav-demo { padding: 0 10px; }
	.spp-nav-demo svg { display: none; }
	.spp-hero-copy h1 { font-size: 43px; }
}

@media (prefers-reduced-motion: reduce) {
	.scarab-prelude *,
	.scarab-prelude *::before,
	.scarab-prelude *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ==========================================================
   SCARAB — Prélude Dedicated v2.7.0
   Based on the uploaded reproduction package.
   Content-only integration: no Prélude autonomous header/footer.
   ========================================================== */

.scarab-prelude .spp-product-nav,
.scarab-prelude .spp-product-footer {
	display: none !important;
}

.scarab-prelude {
	margin-top: 0 !important;
}

/* Hide duplicated page title from WP/theme wrappers on the Prélude product page. */
body.scarab-prelude-dedicated-v270 .entry-title,
body.scarab-prelude-dedicated-v270 .page-title,
body.scarab-prelude-dedicated-v270 h1.entry-title,
body.scarab-prelude-dedicated-v270 .elementor-page-title,
body.scarab-prelude-dedicated-v270 .wp-block-post-title {
	display: none !important;
}

/* Let the Prélude design occupy the page content cleanly while preserving the host chrome. */
body.scarab-prelude-dedicated-v270 .entry-content,
body.scarab-prelude-dedicated-v270 .wp-block-post-content,
body.scarab-prelude-dedicated-v270 .site-content,
body.scarab-prelude-dedicated-v270 main.site-main {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* Product catalogue card injected into /products/. */
#scarab-products-prelude-card-v270 {
	--spc-green:#0a6657;
	--spc-gold:#c9972b;
	--spc-ink:#17352f;
	--spc-muted:#61746e;
	--spc-line:rgba(10,102,87,.16);
	--spc-shadow:0 24px 70px rgba(10,45,39,.13);
	width:min(1160px,calc(100% - 48px));
	margin:clamp(42px,6vw,86px) auto;
	font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	color:var(--spc-ink);
	clear:both;
}

#scarab-products-prelude-card-v270 .spc-card {
	background:#fff;
	border:1px solid var(--spc-line);
	border-radius:32px;
	box-shadow:var(--spc-shadow);
	overflow:hidden;
	display:grid;
	grid-template-columns:.94fr 1.06fr;
}

#scarab-products-prelude-card-v270 .spc-visual {
	min-height:430px;
	background:linear-gradient(135deg,rgba(10,102,87,.40),rgba(7,76,66,.08)),var(--spc-image) center/cover no-repeat;
}

#scarab-products-prelude-card-v270 .spc-body { padding:clamp(34px,5vw,64px); }
#scarab-products-prelude-card-v270 .spc-label {
	display:inline-flex;
	color:var(--spc-green);
	font-size:12px;
	letter-spacing:.16em;
	text-transform:uppercase;
	font-weight:900;
	margin-bottom:18px;
}
#scarab-products-prelude-card-v270 .spc-badge {
	display:inline-flex;
	align-items:center;
	gap:12px;
	padding:9px 13px;
	border-radius:999px;
	background:rgba(10,102,87,.08);
	color:var(--spc-green);
	font-weight:800;
	margin-bottom:22px;
}
#scarab-products-prelude-card-v270 .spc-status {
	font-style:italic;
	color:#0a6657;
	font-weight:900;
}
#scarab-products-prelude-card-v270 h2 {
	font-size:clamp(34px,5vw,58px);
	line-height:1;
	margin:0 0 16px;
	letter-spacing:-.045em;
	color:var(--spc-ink);
}
#scarab-products-prelude-card-v270 p {
	color:var(--spc-muted);
	line-height:1.78;
	font-size:16px;
	margin:0 0 22px;
}
#scarab-products-prelude-card-v270 .spc-tags {
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin:26px 0 30px;
}
#scarab-products-prelude-card-v270 .spc-tags span {
	border:1px solid var(--spc-line);
	background:#fff;
	color:var(--spc-green);
	border-radius:999px;
	padding:9px 12px;
	font-size:12px;
	font-weight:800;
}
#scarab-products-prelude-card-v270 .spc-btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:50px;
	padding:0 18px;
	border-radius:999px;
	font-weight:800;
	font-size:14px;
	text-decoration:none!important;
	background:var(--spc-green);
	color:#fff!important;
}

/* Megamenu card: clone existing component, then only override Prélude content. */
.scarab-prelude-mega-clone-v270 { text-decoration:none!important; }
.scarab-prelude-mega-clone-v270 em,
.scarab-prelude-status-v270 {
	font-style:italic!important;
	color:#0a6657!important;
	font-weight:800!important;
}

@media(max-width:780px){
	#scarab-products-prelude-card-v270 .spc-card{grid-template-columns:1fr}
	#scarab-products-prelude-card-v270 .spc-visual{min-height:310px}
}
