/* Cenovnik — fullscreen hero + pricing content */

.cenovnik-hero {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	isolation: isolate;
	margin-top: 0;
}

.cenovnik-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.cenovnik-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.12);
	transform-origin: center center;
	animation: cenovnikKenBurns 22s cubic-bezier(0.22, 1, 0.36, 1) infinite alternate;
	filter: brightness(0.88) saturate(1.06);
	will-change: transform;
}

@keyframes cenovnikKenBurns {
	0% {
		transform: scale(1.14);
	}
	100% {
		transform: scale(1.04);
	}
}

.cenovnik-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(8, 8, 8, 0.72) 0%, rgba(8, 8, 8, 0.35) 42%, rgba(8, 8, 8, 0.82) 100%),
		linear-gradient(115deg, rgba(12, 12, 12, 0.88) 0%, rgba(12, 12, 12, 0.45) 48%, rgba(12, 12, 12, 0.78) 100%);
}

.cenovnik-hero__glow {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		radial-gradient(ellipse 65% 50% at 50% 38%, rgba(201, 168, 76, 0.18) 0%, transparent 62%),
		radial-gradient(circle at 100% 0%, rgba(201, 168, 76, 0.1) 0%, transparent 38%);
	animation: cenovnikGlowPulse 9s ease-in-out infinite;
}

@keyframes cenovnikGlowPulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.65;
	}
}

.cenovnik-hero__grain {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	opacity: 0.035;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.cenovnik-hero > .container {
	position: relative;
	z-index: 5;
	flex: 1;
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	min-height: 100dvh;
	padding: clamp(88px, 10vh, 110px) 15px clamp(72px, 8vh, 96px);
	box-sizing: border-box;
}

.cenovnik-hero__inner {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cenovnik-hero .section-title {
	width: 100%;
	text-align: center;
}

.cenovnik-hero .section-title h3 {
	color: #C9A84C;
	font-size: 13px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.cenovnik-hero .section-title h1,
.cenovnik-hero .section-title h2 {
	color: #ffffff;
	font-size: clamp(30px, 4.2vw, 52px);
	line-height: 1.15;
	letter-spacing: -0.4px;
	margin-bottom: 18px;
}

.cenovnik-hero .section-title p {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(16px, 1.2vw, 19px);
	line-height: 1.65;
	max-width: 640px;
	margin: 0 auto 28px;
}

.cenovnik-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	align-items: center;
}

.cenovnik-hero__actions .btn-default {
	min-width: 200px;
}

.cenovnik-hero__actions .btn-default.btn-border {
	color: #ffffff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.45);
	box-shadow: none;
}

.cenovnik-hero__actions .btn-default.btn-border::before {
	filter: brightness(0) invert(1);
}

.cenovnik-hero__actions .btn-default.btn-border:hover {
	color: #C9A84C;
	background: #ffffff;
	border-color: #C9A84C;
}

.cenovnik-hero__actions .btn-default.btn-border:hover::before {
	filter: none;
	background-color: #C9A84C;
	background-image: none;
	-webkit-mask-image: url('../images/icon-plus.svg');
	mask-image: url('../images/icon-plus.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: 16px auto;
	mask-size: 16px auto;
}

.cenovnik-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: clamp(24px, 4vw, 40px);
	transform: translateX(-50%);
	z-index: 6;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.25s ease, transform 0.25s ease;
}

.cenovnik-hero__scroll:hover {
	color: #C9A84C;
	transform: translateX(-50%) translateY(3px);
}

.cenovnik-hero__scroll-line {
	width: 1px;
	height: 42px;
	background: linear-gradient(180deg, rgba(201, 168, 76, 0.9), transparent);
	animation: cenovnikScrollLine 2s ease-in-out infinite;
}

@keyframes cenovnikScrollLine {
	0%,
	100% {
		transform: scaleY(0.55);
		opacity: 0.5;
	}
	50% {
		transform: scaleY(1);
		opacity: 1;
	}
}

/* Pricing content */
.cenovnik-pricing.our-service {
	background: transparent;
	padding: clamp(72px, 8vw, 110px) 0 clamp(80px, 9vw, 100px);
}

.cenovnik-pricing {
	position: relative;
	overflow: hidden;
}

.cenovnik-pricing__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.cenovnik-pricing__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.06;
	filter: grayscale(0.2);
}

.cenovnik-pricing__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 10% 8%, rgba(201, 168, 76, 0.1), transparent 38%),
		radial-gradient(circle at 92% 20%, rgba(201, 168, 76, 0.06), transparent 42%),
		linear-gradient(180deg, #FAF6EE 0%, #ffffff 46%, #F5F0E6 100%);
}

.cenovnik-pricing > .container {
	position: relative;
	z-index: 1;
}

.cenovnik-pricing .section-title h2 {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.2;
	letter-spacing: -0.4px;
	color: #0f172a;
}

.cenovnik-pricing .section-title p {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(15px, 1.1vw, 17px);
	line-height: 1.75;
	color: #475569;
}

.cenovnik-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 32px 0 40px;
	padding: 0;
	list-style: none;
}

.cenovnik-nav a {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	color: #334155;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(148, 163, 184, 0.35);
	text-decoration: none;
	transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cenovnik-nav a:hover,
.cenovnik-nav a:focus-visible {
	color: #0f172a;
	border-color: rgba(201, 168, 76, 0.55);
	background: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.cenovnik-pricing .price-category {
	margin-bottom: 28px;
}

.cenovnik-pricing .service-body {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 24px;
	padding: clamp(22px, 2.2vw, 32px);
	box-shadow:
		0 10px 28px rgba(15, 23, 42, 0.07),
		0 1px 0 rgba(255, 255, 255, 0.95) inset;
	backdrop-filter: blur(6px);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cenovnik-pricing .service-body:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.cenovnik-pricing .price-category__title {
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 700;
	color: #0f172a;
	letter-spacing: -0.2px;
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 2px solid rgba(201, 168, 76, 0.35);
	display: flex;
	align-items: center;
	gap: 12px;
}

.cenovnik-pricing .price-category__title::before {
	content: "";
	flex-shrink: 0;
	width: 4px;
	height: 28px;
	border-radius: 4px;
	background: linear-gradient(180deg, #C9A84C, #A88635);
}

.cenovnik-pricing .table-responsive {
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.cenovnik-pricing .table {
	margin-bottom: 0;
	border-color: #e2e8f0;
}

.cenovnik-pricing .table thead th {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 16px 18px;
	border: none;
	white-space: nowrap;
}

.cenovnik-pricing .table td {
	padding: 14px 18px;
	vertical-align: middle;
	font-size: 15px;
	color: #1e293b;
	border-color: #e8eef3;
}

.cenovnik-pricing .table td:last-child,
.cenovnik-pricing .table td:nth-child(2) {
	font-weight: 600;
	color: #0f172a;
	white-space: nowrap;
}

.cenovnik-pricing .table td:last-child {
	color: #A88635;
}

.cenovnik-pricing .table tbody tr {
	transition: background-color 0.22s ease;
}

.cenovnik-pricing .table tbody tr:nth-child(even) {
	background: #f8fafc;
}

.cenovnik-pricing .table tbody tr:hover {
	background: #f5f0e4;
}

.cenovnik-pricing .package-card {
	height: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #faf6ee 100%);
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 18px;
	padding: 20px;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.cenovnik-pricing .package-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.cenovnik-pricing .package-card strong {
	display: block;
	color: #0f172a;
	font-size: 17px;
	margin-bottom: 8px;
}

.cenovnik-pricing .package-card p {
	margin: 0;
	color: #475569;
	line-height: 1.65;
	font-size: 15px;
}

.cenovnik-pricing .price-note {
	border-left: 4px solid #C9A84C;
	background: linear-gradient(90deg, rgba(201, 168, 76, 0.1), transparent);
}

@media (max-width: 991px) {
	.cenovnik-nav {
		gap: 8px;
	}

	.cenovnik-nav a {
		padding: 8px 14px;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.cenovnik-pricing .table thead {
		display: none;
	}

	.cenovnik-pricing .table tbody tr {
		display: block;
		padding: 14px 16px;
		border-bottom: 1px solid #e8eef3;
	}

	.cenovnik-pricing .table tbody tr:last-child {
		border-bottom: none;
	}

	.cenovnik-pricing .table td {
		display: block;
		padding: 4px 0;
		border: none;
		text-align: left !important;
		white-space: normal;
	}

	.cenovnik-pricing .table td:first-child {
		font-weight: 600;
		color: #0f172a;
		padding-bottom: 8px;
	}

	.cenovnik-pricing .table td:nth-child(2)::before {
		content: "RSD: ";
		font-weight: 500;
		color: #64748b;
	}

	.cenovnik-pricing .table td:last-child::before {
		content: "EUR: ";
		font-weight: 500;
		color: #64748b;
	}
}

/* Šta je uključeno u cenu — fullscreen */
.cenovnik-included {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	padding: clamp(88px, 10vh, 120px) 0 clamp(72px, 8vh, 96px);
	overflow: hidden;
	isolation: isolate;
}

.cenovnik-included__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.cenovnik-included__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: brightness(0.72) saturate(1.05);
}

.cenovnik-included__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(8, 8, 8, 0.82) 0%, rgba(8, 8, 8, 0.72) 50%, rgba(8, 8, 8, 0.88) 100%),
		linear-gradient(115deg, rgba(12, 12, 12, 0.9) 0%, rgba(12, 12, 12, 0.55) 50%, rgba(12, 12, 12, 0.85) 100%);
}

.cenovnik-included > .container {
	position: relative;
	z-index: 2;
	width: 100%;
}

.cenovnik-included .section-title h3 {
	color: #C9A84C;
}

.cenovnik-included .section-title h2 {
	color: #ffffff;
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: -0.4px;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.cenovnik-included__header {
	text-align: center;
	margin-bottom: clamp(36px, 5vw, 52px);
}

.cenovnik-included__message {
	max-width: 780px;
	margin: 20px auto 0;
	font-size: clamp(17px, 1.25vw, 20px);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
}

.cenovnik-included__message-highlight {
	display: block;
	font-size: clamp(20px, 2.2vw, 26px);
	font-weight: 700;
	color: #C9A84C;
	margin-bottom: 10px;
	letter-spacing: -0.2px;
}

.cenovnik-included__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 20px);
}

.included-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(201, 168, 76, 0.28);
	border-radius: 20px;
	padding: clamp(20px, 2.2vw, 26px);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.included-card:hover {
	transform: translateY(-4px);
	border-color: rgba(201, 168, 76, 0.55);
	background: rgba(255, 255, 255, 0.12);
}

.included-card__icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #C9A84C 0%, #A88635 100%);
	color: #0f172a;
	font-size: 20px;
	margin-bottom: 14px;
	box-shadow: 0 8px 20px rgba(201, 168, 76, 0.35);
}

.included-card h3 {
	font-size: clamp(17px, 1.4vw, 19px);
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 8px;
	letter-spacing: -0.2px;
}

.included-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
}

.cenovnik-included__footer {
	margin-top: clamp(36px, 4vw, 48px);
	text-align: center;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.cenovnik-included__footer p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 24px;
}

@media (max-width: 991px) {
	.cenovnik-included__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.cenovnik-included {
		min-height: auto;
		padding: 72px 0 64px;
	}

	.included-card {
		border-radius: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cenovnik-hero__media img,
	.cenovnik-hero__glow,
	.cenovnik-hero__scroll-line {
		animation: none;
	}

	.cenovnik-hero__media img {
		transform: scale(1.05);
	}
}
