/* =========================================================
   SIWIEY Brand Styles — Blocksy + Elementor
   ========================================================= */

:root {
	--siw-rose: #c05f52;
	--siw-rose-deep: #a84c41;
	--siw-rose-soft: #f8e7e1;
	--siw-gold: #c9a227;
	--siw-ink: #2f2627;
	--siw-muted: #83716e;
	--siw-line: #eedfd8;
	--siw-bg: #fffdfb;
	--siw-bg-soft: #faf4f0;
	--siw-card: #ffffff;

	/* Map brand tokens onto Blocksy's theme variables where possible. */
	--theme-button-background-color: var(--siw-rose);
	--theme-button-text-color: #ffffff;
	--theme-button-background-hover-color: var(--siw-rose-deep);
	--theme-link-hover-color: var(--siw-rose);
	--theme-heading-color: var(--siw-ink);
	--theme-text-color: var(--siw-ink);
}

body {
	font-family: "Inter", "Segoe UI", system-ui, sans-serif;
	color: var(--siw-ink);
}

.elementor-heading-title {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-weight: 600;
}

.elementor-button {
	border-radius: 999px;
	font-weight: 600;
}

/* ---------- Section-level helpers ---------- */
.siw-section {
	--content-width: 1180px;
}

.siw-hero {
	background: linear-gradient(135deg, var(--siw-rose-soft), var(--siw-bg) 55%, var(--siw-bg-soft));
}

.siw-stats {
	background: var(--siw-bg-soft);
	border-top: 1px solid var(--siw-line);
	border-bottom: 1px solid var(--siw-line);
}

.siw-alt {
	background: var(--siw-bg-soft);
}

.siw-newsletter {
	background: linear-gradient(120deg, var(--siw-rose-deep), var(--siw-rose) 60%, #d98a7a);
	border-radius: 24px;
	margin: 0 20px;
	max-width: 1180px;
}

/* ---------- Section headers ---------- */
.siw-head {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.siw-head .elementor-widget {
	margin-bottom: 6px;
}

.siw-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--siw-rose);
	margin-bottom: 8px;
}

/* ---------- Cards ---------- */
.siw-card {
	background: var(--siw-card);
	border: 1px solid var(--siw-line);
	border-radius: 20px;
	padding: 28px 22px;
	text-align: center;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.siw-card:hover {
	transform: translateY(-5px);
	border-color: var(--siw-rose);
	box-shadow: 0 12px 32px rgba(160, 76, 65, 0.14);
}

.siw-card .elementor-widget {
	margin-bottom: 10px;
}

.siw-card .elementor-widget:last-child {
	margin-bottom: 0;
}

.siw-card .elementor-heading-title {
	font-size: 1.18rem;
}

/* ---------- Media / SVG placeholders ---------- */
.siw-media {
	display: grid;
	place-items: center;
	min-height: 150px;
	margin-bottom: 8px;
	position: relative;
}

.siw-media svg {
	width: 120px;
	height: 120px;
	display: block;
}

.siw-hero-art svg {
	width: 100%;
	max-width: 360px;
	height: auto;
}

.siw-story-art svg {
	width: 100%;
	max-width: 300px;
	height: auto;
}

.siw-media .siw-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 5px 11px;
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #ffffff;
}

.siw-badge.best { background: var(--siw-rose); }
.siw-badge.new { background: var(--siw-gold); }

/* ---------- Hero floating card ---------- */
.siw-float-card {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: var(--siw-card);
	border: 1px solid var(--siw-line);
	border-radius: 14px;
	padding: 12px 16px;
	box-shadow: 0 12px 32px rgba(160, 76, 65, 0.12);
	margin-top: 16px;
}

.siw-float-card strong {
	display: block;
	font-size: 0.96rem;
}

.siw-float-card .star {
	color: var(--siw-gold);
	font-size: 1.2rem;
}

.siw-float-card .sub {
	color: var(--siw-muted);
	font-size: 0.8rem;
}

/* ---------- Pills / channel badges ---------- */
.siw-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.siw-pill {
	border: 1px solid var(--siw-line);
	background: var(--siw-bg-soft);
	color: var(--siw-muted);
	padding: 6px 13px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 600;
}

/* ---------- Newsletter form ---------- */
.siw-newsletter-form {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	width: 100%;
}

.siw-newsletter-form input[type="email"] {
	flex: 1;
	min-width: 180px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	padding: 12px 16px;
	border-radius: 999px;
	font-size: 0.9rem;
}

.siw-newsletter-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.siw-newsletter-form .elementor-button {
	background: #ffffff;
	color: var(--siw-rose-deep);
}

.siw-newsletter-form .elementor-button:hover {
	background: var(--siw-rose-soft);
	color: var(--siw-rose-deep);
}

.siw-trade-note {
	margin-top: 14px;
	font-size: 0.86rem;
	color: rgba(255, 255, 255, 0.88);
}

.siw-trade-note a {
	color: #ffffff;
	font-weight: 600;
	text-decoration: underline;
}

/* ---------- Icon list ---------- */
.siw-checks .elementor-icon-list-item {
	align-items: center;
}

/* ---------- Testimonials ---------- */
.siw-testimonial .elementor-testimonial-content {
	font-size: 0.94rem;
}

.siw-testimonial .elementor-testimonial-name {
	font-weight: 600;
}

.siw-testimonial .elementor-testimonial-job {
	color: var(--siw-muted);
	font-size: 0.82rem;
}

/* ---------- Stats ---------- */
.siw-stat .elementor-heading-title {
	color: var(--siw-rose);
	font-size: 2rem;
}

.siw-stat .elementor-text-editor {
	color: var(--siw-muted);
	font-size: 0.9rem;
}

/* ---------- Small screens ---------- */
@media (max-width: 767px) {
	.siw-hero .elementor-widget-heading .elementor-heading-title {
		font-size: 2rem;
	}
}
