:root {
	--sofilms-bg: #000;
	--sofilms-bg-soft: #0a0a0a;
	--sofilms-surface: #141414;
	--sofilms-text: #fff;
	--sofilms-muted: #8a8a8a;
	--sofilms-gold: #cfa052;
	--sofilms-gold-light: #e5b96a;
	--sofilms-red: #ae3836;
	--sofilms-border: rgba(207, 160, 82, 0.18);
	--sofilms-border-strong: rgba(207, 160, 82, 0.45);
	--sofilms-gradient: linear-gradient(135deg, #cfa052 0%, #e5b96a 50%, #ae3836 100%);
	--sofilms-gradient-soft: linear-gradient(135deg, #cfa052 0%, #e5b96a 100%);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--sofilms-bg);
	color: var(--sofilms-text);
	font-family: "Inter", sans-serif;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	letter-spacing: -0.02em;
}

::selection {
	background: var(--sofilms-gold);
	color: #0a0a0a;
}

.sofilms-page,
.sofilms-page .elementor {
	background: var(--sofilms-bg);
	min-height: 100vh;
}

.sofilms-container {
	margin-inline: auto;
	max-width: 1200px;
	padding-inline: 20px;
	width: 100%;
}

.sofilms-header {
	background: transparent;
	inset: 0 0 auto;
	position: fixed;
	transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
	z-index: 1000;
}

.sofilms-header.is-scrolled {
	backdrop-filter: blur(16px);
	background: rgba(0, 0, 0, 0.78);
	border-bottom: 1px solid var(--sofilms-border);
}

.sofilms-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 70px;
}

.sofilms-brand,
.sofilms-brand a {
	color: var(--sofilms-gold);
	text-decoration: none;
}

.sofilms-brand img,
.sofilms-brand .custom-logo {
	border-radius: 6px;
	height: 44px;
	object-fit: cover;
	width: 44px;
}

.sofilms-section {
	padding-block: 96px;
}

.sofilms-section--soft {
	background: var(--sofilms-bg-soft);
}

.sofilms-eyebrow {
	color: var(--sofilms-gold);
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.sofilms-gradient-text {
	background: var(--sofilms-gradient-soft);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.sofilms-card {
	background: var(--sofilms-surface);
	border: 1px solid var(--sofilms-border);
	border-radius: 16px;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.sofilms-card:hover {
	border-color: var(--sofilms-border-strong);
	box-shadow: 0 20px 50px -25px rgba(207, 160, 82, 0.35);
	transform: translateY(-4px);
}

.sofilms-btn .elementor-button,
a.sofilms-btn,
button.sofilms-btn {
	align-items: center;
	background: var(--sofilms-gradient-soft);
	border: 0;
	border-radius: 999px;
	color: #0a0a0a;
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	padding: 14px 26px;
	text-decoration: none;
	transition: filter 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.sofilms-btn .elementor-button:hover,
a.sofilms-btn:hover,
button.sofilms-btn:hover {
	box-shadow: 0 15px 35px -12px rgba(207, 160, 82, 0.6);
	color: #0a0a0a;
	filter: brightness(1.05);
	transform: translateY(-2px);
}

.sofilms-btn-outline .elementor-button,
a.sofilms-btn-outline {
	background: transparent;
	border: 1px solid rgba(207, 160, 82, 0.55);
	border-radius: 999px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	padding: 13px 25px;
}

.sofilms-btn-outline .elementor-button:hover,
a.sofilms-btn-outline:hover {
	background: rgba(207, 160, 82, 0.08);
	border-color: var(--sofilms-gold);
	color: #fff;
}

.sofilms-wa-float {
	align-items: center;
	animation: sofilms-float 2.6s ease-in-out infinite;
	background: #25d366;
	border-radius: 50%;
	bottom: 24px;
	color: #fff;
	display: flex;
	height: 56px;
	justify-content: center;
	position: fixed;
	right: 24px;
	width: 56px;
	z-index: 999;
}

.sofilms-wa-float:hover {
	color: #fff;
}

.sofilms-filter.is-active {
	background: var(--sofilms-gradient-soft);
	border-color: transparent;
	color: #0a0a0a;
}

.sofilms-portfolio-item[hidden] {
	display: none !important;
}

.sofilms-wa-form input,
.sofilms-wa-form select,
.sofilms-wa-form textarea {
	background: rgba(0, 0, 0, 0.5) !important;
	border: 1px solid var(--sofilms-border) !important;
	border-radius: 6px !important;
	color: #fff !important;
}

.sofilms-wa-form input:focus,
.sofilms-wa-form select:focus,
.sofilms-wa-form textarea:focus {
	border-color: var(--sofilms-gold) !important;
	box-shadow: none !important;
}

.sofilms-footer {
	background: #000;
	border-top: 1px solid var(--sofilms-border);
	color: rgba(255, 255, 255, 0.6);
	padding-block: 48px 24px;
}

.sofilms-error {
	align-items: center;
	display: flex;
	min-height: 75vh;
	padding-block: 120px;
	text-align: center;
}

@keyframes sofilms-float {
	0%,
	100% {
		box-shadow: 0 10px 30px -8px rgba(37, 211, 102, 0.55);
		transform: translateY(0);
	}
	50% {
		box-shadow: 0 18px 40px -8px rgba(37, 211, 102, 0.7);
		transform: translateY(-6px);
	}
}

@media (max-width: 767px) {
	.sofilms-container {
		padding-inline: 20px;
	}

	.sofilms-section {
		padding-block: 72px;
	}

	.sofilms-wa-float {
		bottom: 18px;
		right: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

