/* Custom dopune za WP temu — ponašanja koja je originalno pokretao x5engine.js, ovde rešena čistim CSS/JS */

#imContent {
	display: block !important;
	width: auto !important;
	grid-template-columns: none !important;
}

:root {
	--sp-accent: #00a0b4;
	--sp-dark: #0f172a;
	--sp-text: #64748b;
	--sp-border: rgba(15, 23, 42, 0.08);
}

.sp-container {
	width: min(1140px, 92%);
	margin: 0 auto;
}

.sp-btn {
	display: inline-block;
	padding: 14px 28px;
	border-radius: 99px;
	font-weight: 700;
	text-decoration: none;
	font-size: 15px;
	transition: transform .15s ease, box-shadow .15s ease;
}
.sp-btn:hover {
	transform: translateY(-2px);
}
.sp-btn-primary {
	background: var(--sp-accent);
	color: #fff;
	box-shadow: 0 10px 24px rgba(0, 160, 180, .25);
}
.sp-btn-secondary {
	background: transparent;
	color: var(--sp-dark);
	border: 1px solid var(--sp-border);
}

.sp-hero {
	padding: 130px 0 100px;
	text-align: center;
	background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.55)), url('../images/2776.webp') no-repeat center center;
	background-size: cover;
}
.sp-hero h1 {
	font-size: clamp(32px, 5vw, 52px);
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.03em;
	max-width: 780px;
	margin: 0 auto 20px;
}
.sp-hero-lead {
	color: rgba(255,255,255,.85);
	font-size: 18px;
	max-width: 620px;
	margin: 0 auto 36px;
}
.sp-hero .sp-btn-secondary {
	background: rgba(255,255,255,.1);
	color: #fff;
	border-color: rgba(255,255,255,.4);
}

/* Usluge i rešenja */
.sp-services-refined { padding: 100px 0; background: #ffffff; font-family: 'Inter', sans-serif; }
.sp-wrap { width: min(1200px, 92%); margin: auto; }

.sp-head-center { text-align: center; margin-bottom: 70px; }
.sp-badge-alt { display: inline-block; padding: 6px 14px; background: rgba(0, 160, 180, 0.1); color: var(--sp-accent); border-radius: 99px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.sp-head-center h2 { font-size: clamp(32px, 5vw, 42px); font-weight: 900; color: var(--sp-dark); letter-spacing: -0.04em; margin: 0 0 15px; }
.sp-head-center p { color: var(--sp-text); max-width: 600px; margin: auto; font-size: 18px; line-height: 1.6; }

.sp-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.sp-s-card {
	background: #f8fafc;
	border-radius: 28px;
	padding: 40px;
	border: 1px solid rgba(0,0,0,0.02);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: var(--sp-dark);
}

.sp-s-card:hover {
	background: #ffffff;
	border-color: var(--sp-accent);
	transform: translateY(-8px);
	box-shadow: 0 25px 50px rgba(0, 160, 180, 0.1);
}

.sp-s-icon {
	width: 44px; height: 44px; color: var(--sp-accent);
	margin-bottom: 25px; transition: 0.3s;
}

.sp-s-card:hover .sp-s-icon { transform: scale(1.1); color: var(--sp-dark); }

.sp-s-card h3 { font-size: 21px; font-weight: 800; margin-bottom: 12px; }
.sp-s-card p { font-size: 15px; color: var(--sp-text); line-height: 1.6; margin-bottom: 20px; }

.sp-card-list { list-style: none; padding: 0; margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.sp-card-list li { font-size: 10px; font-weight: 800; background: #fff; padding: 4px 10px; border-radius: 6px; color: var(--sp-accent); border: 1px solid rgba(0, 160, 180, 0.15); text-transform: uppercase; }

.sp-cta-footer { margin-top: 50px; }
.sp-cta-box { background: var(--sp-dark); color: #fff; padding: 60px 40px; border-radius: 32px; text-align: center; }
.sp-cta-box h3 { font-size: 28px; font-weight: 800; margin-bottom: 15px; }
.sp-cta-box p { color: rgba(255,255,255,0.7); margin-bottom: 30px; font-size: 17px; }

.sp-btn-cta { display: inline-block; background: var(--sp-accent); color: #fff; padding: 16px 32px; border-radius: 12px; text-decoration: none; font-weight: 800; transition: 0.3s; }
.sp-btn-cta:hover { transform: scale(1.05); box-shadow: 0 10px 20px rgba(0,160,180,0.3); }

@media (max-width: 1024px) { .sp-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) {
	.sp-services-grid { grid-template-columns: 1fr; }
	.sp-head-center h2 { font-size: 30px; }
	.sp-cta-box { padding: 40px 20px; }
	.sp-s-card { padding: 30px; }
}

/* Način rada */
.sp-philosophy-v3 {
	padding: 100px 0;
	background: #ffffff;
	font-family: 'Inter', -apple-system, sans-serif;
}
.sp-philosophy-v3 .sp-head { text-align: left; margin-bottom: 70px; border-left: 4px solid var(--sp-accent); padding-left: 30px; }
.sp-philosophy-v3 .sp-badge { font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--sp-accent); letter-spacing: 2px; margin-bottom: 10px; display: block; }
.sp-philosophy-v3 .sp-head h2 { font-size: clamp(32px, 5vw, 44px); font-weight: 900; color: var(--sp-dark); margin: 0; letter-spacing: -0.04em; }
.sp-philosophy-v3 .sp-head p { font-size: 18px; color: var(--sp-text); margin-top: 15px; line-height: 1.6; max-width: 650px; }

.sp-phi-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 60px;
	row-gap: 50px;
}
.sp-phi-item {
	display: flex;
	gap: 25px;
	align-items: flex-start;
	padding: 10px 0;
	transition: transform 0.3s ease;
}
.sp-phi-icon {
	width: 44px; height: 44px;
	background: #f8fafc;
	color: var(--sp-accent);
	display: grid; place-items: center;
	border-radius: 12px;
	flex-shrink: 0;
	transition: 0.3s;
	border: 1px solid rgba(0, 160, 180, 0.1);
}
.sp-phi-item:hover .sp-phi-icon {
	background: var(--sp-accent);
	color: #ffffff;
	transform: scale(1.1) rotate(-5deg);
	box-shadow: 0 10px 20px rgba(0, 160, 180, 0.2);
}
.sp-phi-txt h3 { font-size: 20px; font-weight: 800; color: var(--sp-dark); margin: 0 0 8px; }
.sp-phi-txt p { font-size: 15.5px; color: var(--sp-text); line-height: 1.6; margin: 0; }

@media (max-width: 900px) {
	.sp-phi-grid { grid-template-columns: 1fr; gap: 40px; }
	.sp-philosophy-v3 .sp-head { padding-left: 20px; }
}
@media (max-width: 600px) {
	.sp-philosophy-v3 { padding: 70px 0; }
	.sp-phi-item { flex-direction: column; gap: 15px; }
}

/* Dokazani rezultati / testimonijali */
.sp-testimonials-premium {
	padding: 100px 0;
	background: #fcfdfe;
	font-family: 'Inter', -apple-system, sans-serif;
}
.sp-testimonials-premium .sp-head { margin-bottom: 60px; text-align: left; }
.sp-testimonials-premium .sp-badge { display: inline-block; padding: 6px 14px; background: rgba(0, 160, 180, 0.1); color: var(--sp-accent); border-radius: 99px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.sp-testimonials-premium .sp-head h2 { font-size: clamp(32px, 5vw, 46px); font-weight: 800; letter-spacing: -0.04em; margin: 0 0 15px; color: var(--sp-dark); }
.sp-testimonials-premium .sp-head p { color: var(--sp-text); max-width: 600px; font-size: 18px; line-height: 1.6; margin: 0; }

.sp-testimonials-premium .sp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }

.sp-card-v2 {
	position: relative; background: #fff; border-radius: 28px; padding: 40px; border: 1px solid rgba(0,0,0,0.03); transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}
.sp-card-glow {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background: radial-gradient(circle at 100% 0%, rgba(0, 160, 180, 0.08) 0%, transparent 70%);
	opacity: 0; transition: 0.4s ease;
}
.sp-card-v2:hover { transform: translateY(-10px); box-shadow: 0 40px 80px rgba(15, 23, 42, 0.08); border-color: rgba(0, 160, 180, 0.2); }
.sp-card-v2:hover .sp-card-glow { opacity: 1; }

.sp-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.sp-project-tag { font-size: 11px; font-weight: 800; color: var(--sp-text); text-transform: uppercase; opacity: 0.7; }
.sp-result-badge { font-size: 12px; font-weight: 700; color: var(--sp-accent); background: rgba(0, 160, 180, 0.08); padding: 4px 12px; border-radius: 8px; border: 1px solid rgba(0, 160, 180, 0.1); }

.sp-quote { font-size: 16px; font-weight: 600; line-height: 1.6; color: #334155; margin-bottom: 30px; flex-grow: 1; position: relative; }

.sp-user-info { display: flex; align-items: center; gap: 15px; padding-top: 25px; border-top: 1px solid #f1f5f9; position: relative; }
.sp-avatar { width: 42px; height: 42px; background: #f1f5f9; color: var(--sp-accent); display: grid; place-items: center; border-radius: 12px; font-weight: 800; transition: 0.3s; }
.sp-card-v2:hover .sp-avatar { background: var(--sp-accent); color: white; }

.sp-user-details { display: flex; flex-direction: column; flex-grow: 1; }
.sp-user-details strong { font-size: 14px; color: var(--sp-dark); }
.sp-user-details span { font-size: 12px; color: var(--sp-text); }

.sp-external-link { color: var(--sp-text); text-decoration: none; font-size: 18px; transition: 0.2s; }
.sp-external-link:hover { color: var(--sp-accent); }

@media (max-width: 1024px) { .sp-testimonials-premium .sp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
	.sp-testimonials-premium { padding: 70px 0; }
	.sp-testimonials-premium .sp-grid { grid-template-columns: 1fr; gap: 20px; }
	.sp-card-v2 { padding: 30px; }
	.sp-testimonials-premium .sp-head h2 { font-size: 32px; }
}

/* FAQ / Podrška */
.sp-faq-section {
	padding: 100px 0;
	background: #ffffff;
	font-family: 'Inter', sans-serif;
}
.sp-faq-section .sp-container { width: min(900px, 92%); margin: auto; }
.sp-faq-section .sp-head { text-align: center; margin-bottom: 60px; }
.sp-faq-section .sp-badge { display: inline-block; padding: 6px 14px; background: rgba(0, 160, 180, 0.1); color: var(--sp-accent); border-radius: 99px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.sp-faq-section .sp-head h2 { font-size: clamp(30px, 5vw, 42px); font-weight: 800; color: var(--sp-dark); letter-spacing: -0.03em; }
.sp-faq-section .sp-head p { color: var(--sp-text); font-size: 18px; margin-top: 10px; }

.sp-faq-section .sp-faq-grid { display: flex; flex-direction: column; gap: 15px; }
.sp-faq-section .sp-faq-item {
	background: #f8fafc;
	border: 1px solid var(--sp-border);
	border-radius: 18px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.sp-faq-section .sp-faq-item[open] {
	background: #ffffff;
	border-color: var(--sp-accent);
	box-shadow: 0 15px 30px rgba(0, 160, 180, 0.05);
}
.sp-faq-section .sp-faq-question {
	padding: 24px 30px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: 700;
	font-size: 18px;
	color: var(--sp-dark);
	user-select: none;
}
.sp-faq-section .sp-faq-question::-webkit-details-marker { display: none; }

.sp-faq-section .sp-icon-toggle {
	width: 24px;
	height: 24px;
	position: relative;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}
.sp-faq-section .sp-icon-toggle::before, .sp-faq-section .sp-icon-toggle::after {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	width: 12px; height: 2px;
	background: var(--sp-accent);
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}
.sp-faq-section .sp-icon-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.sp-faq-section .sp-faq-item[open] .sp-icon-toggle { transform: rotate(45deg); }

.sp-faq-section .sp-faq-answer {
	padding: 0 30px 24px;
	color: var(--sp-text);
	line-height: 1.7;
	font-size: 16px;
}
.sp-faq-section .sp-faq-answer strong { color: var(--sp-dark); }

.sp-faq-section .sp-faq-cta {
	margin-top: 50px;
	text-align: center;
	padding: 30px;
	border-top: 1px solid var(--sp-border);
}
.sp-faq-section .sp-faq-cta p { margin-bottom: 10px; font-weight: 600; color: var(--sp-text); }
.sp-faq-section .sp-link-cta { color: var(--sp-accent); text-decoration: none; font-weight: 800; font-size: 18px; transition: 0.3s; }
.sp-faq-section .sp-link-cta:hover { color: var(--sp-dark); padding-left: 5px; }

@media (max-width: 600px) {
	.sp-faq-section .sp-faq-question { padding: 20px; font-size: 16px; }
	.sp-faq-section .sp-faq-answer { padding: 0 20px 20px; font-size: 15px; }
}

/* Iz bloga */
.sp-blog-section {
	padding: 100px 0;
	background: #fcfdfe;
	font-family: 'Inter', sans-serif;
}
.sp-blog-section .sp-head { text-align: center; margin-bottom: 50px; }
.sp-blog-section .sp-badge { display: inline-block; padding: 6px 14px; background: rgba(0, 160, 180, 0.1); color: var(--sp-accent); border-radius: 99px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.sp-blog-section .sp-head h2 { font-size: clamp(30px, 5vw, 42px); font-weight: 800; color: var(--sp-dark); letter-spacing: -0.03em; margin: 0; }

.sp-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.sp-blog-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--sp-border);
	text-decoration: none;
	color: var(--sp-dark);
	transition: transform .3s ease, box-shadow .3s ease;
	display: block;
}
.sp-blog-card:hover { transform: translateY(-6px); box-shadow: 0 25px 50px rgba(15,23,42,.08); }
.sp-blog-thumb img { width: 100%; height: 180px; object-fit: cover; display: block; }
.sp-blog-body { padding: 24px; }
.sp-blog-meta { font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--sp-accent); letter-spacing: 1px; }
.sp-blog-body h3 { font-size: 18px; font-weight: 800; margin: 10px 0; }
.sp-blog-body p { font-size: 14px; color: var(--sp-text); line-height: 1.6; margin: 0; }

.sp-blog-empty { text-align: center; color: var(--sp-text); font-size: 16px; }
.sp-blog-more { text-align: center; margin-top: 45px; }

@media (max-width: 900px) { .sp-blog-grid { grid-template-columns: 1fr; } }

/* Rezultati, ne lokacija */
.sp-locations {
	padding: 70px 0;
	background: #fff;
	text-align: center;
	font-family: 'Inter', sans-serif;
}
.sp-locations h2 {
	font-size: clamp(26px, 4vw, 34px);
	font-weight: 800;
	color: var(--sp-dark);
	margin: 0 0 12px;
	letter-spacing: -0.03em;
}
.sp-locations p {
	color: var(--sp-text);
	font-size: 17px;
	max-width: 620px;
	margin: 0 auto;
}

/* Finalni CTA */
.sp-final-cta {
	padding: 100px 0;
	text-align: center;
	background: var(--sp-dark);
	font-family: 'Inter', sans-serif;
}
.sp-final-cta h2 {
	color: #fff;
	font-size: clamp(28px, 5vw, 42px);
	font-weight: 800;
	letter-spacing: -0.03em;
	max-width: 700px;
	margin: 0 auto 20px;
}
.sp-final-cta p {
	color: rgba(255,255,255,.7);
	font-size: 17px;
	max-width: 560px;
	margin: 0 auto 36px;
	line-height: 1.6;
}
.sp-final-cta p a { color: var(--sp-accent); }
.sp-hero-actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

/* ===== Podstranica: Izrada web sajtova ===== */

.sp-sub-hero {
	padding: 140px 0 80px;
	text-align: center;
	background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.55)), url('../images/2776.webp') no-repeat center center;
	background-size: cover;
	font-family: 'Inter', sans-serif;
}
.sp-sub-hero h1 { font-size: clamp(30px, 5vw, 46px); font-weight: 800; color: #fff; letter-spacing: -0.03em; max-width: 720px; margin: 0 auto 18px; }
.sp-sub-hero p { color: rgba(255,255,255,.85); font-size: 17px; max-width: 580px; margin: 0 auto 30px; }
.sp-sub-hero .sp-btn-secondary {
	background: rgba(255,255,255,.1);
	color: #fff;
	border-color: rgba(255,255,255,.4);
}

.sp-process { padding: 90px 0; background: #fff; font-family: 'Inter', sans-serif; }
.sp-process .sp-head { text-align: center; margin-bottom: 50px; }
.sp-process .sp-head h2 { font-size: clamp(28px, 4vw, 38px); font-weight: 800; color: var(--sp-dark); letter-spacing: -0.03em; }
.sp-process-list { list-style: none; padding: 0; margin: 0; max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }
.sp-process-list li { display: flex; gap: 22px; align-items: flex-start; }
.sp-process-num {
	flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%;
	background: var(--sp-accent); color: #fff; font-weight: 800;
	display: grid; place-items: center; font-size: 16px;
}
.sp-process-list h3 { font-size: 18px; font-weight: 800; color: var(--sp-dark); margin: 0 0 6px; }
.sp-process-list p { font-size: 15px; color: var(--sp-text); margin: 0; line-height: 1.6; }
.sp-process-note { text-align: center; color: var(--sp-text); font-size: 15px; margin: 40px auto 0; max-width: 500px; }
.sp-process-note strong { color: var(--sp-dark); }

.sp-checklist-section { padding: 90px 0; background: #fff; font-family: 'Inter', sans-serif; }
.sp-checklist-alt { background: #fcfdfe; }
.sp-checklist-section .sp-head { text-align: center; margin-bottom: 50px; }
.sp-checklist-section .sp-head h2 {
	font-size: clamp(28px, 4vw, 38px);
	font-weight: 800;
	color: var(--sp-dark);
	letter-spacing: -0.03em;
	display: inline-block;
	position: relative;
	padding-bottom: 16px;
}
.sp-checklist-section .sp-head h2::after {
	content: '';
	position: absolute;
	bottom: 0; left: 50%;
	transform: translateX(-50%);
	width: 60px; height: 4px;
	border-radius: 4px;
	background: var(--sp-accent);
}
.sp-checklist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 1000px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}
.sp-checklist li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px 24px;
	font-size: 15px;
	color: #334155;
	line-height: 1.6;
	background: #f8fafc;
	border: 1px solid var(--sp-border);
	border-radius: 16px;
	transition: all .25s ease;
}
.sp-checklist li:hover {
	background: #fff;
	border-color: var(--sp-accent);
	box-shadow: 0 15px 30px rgba(0,160,180,.08);
	transform: translateY(-3px);
}
.sp-checklist li::before {
	content: '';
	flex-shrink: 0;
	margin-top: 2px;
	width: 26px; height: 26px;
	border-radius: 50%;
	background: rgba(0, 160, 180, 0.12);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300a0b4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px;
}
@media (max-width: 700px) { .sp-checklist { grid-template-columns: 1fr; } }
.sp-sub-lead { color: var(--sp-text); font-size: 16px; max-width: 600px; margin: 14px auto 0; }

.sp-redesign-v5 { padding: 100px 0; background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%); font-family: 'Inter', -apple-system, sans-serif; }
.sp-redesign-v5 .sp-head { text-align: center; margin-bottom: 60px; }
.sp-redesign-v5 .sp-badge { display: inline-block; padding: 6px 14px; background: rgba(0, 160, 180, 0.1); color: var(--sp-accent); border-radius: 99px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 12px; }
.sp-redesign-v5 .sp-head h2 { font-size: clamp(30px, 5vw, 42px); font-weight: 800; color: var(--sp-dark); letter-spacing: -0.03em; margin-bottom: 15px; }
.sp-redesign-v5 .sp-head p { color: var(--sp-text); max-width: 600px; margin: auto; font-size: 17px; }
.sp-redesign-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.sp-redesign-card { background: #ffffff; padding: 40px; border-radius: 24px; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 10px 30px rgba(0,0,0,0.03); transition: all 0.3s ease; }
.sp-redesign-card:hover { transform: translateY(-5px); border-color: var(--sp-accent); box-shadow: 0 20px 40px rgba(0, 160, 180, 0.1); }
.sp-card-top { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.sp-step-num { width: 48px; height: 48px; background: rgba(0, 160, 180, 0.1); color: var(--sp-accent); border-radius: 14px; display: grid; place-items: center; font-weight: 800; font-size: 18px; flex-shrink: 0; transition: 0.3s ease; }
.sp-redesign-card:hover .sp-step-num { background: var(--sp-accent); color: #fff; }
.sp-redesign-card h3 { font-size: 20px; font-weight: 700; color: var(--sp-dark); margin: 0; }
.sp-redesign-card p { font-size: 15px; line-height: 1.7; color: var(--sp-text); margin: 0; }
.sp-redesign-foot { margin-top: 50px; text-align: center; }
.sp-cta-main { display: inline-block; background: var(--sp-accent); color: #ffffff; padding: 16px 32px; border-radius: 16px; font-weight: 700; text-decoration: none; box-shadow: 0 15px 30px rgba(0, 160, 180, 0.25); transition: 0.3s; }
.sp-cta-main:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(0, 160, 180, 0.35); }
.sp-redesign-foot p { margin-top: 15px; font-size: 14px; color: var(--sp-text); }
@media (max-width: 850px) { .sp-redesign-grid { grid-template-columns: 1fr; } .sp-redesign-card { padding: 30px; } }

.sp-maint-benefits { padding: 90px 0; background: #fff; font-family: 'Inter', sans-serif; }
.sp-maint-benefits .sp-head { text-align: center; margin-bottom: 50px; }
.sp-maint-benefits .sp-head h2 { font-size: clamp(28px, 4vw, 38px); font-weight: 800; color: var(--sp-dark); letter-spacing: -0.03em; }

.sp-maintenance-v5 { padding: 100px 0; background: #0f4664; font-family: 'Inter', -apple-system, sans-serif; color: #fff; }
.sp-maintenance-v5 .sp-head { text-align: left; margin-bottom: 60px; }
.sp-maintenance-v5 .sp-badge-light { display: inline-block; padding: 6px 14px; background: rgba(255,255,255,.1); color: #7fe3ee; border-radius: 99px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.sp-maintenance-v5 .sp-head h2 { font-size: clamp(32px, 5vw, 44px); font-weight: 800; margin: 0 0 15px; letter-spacing: -0.03em; }
.sp-maintenance-v5 .sp-head p { color: rgba(255,255,255,.7); max-width: 600px; font-size: 18px; line-height: 1.6; }
.sp-maint-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; align-items: stretch; }
.sp-maint-card { background: #fff; padding: 40px 30px; border-radius: 24px; color: #1f252b; display: flex; flex-direction: column; position: relative; transition: all 0.4s ease; }
.sp-maint-card:hover { transform: translateY(-8px); box-shadow: 0 30px 60px rgba(0,0,0,0.3); }
.sp-maint-featured { border: 3px solid var(--sp-accent); z-index: 2; }
.sp-maintenance-v5 .sp-popular-badge { position: absolute; top: -14px; right: 25px; background: var(--sp-accent); color: white; padding: 5px 14px; border-radius: 50px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.sp-maint-dark { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15); color: #fff; }
.sp-maint-header h3 { font-size: 24px; font-weight: 800; margin: 0 0 8px; }
.sp-maint-header p { font-size: 14px; opacity: 0.7; margin-bottom: 30px; }
.sp-maint-features { list-style: none; padding: 0; margin: 0 0 35px; flex-grow: 1; }
.sp-maint-features li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; margin-bottom: 14px; line-height: 1.5; }
.sp-maint-features svg { width: 18px; height: 18px; color: var(--sp-accent); flex-shrink: 0; margin-top: 2px; }
.sp-maint-dark .sp-maint-features svg { color: #7fe3ee; }
.sp-maint-btn { display: block; text-align: center; padding: 14px; border-radius: 14px; background: #f1f5f9; color: #1f252b; text-decoration: none; font-weight: 700; font-size: 15px; transition: 0.3s; }
.sp-maint-btn.sp-btn-accent { background: var(--sp-accent); color: white; box-shadow: 0 15px 30px rgba(0, 160, 180, 0.3); }
.sp-btn-outline { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: white; }
.sp-maint-btn:hover { background: #000; color: white; border-color: #000; }
.sp-maint-note { text-align: left; margin-top: 35px; font-size: 13px; color: rgba(255,255,255,.5); font-style: italic; }
@media (max-width: 1024px) { .sp-maint-grid { grid-template-columns: repeat(2, 1fr); } .sp-maint-dark { grid-column: span 2; } }
@media (max-width: 700px) { .sp-maint-grid { grid-template-columns: 1fr; } .sp-maint-dark { grid-column: span 1; } .sp-maintenance-v5 .sp-head { text-align: center; } .sp-maint-note { text-align: center; } }

/* ===== Podstranica: Fotografija i video ===== */

.sp-photo-gallery { padding: 90px 0; background: #fff; font-family: 'Inter', sans-serif; }
.sp-photo-gallery .sp-head { text-align: center; margin-bottom: 50px; }
.sp-photo-gallery .sp-head h2 { font-size: clamp(28px, 4vw, 38px); font-weight: 800; color: var(--sp-dark); letter-spacing: -0.03em; }
.sp-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sp-gallery-card { border-radius: 20px; overflow: hidden; border: 1px solid var(--sp-border); transition: transform .3s ease, box-shadow .3s ease; }
.sp-gallery-card:hover { transform: translateY(-6px); box-shadow: 0 25px 50px rgba(15,23,42,.1); }
.sp-gallery-img { height: 220px; background-size: cover; background-position: center; }
.sp-gallery-body { padding: 20px 22px; background: #fff; }
.sp-gallery-body h3 { font-size: 17px; font-weight: 800; color: var(--sp-dark); margin: 0 0 6px; }
.sp-gallery-body p { font-size: 14px; color: var(--sp-text); margin: 0; line-height: 1.5; }
@media (max-width: 900px) { .sp-gallery-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .sp-gallery-grid { grid-template-columns: 1fr; } }

.sp-photo-packages { padding: 100px 0; background: #ffffff; font-family: 'Inter', sans-serif; }
.sp-photo-packages .sp-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; gap: 30px; }
.sp-photo-packages .sp-badge { display: inline-block; padding: 6px 14px; background: rgba(0, 160, 180, 0.1); color: var(--sp-accent); border-radius: 99px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.sp-photo-packages .sp-head h2 { font-size: clamp(30px, 5vw, 42px); font-weight: 800; color: var(--sp-dark); letter-spacing: -0.03em; margin: 0 0 15px; }
.sp-photo-packages .sp-head p { color: var(--sp-text); max-width: 600px; font-size: 17px; line-height: 1.6; margin: 0; }
.sp-photo-packages .sp-btn-main { padding: 14px 28px; background: var(--sp-dark); color: white; border-radius: 12px; text-decoration: none; font-weight: 700; transition: 0.3s; white-space: nowrap; }
.sp-photo-packages .sp-btn-main:hover { background: var(--sp-accent); transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0, 160, 180, 0.2); }
.sp-photo-packages .sp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.sp-photo-packages .sp-card { background: #f8fafc; border: 1px solid var(--sp-border); border-radius: 24px; padding: 35px; transition: all 0.3s ease; }
.sp-photo-packages .sp-card:hover { background: white; border-color: var(--sp-accent); transform: translateY(-5px); box-shadow: 0 25px 50px rgba(15, 23, 42, 0.05); }
.sp-photo-packages .sp-card-header { display: flex; align-items: center; gap: 20px; margin-bottom: 25px; }
.sp-photo-packages .sp-icon { width: 50px; height: 50px; background: white; color: var(--sp-accent); display: grid; place-items: center; border-radius: 14px; border: 1px solid var(--sp-border); transition: 0.3s; }
.sp-photo-packages .sp-card:hover .sp-icon { background: var(--sp-accent); color: white; border-color: var(--sp-accent); }
.sp-photo-packages .sp-card h3 { font-size: 20px; font-weight: 800; color: var(--sp-dark); margin: 0; }
.sp-photo-packages .sp-card-header p { font-size: 13px; color: var(--sp-text); margin: 3px 0 0 0; font-weight: 500; }
.sp-photo-packages .sp-list { list-style: none; padding: 0; margin: 0; }
.sp-photo-packages .sp-list li { display: flex; gap: 12px; font-size: 15px; color: var(--sp-text); margin-bottom: 12px; line-height: 1.4; }
.sp-photo-packages .sp-list span { color: var(--sp-accent); font-weight: 900; }
.sp-info-box { margin-top: 50px; padding: 25px; border-radius: 20px; background: rgba(15, 23, 42, 0.02); border: 1px dashed var(--sp-border); display: flex; gap: 15px; align-items: flex-start; }
.sp-info-box svg { color: var(--sp-accent); flex-shrink: 0; }
.sp-info-box p { font-size: 14px; color: var(--sp-text); line-height: 1.6; margin: 0; }
.sp-info-box b { color: var(--sp-dark); }
@media (max-width: 900px) { .sp-photo-packages .sp-grid { grid-template-columns: 1fr; } .sp-photo-packages .sp-head { flex-direction: column; align-items: flex-start; gap: 25px; } }

.sp-extra-v6 { padding: 120px 0; background: #0a0f1a; color: #ffffff; font-family: 'Inter', -apple-system, sans-serif; position: relative; overflow: hidden; }
.sp-glow-top { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 400px; background: radial-gradient(circle, rgba(0, 160, 180, 0.25) 0%, transparent 70%); pointer-events: none; z-index: 1; }
.sp-extra-v6 .sp-container { position: relative; z-index: 2; }
.sp-extra-v6 .sp-head { text-align: center; margin-bottom: 80px; }
.sp-extra-v6 .sp-head h2 { font-size: clamp(34px, 6vw, 52px); font-weight: 900; color: #ffffff !important; margin: 0 0 20px; letter-spacing: -0.04em; text-shadow: 0 4px 20px rgba(0,0,0,0.8); }
.sp-extra-v6 .sp-head p { color: rgba(255, 255, 255, 0.9) !important; max-width: 600px; margin: auto; font-size: 19px; line-height: 1.6; }
.sp-extra-v6 .sp-badge { display: inline-block; padding: 6px 16px; background: rgba(0, 160, 180, 0.3); color: #00e0ff; border-radius: 99px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }
.sp-extra-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.sp-extra-card { display: flex; align-items: flex-start; gap: 25px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); padding: 40px; border-radius: 32px; backdrop-filter: blur(15px); transition: all 0.4s ease; }
.sp-extra-card:hover { background: rgba(255, 255, 255, 0.08); border-color: #00a0b4; transform: translateY(-10px); }
.sp-icon-wrap { width: 60px; height: 60px; background: linear-gradient(135deg, #00a0b4, #006b79); color: #ffffff; display: grid; place-items: center; border-radius: 18px; flex-shrink: 0; }
.sp-txt h3 { font-size: 22px; font-weight: 800; margin: 0 0 10px; color: #ffffff !important; }
.sp-txt p { font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, 0.75); margin: 0; }
@media (max-width: 900px) { .sp-extra-grid { grid-template-columns: 1fr; } }

.sp-photo-faq-final { padding: 70px 0; background: #ffffff; font-family: 'Inter', -apple-system, sans-serif; }
.sp-photo-faq-final .sp-container { width: min(900px, 92%); margin: auto; }
.sp-photo-faq-final .sp-head { text-align: center; margin-bottom: 35px; display: flex; flex-direction: column; align-items: center; }
.sp-photo-faq-final .sp-head h2 { font-size: clamp(30px, 5vw, 42px); font-weight: 900; color: var(--sp-dark); letter-spacing: -0.04em; margin: 0 0 8px; line-height: 1.1; }
.sp-photo-faq-final .sp-head p { color: var(--sp-text); max-width: 500px; margin: 0 0 20px; font-size: 17px; line-height: 1.4; }
.sp-photo-faq-final .sp-btn-main { display: inline-flex; background: var(--sp-dark); color: #fff; padding: 12px 24px; border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 14px; transition: 0.3s; }
.sp-photo-faq-final .sp-btn-main:hover { background: var(--sp-accent); transform: translateY(-2px); }
.sp-faq-list { display: flex; flex-direction: column; gap: 8px; text-align: left; }
.sp-faq-card { background: #f8fafc; border: 1px solid rgba(15, 23, 42, 0.05); border-radius: 18px; }
.sp-faq-card:hover { border-color: var(--sp-accent); background: #ffffff; }
.sp-faq-card .sp-faq-q { list-style: none; padding: 18px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 700; color: var(--sp-dark); font-size: 17px; }
.sp-faq-card .sp-faq-q::-webkit-details-marker { display: none; }
.sp-icon-box { width: 32px; height: 32px; border-radius: 10px; background: rgba(0, 160, 180, 0.1); color: var(--sp-accent); display: grid; place-items: center; transition: 0.3s ease; }
.sp-faq-card[open] { border-color: var(--sp-accent); background: #ffffff; }
.sp-faq-card[open] .sp-icon-box { transform: rotate(45deg); background: var(--sp-accent); color: white; }
.sp-faq-card .sp-faq-a { border-top: 1px solid rgba(15, 23, 42, 0.04); }
.sp-faq-content { padding: 18px 25px; color: var(--sp-text); font-size: 15px; line-height: 1.6; }
.sp-faq-content strong { color: var(--sp-dark); }
.sp-faq-footer { margin-top: 25px; text-align: center; font-size: 13px; color: var(--sp-text); font-style: italic; }
@media (max-width: 600px) { .sp-photo-faq-final .sp-head h2 { font-size: 28px; } .sp-faq-card .sp-faq-q { padding: 15px 20px; font-size: 15px; } }

/* ===== Podstranica: Brending i dizajn ===== */

.sp-branding-wrap { max-width: 1100px; margin: 0 auto; padding: 90px 10px 100px; text-align: center; font-family: 'Inter', sans-serif; }
.sp-branding-title { font-size: clamp(28px, 3vw, 44px); line-height: 1.15; margin: 0 0 10px; font-weight: 800; color: var(--sp-dark); }
.sp-branding-sub { max-width: 760px; margin: 0 auto 28px; font-size: 18px; line-height: 1.6; color: var(--sp-text); }
.sp-branding-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 10px; }
.sp-branding-card { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 18px; padding: 18px 18px 16px; box-shadow: 0 10px 30px rgba(0,0,0,.06); transition: transform .2s ease, box-shadow .2s ease; text-align: left; min-height: 140px; }
.sp-branding-card:hover { transform: translateY(-3px); box-shadow: 0 16px 45px rgba(0,0,0,.10); }
.sp-branding-top { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.sp-branding-ico { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: rgba(0,160,180,.12); font-size: 18px; flex: 0 0 38px; }
.sp-branding-card h3 { font-size: 16px; margin: 0; font-weight: 800; color: var(--sp-dark); }
.sp-branding-card p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--sp-text); }
@media (max-width: 900px) { .sp-branding-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .sp-branding-grid { grid-template-columns: 1fr; } }

.sp-gallery-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .sp-gallery-grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .sp-gallery-grid-4 { grid-template-columns: 1fr; } }

/* ===== Podstranica: Kontakt ===== */

.sp-sub-hero-sm { padding: 120px 0 60px; }

.sp-contact-section { padding: 80px 0 100px; background: #fff; font-family: 'Inter', sans-serif; }
.sp-contact-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: start; }
.sp-contact-form-wrap h2 { font-size: 26px; font-weight: 800; color: var(--sp-dark); margin: 0 0 20px; }

.sp-contact-form { display: flex; flex-direction: column; gap: 16px; }
.sp-contact-form label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 700; color: var(--sp-dark); }
.sp-contact-form input[type="text"],
.sp-contact-form input[type="email"],
.sp-contact-form input[type="tel"],
.sp-contact-form select,
.sp-contact-form textarea {
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid var(--sp-border);
	background: #f8fafc;
	color: var(--sp-dark);
}
.sp-contact-form input:focus, .sp-contact-form select:focus, .sp-contact-form textarea:focus {
	outline: 2px solid var(--sp-accent);
	outline-offset: 1px;
	background: #fff;
}
.sp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sp-checkbox-label { flex-direction: row !important; align-items: center; gap: 8px !important; font-weight: 600 !important; }
.sp-checkbox-label input { width: auto; }
.sp-contact-form button { align-self: flex-start; border: none; cursor: pointer; margin-top: 8px; }
.sp-hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.sp-form-notice { padding: 14px 18px; border-radius: 12px; margin-bottom: 20px; font-size: 14px; font-weight: 600; }
.sp-form-success { background: rgba(0,160,180,.1); color: var(--sp-accent); border: 1px solid rgba(0,160,180,.3); }
.sp-form-error { background: #fee2e2; color: #b91c1c; border: 1px solid #fecaca; }

.sp-contact-sidebar { display: flex; flex-direction: column; gap: 20px; }
.sp-sidebar-card { background: #f8fafc; border: 1px solid var(--sp-border); border-radius: 20px; padding: 26px; }
.sp-sidebar-card h3 { font-size: 17px; font-weight: 800; color: var(--sp-dark); margin: 0 0 14px; }
.sp-sidebar-card p { font-size: 14px; color: var(--sp-text); margin: 0 0 8px; line-height: 1.6; }
.sp-sidebar-card a { color: var(--sp-accent); font-weight: 700; text-decoration: none; }
.sp-sidebar-note { font-size: 12px; opacity: .75; }
.sp-checklist-plain { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.sp-checklist-plain li { position: relative; padding-left: 24px; font-size: 14px; color: #334155; }
.sp-checklist-plain li::before { content: '✓'; position: absolute; left: 0; color: var(--sp-accent); font-weight: 800; }

@media (max-width: 900px) {
	.sp-contact-grid { grid-template-columns: 1fr; }
	.sp-form-row { grid-template-columns: 1fr; }
}

.sp-instagram-cta { padding: 70px 0 100px; background: #fff; text-align: center; font-family: 'Inter', sans-serif; }
.sp-instagram-cta h2 { font-size: clamp(24px, 4vw, 30px); font-weight: 800; color: var(--sp-dark); margin: 0 0 24px; letter-spacing: -0.03em; }
.sp-ig-btn { display: inline-flex; align-items: center; gap: 10px; }

/* ===== Blog: lista i pojedinačni post ===== */

.sp-blog-archive { padding: 20px 0 100px; background: #fcfdfe; font-family: 'Inter', sans-serif; }
.sp-blog-grid-archive { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .sp-blog-grid-archive { grid-template-columns: 1fr; } }

/* Filteri: kategorije + pretraga */
.sp-blog-filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--sp-border);
}
.sp-blog-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.sp-cat-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 99px;
	background: #fff;
	border: 1px solid var(--sp-border);
	color: var(--sp-dark);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: all .2s ease;
}
.sp-cat-pill:hover { border-color: var(--sp-accent); color: var(--sp-accent); }
.sp-cat-pill.sp-cat-active { background: var(--sp-dark); border-color: var(--sp-dark); color: #fff; }
.sp-cat-count { opacity: .6; font-size: 11px; }
.sp-cat-pill.sp-cat-active .sp-cat-count { opacity: .8; }

.sp-blog-search {
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid var(--sp-border);
	border-radius: 99px;
	padding: 4px 4px 4px 18px;
	flex-shrink: 0;
}
.sp-blog-search input {
	border: none;
	outline: none;
	font-size: 14px;
	font-family: inherit;
	width: 200px;
	background: transparent;
	color: var(--sp-dark);
}
.sp-blog-search button {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--sp-accent);
	color: #fff;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
}
@media (max-width: 700px) {
	.sp-blog-filters { flex-direction: column; align-items: stretch; }
	.sp-blog-search { width: 100%; }
	.sp-blog-search input { flex: 1; width: auto; }
}

.sp-blog-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 50px; flex-wrap: wrap; }
.sp-blog-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 40px; height: 40px; padding: 0 12px;
	border-radius: 10px; border: 1px solid var(--sp-border);
	color: var(--sp-dark); text-decoration: none; font-weight: 700; font-size: 14px;
}
.sp-blog-pagination .page-numbers.current { background: var(--sp-accent); color: #fff; border-color: var(--sp-accent); }
.sp-blog-pagination .page-numbers:hover:not(.current) { border-color: var(--sp-accent); color: var(--sp-accent); }

.sp-post-hero { padding: 140px 0 40px; background: #fff; text-align: center; font-family: 'Inter', sans-serif; }
.sp-post-cat { display: inline-block; padding: 6px 14px; background: rgba(0,160,180,.1); color: var(--sp-accent); border-radius: 99px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; }
.sp-post-hero h1 { font-size: clamp(28px, 4.5vw, 44px); font-weight: 800; color: var(--sp-dark); letter-spacing: -0.03em; max-width: 800px; margin: 0 auto 16px; line-height: 1.2; }
.sp-post-meta { color: var(--sp-text); font-size: 14px; }

.sp-post-cover { padding: 0 0 20px; background: #fff; }
.sp-post-cover .sp-container { max-width: 900px; }
.sp-post-cover img { width: 100%; height: auto; border-radius: 20px; display: block; }

.sp-post-content { padding: 20px 0 90px; background: #fff; font-family: 'Inter', sans-serif; }
.sp-post-narrow { max-width: 760px; }
.sp-post-narrow [id^="imBlogPost_"] { color: #334155; font-size: 17px; line-height: 1.8; }
.sp-post-narrow b { color: var(--sp-dark); display: inline-block; margin-top: 28px; margin-bottom: 6px; font-size: 21px; }
.sp-post-narrow > div > div { margin-bottom: 18px; }
.sp-post-narrow ul { margin: 0 0 18px; padding-left: 22px; }
.sp-post-narrow li { margin-bottom: 8px; }
.sp-post-narrow blockquote { margin: 30px 0; padding: 20px 26px; border-left: 4px solid var(--sp-accent); background: #f8fafc; border-radius: 0 14px 14px 0; }
.sp-post-narrow hr { border: none; border-top: 1px solid var(--sp-border); margin: 30px 0; }
.sp-post-narrow i { color: var(--sp-text); }

.sp-benefits-v3 { padding: 100px 0; background: #fdfdfd; font-family: 'Inter', -apple-system, sans-serif; }
.sp-benefits-v3 .sp-head { text-align: center; margin-bottom: 70px; }
.sp-benefits-v3 .sp-badge { display: inline-block; padding: 6px 14px; background: rgba(0, 160, 180, 0.1); color: var(--sp-accent); border-radius: 99px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.sp-benefits-v3 .sp-head h2 { font-size: clamp(30px, 5vw, 42px); font-weight: 800; color: var(--sp-dark); letter-spacing: -0.03em; margin: 0 0 15px; }
.sp-benefits-v3 .sp-head p { color: var(--sp-text); max-width: 650px; margin: auto; font-size: 18px; line-height: 1.6; }
.sp-benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 25px; }
.sp-benefit-card { display: flex; gap: 20px; background: #fff; padding: 30px; border-radius: 24px; border: 1px solid var(--sp-border); transition: all 0.3s ease; }
.sp-benefit-card:hover { transform: translateY(-5px); border-color: var(--sp-accent); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); }
.sp-benefit-icon { flex-shrink: 0; width: 54px; height: 54px; background: #f8fafc; color: var(--sp-accent); display: grid; place-items: center; border-radius: 16px; transition: 0.3s ease; }
.sp-benefit-card:hover .sp-benefit-icon { background: var(--sp-accent); color: #fff; }
.sp-benefit-info h3 { font-size: 20px; font-weight: 700; color: var(--sp-dark); margin: 0 0 8px; }
.sp-benefit-info p { font-size: 15px; color: var(--sp-text); line-height: 1.6; margin: 0; }
.sp-cta-wrapper { margin-top: 60px; text-align: center; }
.sp-cta-btn-dark {
	display: inline-block; background: var(--sp-dark); color: #fff; padding: 16px 32px; border-radius: 14px;
	text-decoration: none; font-weight: 600; font-size: 16px; transition: all 0.3s ease;
	box-shadow: 0 15px 30px rgba(15, 23, 42, 0.15);
}
.sp-cta-btn-dark:hover { background: var(--sp-accent); transform: translateY(-3px); box-shadow: 0 20px 40px rgba(0, 160, 180, 0.25); }
@media (max-width: 768px) { .sp-benefits-grid { grid-template-columns: 1fr; } .sp-benefit-card { padding: 25px; } }

.sp-pricing-v3 { padding: 80px 0; background: #fdfdfd; font-family: 'Inter', sans-serif; }
.sp-pricing-v3 .sp-head { text-align: center; margin-bottom: 50px; }
.sp-pricing-v3 .sp-badge { display: inline-block; padding: 5px 12px; background: rgba(0, 160, 180, 0.1); color: var(--sp-accent); border-radius: 99px; font-size: 11px; font-weight: 800; text-transform: uppercase; margin-bottom: 10px; }
.sp-pricing-v3 .sp-head h2 { font-size: 36px; font-weight: 800; color: var(--sp-dark); margin: 0 0 10px; }
.sp-pricing-v3 .sp-head p { color: var(--sp-text); max-width: 550px; margin: auto; font-size: 16px; }
.sp-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.sp-price-card { background: #fff; padding: 35px 25px; border-radius: 24px; border: 1px solid rgba(0,0,0,0.06); display: flex; flex-direction: column; position: relative; transition: 0.3s; }
.sp-price-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }
.sp-featured { border: 2px solid var(--sp-accent); box-shadow: 0 15px 40px rgba(0, 160, 180, 0.1); }
.sp-popular-badge { position: absolute; top: -12px; right: 20px; background: var(--sp-accent); color: white; padding: 4px 12px; border-radius: 50px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.sp-price-header h3 { font-size: 22px; font-weight: 800; margin: 0 0 5px; }
.sp-price-header p { font-size: 13px; color: var(--sp-text); margin-bottom: 25px; }
.sp-price-features { list-style: none; padding: 0; margin: 0 0 30px; flex-grow: 1; }
.sp-price-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; margin-bottom: 12px; color: #334155; }
.sp-price-features svg { width: 16px; height: 16px; color: var(--sp-accent); flex-shrink: 0; }
.sp-price-btn { display: block; text-align: center; padding: 12px; border-radius: 12px; background: #f1f5f9; color: var(--sp-dark); text-decoration: none; font-weight: 700; font-size: 14px; }
.sp-btn-accent { background: var(--sp-accent); color: white; }
@media (max-width: 1024px) { .sp-pricing-grid { grid-template-columns: repeat(2, 1fr); } .sp-enterprise { grid-column: span 2; } }
@media (max-width: 700px) { .sp-pricing-grid { grid-template-columns: 1fr; } .sp-enterprise { grid-column: span 1; } .sp-pricing-v3 { padding: 60px 0; } }

.sp-faq-v4 { padding: 100px 0; background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%); font-family: 'Inter', -apple-system, sans-serif; }
.sp-faq-v4 .sp-container { width: min(850px, 92%); margin: auto; }
.sp-faq-v4 .sp-head { text-align: left; margin-bottom: 50px; }
.sp-faq-v4 .sp-badge { display: inline-block; padding: 6px 14px; background: rgba(0, 160, 180, 0.1); color: var(--sp-accent); border-radius: 99px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 12px; }
.sp-faq-v4 .sp-head h2 { font-size: clamp(30px, 5vw, 40px); font-weight: 800; color: var(--sp-dark); letter-spacing: -0.03em; margin: 0 0 15px; }
.sp-faq-v4 .sp-head p { color: var(--sp-text); font-size: 17px; line-height: 1.6; margin: 0; }
.sp-faq-wrapper { display: flex; flex-direction: column; gap: 15px; }
.sp-faq-wrapper .sp-faq-item { background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); transition: all 0.3s ease; }
.sp-faq-toggle { display: none; }
.sp-faq-q { padding: 24px 30px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; user-select: none; font-weight: 700; font-size: 18px; color: var(--sp-dark); transition: 0.3s; }
.sp-faq-ico { width: 36px; height: 36px; background: #f8fafc; border-radius: 12px; display: grid; place-items: center; color: var(--sp-accent); transition: 0.3s ease; }
.sp-faq-wrapper .sp-faq-item:hover { border-color: var(--sp-accent); }
.sp-faq-a { max-height: 0; overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.sp-faq-inner { padding: 0 30px 30px 30px; color: var(--sp-text); font-size: 16px; line-height: 1.7; }
.sp-faq-toggle:checked + .sp-faq-q { color: var(--sp-accent); }
.sp-faq-toggle:checked + .sp-faq-q .sp-faq-ico { transform: rotate(45deg); background: var(--sp-accent); color: white; }
.sp-faq-toggle:checked + .sp-faq-q + .sp-faq-a { max-height: 500px; }
.sp-faq-foot { margin-top: 40px; display: flex; align-items: center; gap: 20px; }
.sp-cta-btn-accent { background: var(--sp-accent); color: white; text-decoration: none; padding: 14px 28px; border-radius: 16px; font-weight: 700; box-shadow: 0 10px 25px rgba(0, 160, 180, 0.25); transition: 0.3s; }
.sp-cta-btn-accent:hover { transform: translateY(-2px); box-shadow: 0 15px 35px rgba(0, 160, 180, 0.35); }
.sp-faq-foot p { font-size: 14px; color: var(--sp-text); margin: 0; }
@media (max-width: 600px) {
	.sp-faq-q { padding: 20px; font-size: 16px; }
	.sp-faq-inner { padding: 0 20px 20px; font-size: 15px; }
	.sp-faq-foot { flex-direction: column; align-items: flex-start; gap: 15px; }
}

#imHeader {
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100% !important;
	grid-column: 1 / -1 !important;
}
#imHeaderObjects {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	height: auto !important;
	width: min(1140px, 100%) !important;
	margin: 0 auto;
	padding: 1rem 1.5rem;
	box-sizing: border-box;
}
#imHeader_imObjectImage_03_wrapper { flex: 0 0 auto; }
#imHeader_imMenuObject_02_wrapper { flex: 1 1 auto; }
#imHeader_pluginAppObj_04_wrapper { flex: 0 0 auto; }
#imHeader_imMenuObject_02_container > ul[data-spd-menu] {
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 1.5rem;
	align-items: center;
}
#imHeader_pluginAppObj_04 .wrapper {
	display: flex;
	gap: .5rem;
}
#imHeader_pluginAppObj_04 .social-icon a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}
#imHeader_pluginAppObj_04 .social-icon svg {
	width: 20px;
	height: 20px;
}
#imHeader_pluginAppObj_04 .social-icon .fallbacktext {
	display: none;
}

#imFooterObjects {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: space-between;
	color: #fff;
	padding: 3rem 0;
	height: auto !important;
}
#imFooterObjects .imFooter-col {
	flex: 1 1 220px;
}
#imFooterObjects a {
	color: #fff;
}
#imFooterObjects .imFooter-legal {
	flex-basis: 100%;
	opacity: .6;
	font-size: .85em;
}

/* Podmeni "Usluge" */
li.imLevel {
	position: relative;
}
li.imLevel > .label-wrapper {
	cursor: pointer;
}
li.imLevel > .label-wrapper .label::after {
	content: "▼";
	display: inline-block;
	font-size: .6em;
	margin-inline-start: .4em;
}
li.imLevel .toggle-submenu {
	position: absolute !important;
	inset: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	clip: auto !important;
	font-size: 0 !important;
	color: transparent !important;
	background: transparent !important;
	border: 0 !important;
}
li.imLevel > ul.open-bottom {
	display: none;
	position: absolute;
	top: 100%;
	inset-inline-start: 0;
	background: #fff;
	min-width: 220px;
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
	z-index: 500;
}
li.imLevel.spd-submenu-open > ul.open-bottom,
li.imLevel:hover > ul.open-bottom {
	display: block !important;
}
li.imLevel > ul.open-bottom li {
	display: block;
}

/* Hamburger mobilni meni */
@media (min-width: 1140px) {
	button.hamburger-button { display: none; }
	.hamburger-menu-background-container { display: none; }
	ul[data-spd-menu] { display: flex; }
	ul[data-spd-menu].hidden { display: flex; }
}
@media (max-width: 1139.9px) {
	#imHeader_imMenuObject_02_container > ul[data-spd-menu] {
		display: none;
		position: fixed;
		inset: 0;
		background: #fff;
		z-index: 10000;
		padding: 5rem 1.5rem 2rem;
		overflow-y: auto;
		gap: 0;
	}
	#imHeader_imMenuObject_02_container > ul[data-spd-menu]:not(.hidden) {
		display: block;
	}

	/* Poništi WSX5 fiksne kutije za horizontalni meni (110x54px) - u mobilnom
	   punom prikazu stavke moraju biti pun-širine, jedna ispod druge. */
	#imHeader_imMenuObject_02_container > ul[data-spd-menu] > li,
	#imHeader_imMenuObject_02_container > ul[data-spd-menu] > li > div {
		display: block;
		width: 100%;
		margin: 0;
	}
	#imHeader_imMenuObject_02_container > ul[data-spd-menu] > li > .label-wrapper,
	#imHeader_imMenuObject_02_container > ul[data-spd-menu] > li > div > .label-wrapper {
		display: block;
		width: 100%;
		height: auto;
		overflow: visible;
		padding: 1rem 0;
		border: 0;
		border-bottom: 1px solid rgba(15, 23, 42, .08);
	}
	#imHeader_imMenuObject_02_container > ul[data-spd-menu] .label-inner-wrapper {
		display: block;
		width: 100%;
		height: auto;
	}
	#imHeader_imMenuObject_02_container > ul[data-spd-menu] .label-wrapper .label {
		display: block;
		width: 100%;
		height: auto;
		text-align: start;
		font-size: 1.05rem;
		font-weight: 700;
		color: var(--sp-dark);
	}
	#imHeader_imMenuObject_02_container > ul[data-spd-menu] .label-wrapper .label::after {
		float: inline-end;
	}

	li.imLevel > ul.open-bottom {
		position: static;
		box-shadow: none;
		display: none;
		background: transparent;
		min-width: 0;
	}
	li.imLevel.spd-submenu-open > ul.open-bottom {
		display: block;
	}
	#imHeader_imMenuObject_02 ul ul li {
		display: block;
		width: 100%;
		margin: 0;
	}
	#imHeader_imMenuObject_02 ul ul .label-wrapper {
		display: block;
		width: 100%;
		height: auto;
		overflow: visible;
		padding: .75rem 0 .75rem 1rem;
		border: 0;
	}
	#imHeader_imMenuObject_02 ul ul .label {
		display: block;
		width: 100%;
		height: auto;
		text-align: start;
		font-size: 1rem;
		color: var(--sp-text);
	}

	/* Dugme za zatvaranje menija - fiksirano gore desno, iznad panela */
	.hamburger-menu-background.hidden {
		display: none;
	}
	.hamburger-menu-background {
		position: fixed;
		top: 0;
		inset-inline-end: 0;
		z-index: 10010;
		width: auto;
		height: auto;
		background: transparent;
	}
	.hamburger-menu-close-button {
		display: block;
		font-family: Arial, sans-serif;
		font-size: 32px;
		line-height: 1;
		padding: 1.25rem 1.5rem;
		color: var(--sp-dark);
		background: transparent;
		border: 0;
		cursor: pointer;
	}
}

/* ===== Portfolio ===== */
.sp-portfolio-section { padding: 90px 0 100px; background: #fcfdfe; font-family: 'Inter', sans-serif; }
.sp-portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.sp-portfolio-card { background: #fff; border-radius: 22px; overflow: hidden; border: 1px solid var(--sp-border); transition: transform .3s ease, box-shadow .3s ease; }
.sp-portfolio-card:hover { transform: translateY(-6px); box-shadow: 0 25px 50px rgba(15,23,42,.1); }
.sp-portfolio-img { display: block; height: 200px; background-size: cover; background-position: top center; }
.sp-portfolio-body { padding: 24px; }
.sp-portfolio-body h3 { font-size: 19px; font-weight: 800; color: var(--sp-dark); margin: 0 0 10px; }
.sp-portfolio-body p { font-size: 14px; color: var(--sp-text); line-height: 1.6; margin: 0 0 16px; }
.sp-portfolio-link { color: var(--sp-accent); font-weight: 800; text-decoration: none; font-size: 14px; }
.sp-portfolio-link:hover { text-decoration: underline; }
@media (max-width: 900px) { .sp-portfolio-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .sp-portfolio-grid { grid-template-columns: 1fr; } }

/* Pravni sadržaj (politika privatnosti) */
.sp-legal-content { color: #334155; font-size: 16px; line-height: 1.8; }
.sp-legal-content > div { margin-bottom: 26px; }
.sp-legal-content b { display: block; color: var(--sp-dark); font-size: 19px; margin-bottom: 8px; }
.sp-legal-content a { color: var(--sp-accent); }

/* Brzi kontakt (WhatsApp/Viber) */
.sp-quick-contact {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9000;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.sp-quick-btn {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 8px 20px rgba(0,0,0,.2);
	transition: transform .2s ease;
}
.sp-quick-btn:hover { transform: scale(1.08); }
.sp-quick-btn svg { width: 26px; height: 26px; }
.sp-quick-whatsapp { background: #25D366; }
.sp-quick-viber { background: #7360F2; }
.sp-quick-top {
	background: var(--sp-dark);
	border: 0;
	cursor: pointer;
	opacity: 0;
	transform: translateY(8px);
	pointer-events: none;
	transition: transform .2s ease, opacity .2s ease;
}
.sp-quick-top.sp-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
@media (max-width: 600px) {
	.sp-quick-contact { right: 14px; bottom: 14px; gap: 10px; }
	.sp-quick-btn { width: 46px; height: 46px; }
	.sp-quick-btn svg { width: 22px; height: 22px; }
}

/* Cookie banner */
.sp-cookie-banner {
	position: fixed;
	left: 0; right: 0; bottom: 0;
	z-index: 9500;
	background: #fff;
	border-top: 1px solid var(--sp-border);
	box-shadow: 0 -10px 30px rgba(0,0,0,.08);
	padding: 18px 20px;
	font-family: 'Inter', sans-serif;
}
.sp-cookie-banner[hidden] { display: none; }
.sp-cookie-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.sp-cookie-inner p {
	margin: 0;
	font-size: 14px;
	color: var(--sp-text);
	line-height: 1.6;
	flex: 1 1 400px;
}
.sp-cookie-inner a { color: var(--sp-accent); }
.sp-cookie-actions {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}
.sp-cookie-actions .sp-btn {
	padding: 10px 20px;
	font-size: 14px;
	border: none;
	cursor: pointer;
}
@media (max-width: 700px) {
	.sp-cookie-inner { flex-direction: column; align-items: stretch; text-align: center; }
	.sp-cookie-actions { justify-content: center; }
}
