.smpn-page {
	--smpn-ink: #15221d;
	--smpn-green: #0f8f7f;
	--smpn-green-dark: #0a665c;
	--smpn-gold: #c99448;
	--smpn-cream: #f7f2e8;
	--smpn-paper: #fffdf8;
	--smpn-line: rgba(21, 34, 29, .13);
	--smpn-muted: #66716c;
	--smpn-shadow: 0 24px 70px rgba(21, 34, 29, .12);
	color: var(--smpn-ink);
	background: var(--smpn-paper);
}
.smpn-page *, .smpn-page *::before, .smpn-page *::after { box-sizing: border-box; }
.smpn-container { width: min(1280px, calc(100% - 40px)); margin-inline: auto; }
.smpn-eyebrow { margin: 0 0 14px; color: var(--smpn-gold); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.smpn-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(74px, 9vw, 132px) 0;
	color: #fff;
	background:
		radial-gradient(circle at 82% 18%, rgba(201, 148, 72, .28), transparent 24%),
		radial-gradient(circle at 72% 94%, rgba(15, 143, 127, .26), transparent 35%),
		linear-gradient(125deg, #101b17 0%, #18362e 58%, #0d6d62 100%);
}
.smpn-hero::before, .smpn-hero::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 50%;
}
.smpn-hero::before { width: 500px; height: 500px; right: -170px; top: -260px; }
.smpn-hero::after { width: 360px; height: 360px; right: 18%; bottom: -280px; }
.smpn-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .55fr); align-items: center; gap: clamp(45px, 8vw, 120px); }
.smpn-hero__content { max-width: 820px; }
.smpn-hero h1 { margin: 0 0 22px; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.2rem, 7vw, 7.2rem); font-weight: 500; line-height: .95; letter-spacing: -.055em; }
.smpn-hero__content > p:not(.smpn-eyebrow) { max-width: 720px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.75; }
.smpn-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.smpn-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .82rem; font-weight: 800; text-decoration: none !important; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.smpn-button:hover { transform: translateY(-2px); }
.smpn-button--primary { color: #fff !important; background: var(--smpn-gold); box-shadow: 0 14px 34px rgba(201,148,72,.24); }
.smpn-button--light { color: var(--smpn-ink) !important; background: #fff; }
.smpn-button--whatsapp { color: #fff !important; background: #20a66a; }
.smpn-button--outline { color: #fff !important; border-color: rgba(255,255,255,.36); background: transparent; }
.smpn-hero__badge { position: relative; justify-self: end; width: min(100%, 330px); aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; padding: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 13px rgba(255,255,255,.025); backdrop-filter: blur(8px); }
.smpn-hero__badge::before { content: ""; position: absolute; inset: 22px; border: 1px dashed rgba(255,255,255,.2); border-radius: 50%; }
.smpn-hero__badge span, .smpn-hero__badge strong, .smpn-hero__badge small { position: relative; z-index: 1; }
.smpn-hero__badge span { color: #efc581; font-size: .68rem; font-weight: 900; letter-spacing: .18em; }
.smpn-hero__badge strong { margin: 11px 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 500; line-height: .95; }
.smpn-hero__badge small { max-width: 170px; color: rgba(255,255,255,.65); font-size: .72rem; line-height: 1.5; }
.smpn-main { padding: clamp(66px, 8vw, 118px) 0; }
.smpn-intro { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.smpn-intro h2, .smpn-section-heading h2, .smpn-contact h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -.035em; }
.smpn-intro h2 { font-size: clamp(2.3rem, 5vw, 4.6rem); }
.smpn-intro > p:last-child { max-width: 670px; margin: 18px auto 0; color: var(--smpn-muted); line-height: 1.75; }
.smpn-tabs { position: sticky; z-index: 20; top: 102px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin: 0 auto 52px; padding: 7px; border: 1px solid var(--smpn-line); border-radius: 22px; background: rgba(255,253,248,.92); box-shadow: 0 14px 40px rgba(21,34,29,.08); backdrop-filter: blur(14px); }
.smpn-tab { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 72px; padding: 10px 18px; border: 0; border-radius: 16px; color: var(--smpn-muted); background: transparent; cursor: pointer; text-align: left; transition: .22s ease; }
.smpn-tab.is-active { color: #fff; background: var(--smpn-ink); box-shadow: 0 12px 28px rgba(21,34,29,.18); }
.smpn-tab__icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 1.1rem; }
.smpn-tab span:last-child { display: flex; flex-direction: column; gap: 2px; }
.smpn-tab strong { font-size: .88rem; }
.smpn-tab small { color: inherit; font-size: .68rem; opacity: .65; }
.smpn-panel { animation: smpnFade .28s ease; scroll-margin-top: 180px; }
.smpn-panel[hidden] { display: none !important; }
@keyframes smpnFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.smpn-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--smpn-line); scroll-margin-top: 190px; }
.smpn-section-heading > div { display: flex; align-items: baseline; gap: 18px; }
.smpn-section-heading span { color: var(--smpn-gold); font-family: Georgia, serif; font-size: .85rem; }
.smpn-section-heading h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.smpn-section-heading p { max-width: 400px; margin: 0; color: var(--smpn-muted); text-align: right; }
.smpn-price-grid { display: grid; gap: 22px; }
.smpn-price-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.smpn-price-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.smpn-price-card { min-width: 0; padding: 0; overflow: hidden; border: 1px solid var(--smpn-line); border-radius: 22px; color: var(--smpn-ink); background: #fff; box-shadow: 0 14px 38px rgba(21,34,29,.07); cursor: zoom-in; text-align: left; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.smpn-price-card:hover { transform: translateY(-6px); border-color: rgba(15,143,127,.35); box-shadow: var(--smpn-shadow); }
.smpn-price-card__image { position: relative; display: block; aspect-ratio: 1414 / 2000; overflow: hidden; background: #f5f2eb; }
.smpn-price-card__image::after { content: "+"; position: absolute; right: 16px; bottom: 16px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(21,34,29,.82); font-size: 1.25rem; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.smpn-price-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.smpn-price-card:hover img { transform: scale(1.025); }
.smpn-price-card__footer { min-height: 92px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 18px 20px; }
.smpn-price-card__footer strong { font-size: .86rem; line-height: 1.35; }
.smpn-price-card__footer em { color: var(--smpn-green); font-size: .69rem; font-style: normal; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.smpn-note { display: flex; align-items: flex-start; gap: 14px; margin-top: 34px; padding: 20px 22px; border: 1px solid rgba(201,148,72,.28); border-radius: 16px; background: #fff8e9; }
.smpn-note span { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 26px; border-radius: 50%; color: #fff; background: var(--smpn-gold); font-family: Georgia, serif; }
.smpn-note p { margin: 1px 0 0; color: #6e5b3d; font-size: .78rem; line-height: 1.65; }
.smpn-contact { padding: 0 0 clamp(70px, 8vw, 110px); background: var(--smpn-paper); }
.smpn-contact__card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: clamp(36px, 5vw, 64px); border-radius: 28px; color: #fff; background: linear-gradient(115deg, var(--smpn-ink), var(--smpn-green-dark)); box-shadow: var(--smpn-shadow); }
.smpn-contact h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.6rem); }
.smpn-contact__card p:not(.smpn-eyebrow) { max-width: 600px; margin: 14px 0 0; color: rgba(255,255,255,.7); }
.smpn-contact__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.smpn-lightbox[hidden] { display: none !important; }
.smpn-lightbox {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	overscroll-behavior: contain;
}
.smpn-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5,10,8,.94);
	backdrop-filter: blur(8px);
}
.smpn-lightbox__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 46px 76px 40px;
	overflow: hidden;
}
.smpn-lightbox figure {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.smpn-lightbox figure img,
.smpn-page .smpn-lightbox figure img,
.smpn-page .smpn-lightbox__dialog figure img[data-smpn-modal-image] {
	display: block !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: calc(100vw - 190px) !important;
	max-height: calc(100vh - 126px) !important;
	max-height: calc(100dvh - 126px) !important;
	margin: 0 auto !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center center !important;
	transform: none !important;
	cursor: default;
	box-shadow: 0 24px 70px rgba(0,0,0,.35);
}
.smpn-lightbox figure img.is-zoomed { transform: none !important; }
.smpn-lightbox figcaption {
	flex: 0 0 auto;
	min-height: 20px;
	color: rgba(255,255,255,.78);
	font-size: .82rem;
	line-height: 1.35;
	text-align: center;
}
.smpn-lightbox__close,
.smpn-lightbox__nav {
	position: absolute;
	z-index: 3;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 50%;
	color: #fff;
	background: rgba(0,0,0,.42);
	box-shadow: 0 8px 24px rgba(0,0,0,.22);
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}
.smpn-lightbox__close:hover,
.smpn-lightbox__nav:hover { background: rgba(15,143,127,.92); }
.smpn-lightbox__close {
	top: 8px;
	right: 8px;
	width: 46px;
	height: 46px;
	font-size: 1.55rem;
}
.smpn-lightbox__nav {
	top: 50%;
	width: 48px;
	height: 48px;
	transform: translateY(-50%);
	font-size: 2rem;
}
.smpn-lightbox__nav:hover { transform: translateY(-50%) scale(1.05); }
.smpn-lightbox__nav--prev { left: 12px; }
.smpn-lightbox__nav--next { right: 12px; }
body.smpn-modal-open { overflow: hidden; }
li.smpn-menu-item > a.smpn-menu-link { padding: 11px 16px !important; border-radius: 999px; color: #fff !important; background: #b78050; box-shadow: 0 8px 20px rgba(183,128,80,.2); }
li.smpn-menu-item > a.smpn-menu-link::after { display: none !important; }
li.smpn-menu-item > a.smpn-menu-link:hover, li.smpn-menu-item.current-menu-item > a.smpn-menu-link { color: #fff !important; background: #96633a; }
@media (max-width: 1160px) {
	.smpn-price-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
	.smpn-container { width: min(100% - 28px, 760px); }
	.smpn-hero { padding: 72px 0 78px; }
	.smpn-hero__inner { grid-template-columns: 1fr; }
	.smpn-hero__badge { display: none; }
	.smpn-tabs { top: 84px; }
	.smpn-price-grid--three { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
	.smpn-section-heading { align-items: flex-start; flex-direction: column; }
	.smpn-section-heading p { text-align: left; }
	.smpn-contact__card { grid-template-columns: 1fr; }
	.smpn-contact__actions { justify-content: flex-start; }
	li.smpn-menu-item > a.smpn-menu-link { margin-top: 14px; padding: 14px 18px !important; border-bottom: 0 !important; text-align: center; }
	.smpn-lightbox__dialog { padding-inline: 60px; }
	.smpn-lightbox figure img,
	.smpn-page .smpn-lightbox figure img,
	.smpn-page .smpn-lightbox__dialog figure img[data-smpn-modal-image] {
		max-width: calc(100vw - 145px) !important;
	}
	.smpn-lightbox__nav--prev { left: 6px; }
	.smpn-lightbox__nav--next { right: 6px; }
}
@media (max-width: 640px) {
	.smpn-hero h1 { font-size: clamp(3rem, 16vw, 5.2rem); }
	.smpn-hero__actions, .smpn-contact__actions { display: grid; grid-template-columns: 1fr; }
	.smpn-button { width: 100%; }
	.smpn-tabs { top: 74px; grid-template-columns: 1fr 1fr; margin-bottom: 36px; border-radius: 18px; }
	.smpn-tab { min-height: 64px; padding: 8px; gap: 8px; border-radius: 13px; }
	.smpn-tab__icon { display: none; }
	.smpn-tab span:last-child { align-items: center; text-align: center; }
	.smpn-price-grid--four { grid-template-columns: 1fr; }
	.smpn-price-card { max-width: 520px; margin-inline: auto; }
	.smpn-price-card__footer { min-height: 82px; }
	.smpn-section-heading > div { gap: 10px; }
	.smpn-note { padding: 17px; }
	.smpn-lightbox { padding: 8px; }
	.smpn-lightbox__dialog { width: 100%; height: 100%; padding: 52px 36px 28px; }
	.smpn-lightbox figure img,
	.smpn-page .smpn-lightbox figure img,
	.smpn-page .smpn-lightbox__dialog figure img[data-smpn-modal-image] {
		max-width: calc(100vw - 80px) !important;
		max-height: calc(100vh - 112px) !important;
		max-height: calc(100dvh - 112px) !important;
	}
	.smpn-lightbox__close { top: 4px; right: 4px; width: 42px; height: 42px; }
	.smpn-lightbox__nav { width: 40px; height: 40px; font-size: 1.65rem; }
	.smpn-lightbox__nav--prev { left: 0; }
	.smpn-lightbox__nav--next { right: 0; }
}
