/*
Theme Name: UniqueSmile
Theme URI: https://uniquesmile.hr
Author: BozooArt
Author URI: https://www.bozooart.com
Description: Ordinacija dentalne medicine - Unique Smile
Version: 2.0
License: Commercial
Requires at least: 6.0
Requires PHP: 7.4

#772a82 - primary (purple)
#332e80 - secondary (dark blue)
*/

/* =============================================
   CSS Variables
   ============================================= */
:root {
	--p: #772a82;
	--p-d: #5D1F66;
	--p-l: #A855B5;
	--p-pale: #F3E8F5;
	--p-soft: #EDD9F0;
	--s: #332e80;
	--s-l: #5450A8;
	--dark: #1C1030;
	--text: #3D2B52;
	--muted: #8A70A0;
	--off: #FAF8FC;
	--cream: #F2EEF7;
	--border: #E5D8EE;
	--white: #fff;
	--grad: linear-gradient(135deg, #772a82 0%, #332e80 100%);
	--ease: cubic-bezier(.4, 0, .2, 1);
}

/* =============================================
   Reset & Base
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	line-height: 1.75;
	color: var(--text);
	background: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: #772a82; text-decoration: none; transition: all .3s ease; }
a:hover { color: #332e80; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #332e80;
}

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

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.row > [class*="col-"] { padding: 0 15px; }

.col-1  { flex: 0 0 8.33%;  max-width: 8.33%; }
.col-2  { flex: 0 0 16.66%; max-width: 16.66%; }
.col-3  { flex: 0 0 25%;    max-width: 25%; }
.col-4  { flex: 0 0 33.33%; max-width: 33.33%; }
.col-5  { flex: 0 0 41.66%; max-width: 41.66%; }
.col-6  { flex: 0 0 50%;    max-width: 50%; }
.col-7  { flex: 0 0 58.33%; max-width: 58.33%; }
.col-8  { flex: 0 0 66.66%; max-width: 66.66%; }
.col-9  { flex: 0 0 75%;    max-width: 75%; }
.col-10 { flex: 0 0 83.33%; max-width: 83.33%; }
.col-11 { flex: 0 0 91.66%; max-width: 91.66%; }
.col-12 { flex: 0 0 100%;   max-width: 100%; }

/* =============================================
   Icon Font
   ============================================= */
@font-face {
	font-family: 'uniquesmile';
	src: url('font/uniquesmile.eot?18739279');
	src: url('font/uniquesmile.eot?18739279#iefix') format('embedded-opentype'),
	     url('font/uniquesmile.woff2?18739279') format('woff2'),
	     url('font/uniquesmile.woff?18739279') format('woff'),
	     url('font/uniquesmile.ttf?18739279') format('truetype'),
	     url('font/uniquesmile.svg?18739279#uniquesmile') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "uniquesmile";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-face:before { content: '\e800'; }
.icon-insta:before { content: '\e801'; }
.icon-logo:before { content: '\e802'; }
.icon-smile:before { content: '\e803'; }
.icon-2:before { content: '\e804'; }
.icon-3:before { content: '\e805'; }
.icon-4:before { content: '\e806'; }
.icon-5:before { content: '\e807'; }
.icon-6:before { content: '\e808'; }
.icon-7:before { content: '\e809'; }
.icon-8:before { content: '\e80a'; }
.icon-9:before { content: '\e80b'; }
.icon-1:before { content: '\e80c'; }

/* =============================================
   Buttons
   ============================================= */
.btn {
	display: inline-block;
	padding: 16px 50px;
	border-radius: 50px;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	border: none;
	cursor: pointer;
	transition: all .3s ease;
	text-align: center;
}

.btn-primary {
	background: #772a82;
	color: #fff;
}

.btn-primary:hover {
	background: #332e80;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(119, 42, 130, .3);
}

.btn-white {
	background: #fff;
	color: #772a82;
}

.btn-white:hover {
	background: #f8f8f8;
	color: #332e80;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0,0,0,.15);
}

.btn-lg {
	padding: 20px 80px;
	font-size: 17px;
}

/* =============================================
   Header
   ============================================= */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(255,255,255,.95);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(119, 42, 130, .06);
	box-shadow: none;
	transition: all .4s var(--ease);
}

.site-header.scrolled {
	background: rgba(255,255,255,.98);
	box-shadow: 0 4px 30px rgba(51, 46, 128, .08);
	border-bottom-color: transparent;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	transition: padding .4s var(--ease);
}

.site-header.scrolled .header-inner {
	padding: 10px 0;
}

.site-logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.site-logo a {
	display: flex;
	align-items: center;
	border: none;
	text-decoration: none;
}

.site-logo .custom-logo-link {
	display: flex;
	align-items: center;
}

.site-logo img,
.site-logo .site-logo-img {
	height: 55px;
	width: auto;
	max-width: 220px;
	display: block;
	transition: height .3s var(--ease);
}

.site-header.scrolled .site-logo img,
.site-header.scrolled .site-logo .site-logo-img {
	height: 42px;
}

.site-logo .icon-logo {
	font-size: 50px;
	color: #772a82;
	transition: font-size .3s var(--ease);
}

.site-header.scrolled .site-logo .icon-logo {
	font-size: 40px;
}

/* Navigation */
.main-nav ul {
	list-style: none;
	display: flex;
	gap: 6px;
	align-items: center;
}

.main-nav a {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--dark);
	padding: 10px 22px;
	border-radius: 50px;
	transition: all .3s var(--ease);
	position: relative;
}

.main-nav a::after {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 0;
	height: 2px;
	background: var(--p);
	border-radius: 2px;
	transition: width .3s var(--ease), left .3s var(--ease);
}

.main-nav a:hover::after,
.main-nav .current-menu-item a::after,
.main-nav .current_page_item a::after {
	width: 50%;
	left: 25%;
}

.main-nav a:hover,
.main-nav .current-menu-item a,
.main-nav .current_page_item a {
	color: var(--p);
	background: transparent;
}

.main-nav li:last-child a {
	background: var(--grad);
	color: #fff;
	padding: 12px 30px;
	box-shadow: 0 4px 15px rgba(119, 42, 130, .25);
	border: none;
}

.main-nav li:last-child a::after { display: none; }

.main-nav li:last-child a:hover {
	background: linear-gradient(135deg, #332e80 0%, #772a82 100%);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(119, 42, 130, .35);
}

/* Mobile menu toggle */
.menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 12px;
	flex-direction: column;
	gap: 6px;
	border-radius: 10px;
	transition: background .3s;
}

.menu-toggle:hover { background: var(--p-pale); }

.menu-toggle span {
	display: block;
	width: 28px;
	height: 2.5px;
	background: var(--s);
	border-radius: 2px;
	transition: all .3s var(--ease);
}

.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

/* =============================================
   Hero Modern
   ============================================= */
.hero-modern {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-modern-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
	transform: scale(1.02);
	animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
	from { transform: scale(1); }
	to { transform: scale(1.08); }
}

.hero-modern-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(51,46,128,.88) 0%, rgba(119,42,130,.72) 60%, rgba(119,42,130,.4) 100%);
	z-index: 1;
}

.hero-modern-inner {
	position: relative;
	z-index: 2;
	padding: 160px 0 120px;
}

.hero-modern-text { max-width: 650px; }

.hero-badge {
	display: inline-block;
	background: rgba(255,255,255,.15);
	backdrop-filter: blur(10px);
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 8px 20px;
	border-radius: 50px;
	border: 1px solid rgba(255,255,255,.2);
	margin-bottom: 30px;
}

/* Eyebrow */
.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .65rem;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--p);
	margin-bottom: 1rem;
}

.eyebrow::before {
	content: '';
	width: 24px;
	height: 1.5px;
	background: var(--p);
	flex-shrink: 0;
}

.eyebrow--light { color: rgba(255,255,255,.5); }
.eyebrow--light::before { background: rgba(255,255,255,.3); }

.eyebrow-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--p-l);
	flex-shrink: 0;
}

.eyebrow--light .eyebrow-dot { background: var(--p-l); }

.hero-modern h1 {
	font-size: clamp(48px, 7vw, 82px);
	color: #fff;
	font-weight: 200;
	line-height: 1.08;
	margin-bottom: 25px;
	letter-spacing: -.02em;
}

.hero-modern h1 strong {
	font-weight: 700;
	display: block;
	background: linear-gradient(90deg, #D494E0, #9B85D0 60%, #D494E0);
	background-size: 200% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: shimmer 4s linear 1.5s infinite;
}

@keyframes shimmer { from { background-position: 0 0; } to { background-position: 200% 0; } }

.hero-lead {
	font-size: 22px;
	color: rgba(255,255,255,.85);
	line-height: 1.7;
	margin-bottom: 40px;
	max-width: 500px;
}

.hero-actions {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.btn-ghost {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255,255,255,.35);
}

.btn-ghost:hover {
	background: #fff;
	color: var(--dark);
	border-color: #fff;
	transform: translateY(-2px);
}

.btn-outline {
	background: transparent;
	color: var(--p);
	border: 1.5px solid var(--p);
}

.btn-outline:hover {
	background: var(--p);
	color: #fff;
	transform: translateY(-2px);
}

.btn-outline-dark {
	background: transparent;
	color: var(--dark);
	border: 1.5px solid var(--dark);
}

.btn-outline-dark:hover {
	background: var(--dark);
	color: #fff;
	transform: translateY(-2px);
}

.btn-arrow { transition: transform .2s; flex-shrink: 0; }
.btn:hover .btn-arrow { transform: translateX(3px); }

.hero-scroll-indicator {
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.hero-scroll-indicator span {
	display: block;
	width: 24px;
	height: 40px;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 12px;
	position: relative;
}

.hero-scroll-indicator span::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 50%;
	width: 4px;
	height: 8px;
	background: #fff;
	border-radius: 2px;
	transform: translateX(-50%);
	animation: scrollBounce 1.8s ease-in-out infinite;
}

@keyframes scrollBounce {
	0%, 100% { top: 6px; opacity: 1; }
	50% { top: 18px; opacity: .3; }
}

/* =============================================
   Trust Bar
   ============================================= */
.trust-bar {
	background: #fff;
	padding: 0;
	position: relative;
	z-index: 5;
	margin-top: -50px;
}

.trust-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 15px 50px rgba(0,0,0,.08);
	overflow: hidden;
}

.trust-item {
	padding: 35px 25px;
	text-align: center;
	border-right: 1px solid #f0f0f0;
	transition: background .3s;
}

.trust-item:last-child { border-right: none; }
.trust-item:hover { background: #faf7fb; }

.trust-item strong {
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #772a82;
	margin-bottom: 5px;
}

.trust-item span {
	font-size: 16px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: .05em;
}

/* =============================================
   Intro Bar (replaces trust bar on homepage)
   ============================================= */
.intro-bar {
	background: #fff;
	border-bottom: 1px solid var(--border);
	position: relative;
	z-index: 5;
}

.intro-bar-inner {
	max-width: 100%;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.ib-item {
	padding: 28px 22px;
	border-right: 1px solid var(--border);
	display: flex;
	align-items: flex-start;
	gap: 14px;
	transition: background .25s;
}

.ib-item:last-child { border-right: none; }
.ib-item:hover { background: var(--cream); }

.ib-icon {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	flex-shrink: 0;
	background: var(--p-pale);
	border: 1.5px solid var(--p-soft);
	display: flex;
	align-items: center;
	justify-content: center;
}

.ib-icon svg { width: 18px; height: 18px; stroke: var(--p); }

.ib-text h4 {
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--dark);
	margin-bottom: 3px;
}

.ib-text p {
	font-size: 16px;
	color: var(--muted);
	line-height: 1.5;
	margin: 0;
}

/* =============================================
   Homepage Services Section
   ============================================= */
.hp-services {
	padding: 120px 0 100px;
	background: var(--off);
}

.hp-services-header {
	text-align: center;
	max-width: 650px;
	margin: 0 auto 60px;
}

.hp-services-header .eyebrow {
	justify-content: center;
	margin-bottom: 18px;
}

.hp-services-header h2 {
	font-size: clamp(32px, 4vw, 48px);
	color: var(--dark);
	line-height: 1.15;
	margin-bottom: 18px;
}

.hp-services-header h2 strong {
	color: var(--p);
	font-weight: 700;
}

.hp-services-header p {
	font-size: 18px;
	color: var(--muted);
	line-height: 1.7;
}

.hp-services-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

/* --- Service Card --- */
.hp-svc-card {
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid var(--border);
	transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}

.hp-svc-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 60px rgba(119, 42, 130, .1);
}

/* Card image */
.hp-svc-card-img {
	position: relative;
	height: 260px;
	overflow: hidden;
}

.hp-svc-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s var(--ease);
}

.hp-svc-card:hover .hp-svc-card-img img {
	transform: scale(1.06);
}

.hp-svc-card-img-tint {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(28, 16, 48, .35) 100%);
}

.hp-svc-num {
	position: absolute;
	top: 20px;
	right: 24px;
	font-family: 'Quicksand', sans-serif;
	font-size: 64px;
	font-weight: 700;
	color: rgba(255,255,255,.12);
	line-height: 1;
}

/* Card body */
.hp-svc-card-body {
	padding: 36px 36px 40px;
}

.hp-svc-icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: var(--p-pale);
	border: 1.5px solid var(--p-soft);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: transform .3s var(--ease), background .3s;
}

.hp-svc-card:hover .hp-svc-icon {
	transform: rotate(-6deg) scale(1.08);
	background: var(--p-soft);
}

.hp-svc-icon svg {
	width: 22px;
	height: 22px;
	stroke: var(--p);
}

.hp-svc-label {
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--p);
	margin-bottom: 10px;
}

.hp-svc-card-body h3 {
	font-size: clamp(24px, 2.5vw, 30px);
	font-weight: 600;
	color: var(--dark);
	margin-bottom: 12px;
	line-height: 1.25;
}

.hp-svc-card-body > p {
	font-size: 17px;
	line-height: 1.7;
	color: var(--text);
	margin-bottom: 24px;
}

/* Service list inside card */
.hp-svc-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 20px;
}

.hp-svc-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 16px;
	color: var(--text);
	line-height: 1.45;
	padding: 8px 0;
	border-bottom: 1px solid var(--cream);
}

.hp-svc-list li:last-child,
.hp-svc-list li:nth-last-child(1) { border-bottom: none; }

.hp-svc-list li svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin-top: 3px;
	stroke: var(--p);
}

/* CTA under cards */
.hp-services-cta {
	text-align: center;
	margin-top: 50px;
}

/* --- Animation triggers --- */
.hp-svc-card {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity .7s var(--ease), transform .7s var(--ease), box-shadow .5s var(--ease);
}

.hp-services.in .hp-svc-card { opacity: 1; transform: translateY(0); }
.hp-services.in .hp-svc-card:nth-child(2) { transition-delay: .15s; }

.hp-svc-list li {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .35s var(--ease), transform .35s var(--ease);
}

.hp-services.in .hp-svc-list li { opacity: 1; transform: none; }
.hp-services.in .hp-svc-card:nth-child(1) .hp-svc-list li:nth-child(1) { transition-delay: .3s; }
.hp-services.in .hp-svc-card:nth-child(1) .hp-svc-list li:nth-child(2) { transition-delay: .35s; }
.hp-services.in .hp-svc-card:nth-child(1) .hp-svc-list li:nth-child(3) { transition-delay: .4s; }
.hp-services.in .hp-svc-card:nth-child(1) .hp-svc-list li:nth-child(4) { transition-delay: .45s; }
.hp-services.in .hp-svc-card:nth-child(1) .hp-svc-list li:nth-child(5) { transition-delay: .5s; }
.hp-services.in .hp-svc-card:nth-child(1) .hp-svc-list li:nth-child(6) { transition-delay: .55s; }
.hp-services.in .hp-svc-card:nth-child(2) .hp-svc-list li:nth-child(1) { transition-delay: .45s; }
.hp-services.in .hp-svc-card:nth-child(2) .hp-svc-list li:nth-child(2) { transition-delay: .5s; }
.hp-services.in .hp-svc-card:nth-child(2) .hp-svc-list li:nth-child(3) { transition-delay: .55s; }
.hp-services.in .hp-svc-card:nth-child(2) .hp-svc-list li:nth-child(4) { transition-delay: .6s; }
.hp-services.in .hp-svc-card:nth-child(2) .hp-svc-list li:nth-child(5) { transition-delay: .65s; }
.hp-services.in .hp-svc-card:nth-child(2) .hp-svc-list li:nth-child(6) { transition-delay: .7s; }

/* =============================================
   About Split
   ============================================= */
.about-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 600px;
}

.about-split-img {
	position: relative;
	overflow: hidden;
	background: var(--dark);
}

.about-split-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: transform 1s var(--ease);
}

.about-split:hover .about-split-img img { transform: scale(1.03); }

.about-split-tint {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(119,42,130,.2) 0%, rgba(51,46,128,.3) 100%);
}

.about-badge {
	position: absolute;
	bottom: 3rem;
	right: 0;
	background: var(--grad);
	color: #fff;
	padding: 18px 28px 18px 22px;
	border-radius: 14px 0 0 14px;
	box-shadow: 0 8px 32px rgba(119,42,130,.35);
}

.about-badge strong {
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	font-weight: 600;
	display: block;
}

.about-badge span {
	font-size: 16px;
	letter-spacing: .1em;
	text-transform: uppercase;
	opacity: .8;
}

.about-split-content {
	background: var(--cream);
	padding: 5rem 4.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0;
}

.about-split-content h2 {
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 600;
	color: var(--dark);
	margin-bottom: 20px;
	line-height: 1.2;
}

.about-split-content > p {
	font-size: 18px;
	line-height: 1.8;
	color: var(--text);
	margin-bottom: 15px;
}

.about-creds {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-top: 22px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid var(--border);
}

.cred {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.cred-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	flex-shrink: 0;
	background: var(--p-pale);
	border: 1.5px solid var(--p-soft);
	display: flex;
	align-items: center;
	justify-content: center;
}

.cred-icon svg { width: 15px; height: 15px; stroke: var(--p); }

.cred h4 {
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--dark);
	margin-bottom: 2px;
}

.cred p {
	font-size: 16px;
	color: var(--muted);
	margin: 0;
	line-height: 1.5;
}

/* =============================================
   Blog Split
   ============================================= */
.blog-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 480px;
}

.blog-split-featured {
	position: relative;
	overflow: hidden;
	background: var(--dark);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.blog-split-featured > img,
.blog-split-featured > .wp-post-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .45;
	transition: transform 1s var(--ease);
}

.blog-split:hover .blog-split-featured > img,
.blog-split:hover .blog-split-featured > .wp-post-image {
	transform: scale(1.04);
}

.blog-split-featured-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(28,16,48,.92) 0%, transparent 55%);
}

.blog-split-featured-content {
	position: relative;
	z-index: 1;
	padding: 40px;
}

.blog-cat-badge {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	background: rgba(119,42,130,.7);
	color: #fff;
	padding: 4px 12px;
	border-radius: 100px;
	margin-bottom: 14px;
}

.blog-split-featured-content h3 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 10px;
}

.blog-split-featured-content h3 a { color: #fff; }

.blog-split-featured-content p {
	font-size: 16px;
	color: rgba(255,255,255,.55);
	line-height: 1.6;
	margin-bottom: 16px;
}

.blog-read-more {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--p-l);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.blog-read-more svg { transition: transform .2s; }
.blog-split-featured:hover .blog-read-more svg { transform: translateX(4px); }

.blog-split-list {
	background: var(--off);
	display: flex;
	flex-direction: column;
}

.blog-split-list-header {
	padding: 30px 35px 20px;
	border-bottom: 1px solid var(--border);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.blog-split-list-header h2 {
	font-size: 24px;
	font-weight: 600;
	color: var(--dark);
}

.blog-split-item {
	padding: 20px 35px;
	border-bottom: 1px solid var(--border);
	display: flex;
	gap: 16px;
	align-items: flex-start;
	transition: background .2s;
	color: inherit;
}

.blog-split-item:hover { background: var(--cream); }

.blog-split-item-thumb {
	width: 72px;
	height: 56px;
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
}

.blog-split-item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s;
}

.blog-split-item:hover .blog-split-item-thumb img { transform: scale(1.08); }

.blog-split-item-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 5px;
}

.blog-item-cat-tag {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--p);
	background: var(--p-pale);
	padding: 2px 8px;
	border-radius: 100px;
}

.blog-split-item-meta time {
	font-size: 16px;
	color: var(--muted);
}

.blog-split-item h4 {
	font-size: 17px;
	font-weight: 600;
	color: var(--dark);
	line-height: 1.4;
}

/* =============================================
   Scroll To Top
   ============================================= */
.scroll-top {
	position: fixed;
	bottom: 2rem;
	right: 1.5rem;
	z-index: 400;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--grad);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 18px rgba(119,42,130,.35);
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
	transition: opacity .3s, transform .3s;
	cursor: pointer;
	border: none;
}

.scroll-top svg { width: 18px; height: 18px; }
.scroll-top.show { opacity: 1; transform: none; pointer-events: auto; }
.scroll-top:hover { transform: translateY(-3px); }

/* =============================================
   Reveal Animations
   ============================================= */
.rv {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .65s var(--ease), transform .65s var(--ease);
}

.rv.in { opacity: 1; transform: none; }

/* =============================================
   Section Styles
   ============================================= */
.section {
	padding: 100px 0;
}

.section-title {
	font-size: 45px;
	color: #772a82;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 60px;
}

.section-subtitle {
	font-size: 16px;
	color: #332e80;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

/* =============================================
   Section Headers (Modern)
   ============================================= */
.section-header-modern {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 60px;
}

.section-label {
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #772a82;
	background: rgba(119, 42, 130, .08);
	padding: 6px 18px;
	border-radius: 50px;
	margin-bottom: 18px;
}

.section-header-modern h2 {
	font-size: clamp(32px, 4vw, 45px);
	color: #1a1a2e;
	margin-bottom: 15px;
}

.section-header-modern p {
	font-size: 18px;
	color: #666;
	line-height: 1.7;
}

/* =============================================
   Services Modern (Homepage)
   ============================================= */
.services-modern {
	padding: 120px 0 100px;
	background: #fafafa;
}

.services-modern-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.service-modern-card {
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,.04);
	transition: all .4s ease;
	border: 1px solid #f0f0f0;
}

.service-modern-card:hover {
	box-shadow: 0 20px 50px rgba(0,0,0,.08);
	transform: translateY(-5px);
}

.service-modern-card-image {
	height: 240px;
	overflow: hidden;
}

.service-modern-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}

.service-modern-card:hover .service-modern-card-image img {
	transform: scale(1.05);
}

.service-modern-card-body {
	padding: 35px;
}

.service-modern-label {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #772a82;
	margin-bottom: 10px;
}

.service-modern-card--secondary .service-modern-label {
	color: #332e80;
}

.service-modern-card h3 {
	font-size: 26px;
	color: #1a1a2e;
	margin-bottom: 20px;
}

.service-modern-card ul {
	list-style: none;
	padding: 0;
}

.service-modern-card li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 10px 0;
	font-size: 17px;
	color: #444;
	border-bottom: 1px solid #f5f5f5;
}

.service-modern-card li:last-child { border-bottom: none; }

.service-modern-card--primary li svg { color: #772a82; flex-shrink: 0; margin-top: 2px; }
.service-modern-card--secondary li svg { color: #332e80; flex-shrink: 0; margin-top: 2px; }

/* =============================================
   Services Page (with icons from CPT)
   ============================================= */
#services { padding: 60px 0; text-align: center; }
#services h2 { color: #772a82; text-transform: uppercase; font-weight: 700; text-align: center; font-size: 45px; margin-bottom: 20px; }
#services h3 { color: #332e80; text-transform: uppercase; text-align: center; font-size: 28px; margin-bottom: 30px; }
#services h4 { font-size: 17px; text-align: center; line-height: 1.4em; margin: 0 7px; font-weight: 600; }

#services .first-group { margin-bottom: 80px; }
#services .second-group .row { justify-content: center; }

#services .icon {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: linear-gradient(135deg, #f8f4f9 0%, #eee8f0 100%);
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s ease;
}

#services .icon:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 30px rgba(119, 42, 130, .15);
}

#services .icon i {
	color: #332e80;
	font-size: 60px;
}

#services .icon .icon-1 { font-size: 75px; }
#services .icon .icon-2 { font-size: 65px; }
#services .icon .icon-3 { font-size: 85px; }
#services .icon .icon-4 { font-size: 72px; }
#services .icon .icon-5 { font-size: 80px; }
#services .icon .icon-6 { font-size: 80px; }
#services .icon .icon-7 { font-size: 75px; }
#services .icon .icon-8 { font-size: 75px; }
#services .icon .icon-9 { font-size: 68px; }

/* =============================================
   Services Page (Modern)
   ============================================= */
.usluge-intro {
	padding: 50px 0 30px;
	background: #fff;
}

.usluge-intro-inner {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.usluge-lead {
	font-size: 22px;
	color: var(--text);
	line-height: 1.7;
}

.usluge-group {
	padding: 50px 0 60px;
}

.usluge-group:nth-child(odd) { background: var(--off); }
.usluge-group:nth-child(even) { background: #fff; }

.usluge-group-header {
	text-align: center;
	max-width: 650px;
	margin: 0 auto 45px;
}

.usluge-group-header h2 {
	font-size: clamp(28px, 3.5vw, 40px);
	color: var(--s);
	margin-bottom: 12px;
}

.usluge-group-header p {
	font-size: 18px;
	color: var(--muted);
	line-height: 1.6;
}

/* --- Usluge Grid v2 (2-column) --- */
.usluge-grid-v2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.usluga-card-v2 {
	background: #fff;
	border-radius: 18px;
	border: 1px solid var(--border);
	padding: 30px 28px;
	display: flex;
	align-items: center;
	gap: 22px;
	transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
	position: relative;
	overflow: hidden;
}

.usluge-group:nth-child(even) .usluga-card-v2 {
	background: var(--off);
}

.usluga-card-v2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: var(--grad);
	opacity: 0;
	transition: opacity .3s var(--ease);
}

.usluga-card-v2:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 36px rgba(119, 42, 130, .1);
	border-color: var(--p-soft);
}

.usluga-card-v2:hover::before {
	opacity: 1;
}

.usluga-card-v2-icon {
	width: 72px;
	height: 72px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--p-pale) 0%, #eee8f0 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: transform .4s var(--ease), background .4s;
}

.usluga-card-v2:hover .usluga-card-v2-icon {
	transform: scale(1.06);
	background: linear-gradient(135deg, rgba(119,42,130,.15), rgba(51,46,128,.12));
}

.usluga-card-v2-icon i {
	color: var(--s);
	font-size: 34px;
}

.usluga-card-v2-icon .icon-1 { font-size: 38px; }
.usluga-card-v2-icon .icon-2 { font-size: 34px; }
.usluga-card-v2-icon .icon-3 { font-size: 40px; }
.usluga-card-v2-icon .icon-4 { font-size: 36px; }
.usluga-card-v2-icon .icon-5 { font-size: 38px; }
.usluga-card-v2-icon .icon-6 { font-size: 38px; }
.usluga-card-v2-icon .icon-7 { font-size: 36px; }
.usluga-card-v2-icon .icon-8 { font-size: 36px; }
.usluga-card-v2-icon .icon-9 { font-size: 34px; }

.usluga-card-v2-content {
	flex: 1;
	min-width: 0;
}

.usluga-card-v2-content h3 {
	font-size: 19px;
	font-weight: 700;
	color: var(--dark);
	margin-bottom: 6px;
	line-height: 1.3;
}

.usluga-card-v2-content p {
	font-size: 15px;
	color: var(--muted);
	line-height: 1.55;
	margin: 0;
}

.usluga-card-v2-arrow {
	flex-shrink: 0;
	color: var(--p-soft);
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity .3s var(--ease), transform .3s var(--ease);
}

.usluga-card-v2:hover .usluga-card-v2-arrow {
	opacity: 1;
	transform: translateX(0);
}

/* --- Usluge CTA --- */
.usluge-cta {
	padding: 0 0 80px;
	background: #fff;
}

.usluge-cta-inner {
	background: var(--grad);
	border-radius: 24px;
	padding: 60px 40px;
	text-align: center;
	color: #fff;
}

.usluge-cta-inner h2 {
	font-size: clamp(26px, 3vw, 36px);
	color: #fff;
	margin-bottom: 12px;
}

.usluge-cta-inner p {
	font-size: 18px;
	color: rgba(255,255,255,.8);
	max-width: 500px;
	margin: 0 auto 30px;
	line-height: 1.6;
}

.usluge-cta-buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	.usluge-grid-v2 { grid-template-columns: 1fr; }
	.usluga-card-v2 { padding: 24px 20px; }
	.usluge-cta-inner { padding: 40px 24px; }
	.usluge-cta-buttons { flex-direction: column; align-items: center; }
}

/* =============================================
   About Modern
   ============================================= */
.about-modern {
	padding: 120px 0;
	background: #fff;
}

.about-modern-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.about-modern-img-wrap {
	position: relative;
}

.about-modern-img-wrap img {
	border-radius: 24px;
	width: 100%;
	box-shadow: 0 25px 60px rgba(51, 46, 128, .15);
}

.about-modern-name-tag {
	position: absolute;
	bottom: -20px;
	left: 20px;
	right: 20px;
	background: #fff;
	border-radius: 16px;
	padding: 18px 24px;
	box-shadow: 0 10px 30px rgba(0,0,0,.1);
	text-align: center;
}

.about-modern-name-tag strong {
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #1a1a2e;
}

.about-modern-name-tag span {
	font-size: 16px;
	color: #772a82;
	font-weight: 600;
}

.about-modern-content h2 {
	font-size: clamp(30px, 4vw, 42px);
	color: #1a1a2e;
	margin-bottom: 25px;
	line-height: 1.2;
}

.about-modern-content p {
	font-size: 18px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
}

.about-modern-highlights {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 30px 0 35px;
}

.about-highlight {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 17px;
	font-weight: 600;
	color: #333;
}

/* =============================================
   CTA Modern
   ============================================= */
.cta-modern {
	padding: 100px 0;
	background: linear-gradient(135deg, #332e80 0%, #772a82 100%);
}

.cta-modern-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.cta-modern-text h2 {
	font-size: clamp(28px, 4vw, 40px);
	color: #fff;
	margin-bottom: 12px;
}

.cta-modern-text p {
	font-size: 20px;
	color: rgba(255,255,255,.8);
	max-width: 500px;
}

/* =============================================
   Blog Modern (Homepage)
   ============================================= */
.blog-modern {
	padding: 100px 0 120px;
	background: #fafafa;
}

.blog-modern-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.blog-modern-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,.04);
	border: 1px solid #f0f0f0;
	transition: all .4s ease;
}

.blog-modern-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.blog-modern-card-image {
	display: block;
	height: 220px;
	overflow: hidden;
}

.blog-modern-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}

.blog-modern-card:hover .blog-modern-card-image img {
	transform: scale(1.06);
}

.blog-modern-card-body {
	padding: 28px;
}

.blog-modern-date {
	font-size: 16px;
	font-weight: 700;
	color: #772a82;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 10px;
	display: block;
}

.blog-modern-card h3 {
	font-size: 20px;
	margin-bottom: 12px;
	line-height: 1.35;
}

.blog-modern-card h3 a { color: #1a1a2e; }
.blog-modern-card h3 a:hover { color: #772a82; }

.blog-modern-card p {
	color: #777;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.read-more {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #772a82;
	letter-spacing: .02em;
}

.read-more:hover { color: #332e80; }

/* Blog Grid (used by index/archive too) */
.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.blog-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,.04);
	border: 1px solid #f0f0f0;
	transition: all .4s ease;
}

.blog-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.blog-card-image {
	height: 200px;
	overflow: hidden;
}

.blog-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.blog-card:hover .blog-card-image img { transform: scale(1.05); }

.blog-card-body { padding: 25px; }

.blog-card-date {
	font-size: 16px;
	font-weight: 700;
	color: #772a82;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 10px;
}

.blog-card h3 { font-size: 20px; margin-bottom: 12px; }
.blog-card h3 a { color: #1a1a2e; }
.blog-card h3 a:hover { color: #772a82; }
.blog-card p { color: #777; font-size: 16px; line-height: 1.6; }

/* =============================================
   Page Header
   ============================================= */
.page-header {
	background: linear-gradient(90deg, #332e80 0%, #772a82 100%);
	text-align: center;
	padding: 130px 0 50px;
}

.page-header h1 {
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .03em;
}

/* =============================================
   Page Content
   ============================================= */
.page-content-wrap {
	padding: 60px 0 100px;
}

.page-content-inner {
	max-width: 850px;
	margin: 0 auto;
}

.page-content-inner p {
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 1.8;
}

.page-content-inner a {
	border-bottom: 2px solid #772a82;
}

.page-content-inner a:hover {
	border-color: #332e80;
}

/* =============================================
   Contact Page
   ============================================= */
.contact-section {
	background: linear-gradient(135deg, #332e80 0%, #772a82 100%);
	color: #fff;
	padding: 80px 0;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

.contact-info h2 {
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.contact-info p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 25px;
}

.contact-info a {
	color: #fff;
	border-bottom: 2px solid rgba(255,255,255,.4);
}

.contact-info a:hover {
	color: #fff;
	border-color: #fff;
}

.contact-info small { opacity: .8; }

.contact-social {
	display: flex;
	gap: 15px;
	margin-top: 30px;
}

.contact-social a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255,255,255,.12);
	padding: 10px 20px;
	border-radius: 50px;
	border: none;
	font-size: 16px;
}

.contact-social a:hover {
	background: rgba(255,255,255,.25);
}

/* Contact Form */
.contact-form h2 {
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.contact-form p.subtitle {
	font-size: 16px;
	opacity: .85;
	margin-bottom: 35px;
	line-height: 1.6;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
	width: 100%;
	padding: 14px 20px;
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	border: 2px solid rgba(255,255,255,.25);
	border-radius: 12px;
	background: rgba(255,255,255,.1);
	color: #fff;
	margin-bottom: 20px;
	transition: all .3s ease;
	outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: rgba(255,255,255,.6);
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: rgba(255,255,255,.6);
	background: rgba(255,255,255,.15);
}

.contact-form textarea { height: 180px; resize: vertical; }

.contact-form .btn-submit {
	display: block;
	width: 100%;
	padding: 18px;
	border-radius: 50px;
	background: #fff;
	color: #772a82;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	border: none;
	cursor: pointer;
	transition: all .3s ease;
}

.contact-form .btn-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0,0,0,.2);
}

.contact-form .btn-submit:disabled {
	opacity: .6;
	cursor: not-allowed;
	transform: none;
}

#contact-form-message { margin-top: 15px; font-size: 16px; text-align: center; }
#contact-form-message.success { color: #8dff8d; }
#contact-form-message.error { color: #ffaaaa; }

.contact-map {
	margin-top: 0;
}

.contact-map iframe {
	width: 100%;
	height: 400px;
	border: none;
}

/* =============================================
   Pricing Section (Modern)
   ============================================= */
.pricing-section {
	padding: 60px 0 100px;
	background: var(--off);
}

.pricing-intro {
	text-align: center;
	max-width: 650px;
	margin: 0 auto 50px;
}

.pricing-intro p {
	font-size: 18px;
	color: var(--muted);
	line-height: 1.7;
}

.pricing-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

/* --- Pricing Card --- */
.pricing-card {
	background: #fff;
	border-radius: 20px;
	border: 1px solid var(--border);
	overflow: hidden;
	transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}

.pricing-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 50px rgba(119, 42, 130, .08);
}

.pricing-card-header {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 28px 32px 20px;
	border-bottom: 1px solid var(--border);
	background: linear-gradient(135deg, rgba(119,42,130,.03) 0%, rgba(51,46,128,.02) 100%);
}

.pricing-card-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--p-pale);
	border: 1.5px solid var(--p-soft);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.pricing-card-icon svg {
	width: 20px;
	height: 20px;
	stroke: var(--p);
}

.pricing-card-header h2 {
	font-size: 22px;
	font-weight: 700;
	color: var(--dark);
	margin: 0;
	line-height: 1.3;
}

.pricing-card-body {
	padding: 8px 0;
}

/* --- Pricing Row --- */
.pricing-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	padding: 13px 32px;
	transition: background .2s;
}

.pricing-row:hover {
	background: var(--cream);
}

.pricing-service {
	font-size: 16px;
	color: var(--text);
	white-space: nowrap;
}

.pricing-dots {
	flex: 1;
	min-width: 20px;
	border-bottom: 2px dotted var(--border);
	margin-bottom: 4px;
}

.pricing-price {
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--p);
	white-space: nowrap;
}

/* --- Footnotes --- */
.pricing-footnotes {
	max-width: 700px;
	margin: 30px auto 0;
	text-align: center;
}

.pricing-footnotes p {
	font-size: 16px;
	color: var(--muted);
	margin: 4px 0;
}

/* --- CTA --- */
.pricing-cta {
	margin-top: 60px;
}

.pricing-cta-inner {
	background: var(--grad);
	border-radius: 24px;
	padding: 50px 40px;
	text-align: center;
	color: #fff;
}

.pricing-cta-inner h3 {
	font-size: clamp(24px, 3vw, 34px);
	color: #fff;
	margin-bottom: 12px;
}

.pricing-cta-inner p {
	font-size: 18px;
	color: rgba(255,255,255,.8);
	max-width: 500px;
	margin: 0 auto 30px;
	line-height: 1.6;
}

/* Legacy table fallback (if content uses <table>) */
.pricing-table {
	max-width: 800px;
	margin: 0 auto;
	border-collapse: collapse;
	width: 100%;
}

.pricing-table th {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 18px 20px;
	text-align: left;
	color: #332e80;
	border-bottom: 2px solid #772a82;
}

.pricing-table td {
	padding: 14px 20px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
}

@media (max-width: 768px) {
	.pricing-grid { grid-template-columns: 1fr; }
	.pricing-row { padding: 12px 24px; }
	.pricing-card-header { padding: 22px 24px 16px; }
	.pricing-service { white-space: normal; }
}

/* =============================================
   Gallery Page
   ============================================= */
.gallery-section {
	padding: 60px 0;
}

.gallery-group {
	margin-bottom: 60px;
}

.gallery-group h2 {
	font-size: 28px;
	color: #332e80;
	margin-bottom: 8px;
}

.gallery-group .gallery-desc {
	color: #666;
	margin-bottom: 20px;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 10px;
}

.gallery-item {
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.gallery-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform .4s ease;
}

.gallery-item:hover img { transform: scale(1.05); }

/* Lightbox */
.lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(0,0,0,.92);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}

.lightbox.active { opacity: 1; pointer-events: auto; }

.lightbox img {
	max-width: 90vw;
	max-height: 85vh;
	border-radius: 8px;
	transition: transform .4s var(--ease), opacity .2s ease;
}

.lightbox-close {
	position: absolute;
	top: 20px;
	right: 30px;
	background: none;
	border: none;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	line-height: 1;
}

.lightbox-prev, .lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,.15);
	border: none;
	color: #fff;
	font-size: 30px;
	padding: 15px 20px;
	cursor: pointer;
	border-radius: 50%;
	transition: background .3s;
}

.lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,.3); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

/* =============================================
   Footer
   ============================================= */
.site-footer {
	background: #332e80;
	color: rgba(255,255,255,.6);
	font-size: 16px;
}

.footer-main {
	padding: 60px 0 40px;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 40px;
}

.footer-col--brand { display: flex; flex-direction: column; gap: 16px; }

.footer-logo {
	display: inline-block;
	border: none;
}

.footer-logo img {
	max-height: 50px;
	width: auto;
	opacity: .9;
	transition: opacity .3s;
}

.footer-logo:hover img { opacity: 1; }

.footer-col h4 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-col a { color: rgba(255,255,255,.6); border: none; }
.footer-col a:hover { color: #fff; }

.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }

.footer-col--social { text-align: right; }

.footer-social {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-end;
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: rgba(255,255,255,.6);
	background: rgba(255,255,255,.08);
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	transition: all .3s var(--ease);
	border: none;
}

.footer-social a:hover {
	color: #fff;
	background: rgba(255,255,255,.18);
	transform: translateX(-4px);
}

.footer-social a svg {
	flex-shrink: 0;
	opacity: .8;
	transition: opacity .3s;
}

.footer-social a:hover svg { opacity: 1; }

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom a { color: rgba(255,255,255,.4); }
.footer-bottom a:hover { color: #fff; }

/* =============================================
   Blog Single
   ============================================= */
.single-post-wrap {
	max-width: 820px;
	margin: 0 auto;
	padding: 70px 20px 120px;
}

.single-post-wrap h1 {
	font-size: 36px;
	margin-bottom: 15px;
}

.post-featured {
	margin: 0 0 55px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.post-featured img {
	width: 100%;
	height: auto;
	display: block;
}

.post-content { margin-bottom: 50px; }
.post-content > p:first-child { margin-top: 0; }
.post-content p { margin: 0 0 24px; line-height: 1.85; font-size: 19px; }
.post-content img { border-radius: 12px; margin: 36px 0; }
.post-content h2 { margin: 50px 0 18px; font-size: 28px; line-height: 1.3; }
.post-content h3 { margin: 36px 0 14px; font-size: 24px; line-height: 1.3; }
.post-content ul, .post-content ol { margin: 18px 0 24px 25px; }
.post-content li { margin-bottom: 10px; line-height: 1.7; }

.single-post-wrap .post-navigation,
.single-post-wrap nav.post-navigation {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #ece6ef;
}

/* Related posts carousel */
.related-posts {
	background: #faf7fb;
	padding: 90px 0 110px;
	border-top: 1px solid #ece6ef;
}
.related-posts-title {
	text-align: center;
	font-size: 30px;
	margin-bottom: 50px;
	color: #1a1a2e;
}

.related-carousel {
	position: relative;
	padding: 0 60px;
}
.carousel-viewport {
	overflow: hidden;
}
.carousel-track {
	display: flex;
	gap: 30px;
	transition: transform .5s cubic-bezier(.4,0,.2,1);
	will-change: transform;
}
.carousel-slide {
	flex: 0 0 calc((100% - 60px) / 3);
	min-width: 0;
}
.carousel-slide .blog-card-image img {
	width: 100%;
	height: auto;
	display: block;
}

.carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #ece6ef;
	background: #fff;
	color: #772a82;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0,0,0,.08);
	transition: background .2s, color .2s, transform .2s, opacity .2s;
	z-index: 2;
}
.carousel-btn:hover {
	background: #772a82;
	color: #fff;
	transform: translateY(-50%) scale(1.06);
}
.carousel-btn[disabled] {
	opacity: .35;
	cursor: default;
	transform: translateY(-50%);
}
.carousel-btn[disabled]:hover {
	background: #fff;
	color: #772a82;
	transform: translateY(-50%);
}
.carousel-prev { left: 0; }
.carousel-next { right: 0; }

.carousel-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
}
.carousel-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: none;
	background: #d4c1d9;
	cursor: pointer;
	padding: 0;
	transition: background .2s, transform .2s;
}
.carousel-dot.is-active {
	background: #772a82;
	transform: scale(1.3);
}

@media (max-width: 900px) {
	.related-carousel { padding: 0 50px; }
	.carousel-slide { flex: 0 0 calc((100% - 30px) / 2); }
}
@media (max-width: 640px) {
	.related-posts { padding: 60px 0 80px; }
	.related-carousel { padding: 0 46px; }
	.carousel-slide { flex: 0 0 100%; }
	.carousel-btn { width: 40px; height: 40px; }
}

/* =============================================
   Archive / Blog listing
   ============================================= */
.archive-wrap {
	padding: 60px 0 100px;
}

/* =============================================
   O nama (About) page
   ============================================= */
.about-section {
	padding: 60px 0 100px;
}

.about-intro {
	max-width: 800px;
	margin: 0 auto 60px;
	text-align: center;
}

.about-lead {
	font-size: 22px;
	line-height: 1.7;
	color: var(--text);
	font-weight: 500;
}

.about-doctor {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 50px;
	align-items: start;
	margin-bottom: 60px;
}

.about-doctor-img {
	text-align: center;
}

.about-doctor-img img {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 12px 40px rgba(119, 42, 130, .12);
}

.about-doctor-caption {
	display: block;
	margin-top: 14px;
	font-size: 15px;
	color: var(--primary);
	font-weight: 600;
	font-family: var(--font-heading);
}

.about-doctor-btn {
	margin-top: 24px;
}

.about-doctor-text h2 {
	font-size: 28px;
	color: var(--primary);
	margin-bottom: 24px;
	font-family: var(--font-heading);
}

.about-doctor-text p {
	font-size: 18px;
	line-height: 1.8;
	color: var(--text);
	margin-bottom: 20px;
}

.about-doctor-text .btn-outline {
	display: inline-block;
	padding: 10px 28px;
	border: 2px solid var(--primary);
	color: var(--primary);
	border-radius: 30px;
	font-weight: 600;
	font-size: 16px;
	transition: all .3s var(--ease);
	text-decoration: none;
}

.about-doctor-text .btn-outline:hover {
	background: var(--primary);
	color: #fff;
}

.about-closing {
	max-width: 100%;
	margin: 0 auto 50px;
	text-align: center;
}

.about-closing blockquote {
	font-size: 22px;
	font-style: italic;
	color: var(--primary);
	line-height: 1.6;
	border: none;
	padding: 30px 40px;
	background: linear-gradient(135deg, rgba(119, 42, 130, .05), rgba(51, 46, 128, .05));
	border-radius: 16px;
	margin: 0;
}

.about-closing blockquote strong {
	font-style: normal;
	font-weight: 700;
}

.about-cta {
	text-align: center;
}

/* About Gallery */
.about-gallery {
	margin: 60px 0;
}

.about-gallery h2 {
	text-align: center;
	font-size: 32px;
	color: var(--primary);
	margin-bottom: 30px;
}

.about-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.about-gallery-item {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	border: none;
	aspect-ratio: 4 / 3;
}

.about-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s var(--ease);
}

.about-gallery-item:hover img {
	transform: scale(1.06);
}

/* =============================================
   404
   ============================================= */
.error-404 {
	text-align: center;
	padding: 100px 20px;
}

.error-404 h1 { font-size: 120px; color: #772a82; }
.error-404 p { font-size: 18px; margin: 20px 0 40px; }

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 992px) {
	.menu-toggle { display: flex; }

	.main-nav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 320px;
		height: 100vh;
		background: #fff;
		box-shadow: -5px 0 40px rgba(51, 46, 128, .12);
		transition: right .4s var(--ease);
		z-index: 1001;
		padding: 90px 30px 30px;
	}

	.main-nav.active { right: 0; }

	.main-nav ul {
		flex-direction: column;
		gap: 4px;
	}

	.main-nav a {
		display: block;
		padding: 14px 22px;
		font-size: 18px;
		border-radius: 12px;
	}

	.main-nav a::after { display: none; }

	.main-nav li:last-child a {
		margin-top: 20px;
		text-align: center;
		padding: 16px 30px;
	}

	/* Hero */
	.hero-modern-inner { padding: 140px 0 100px; }

	/* Intro bar */
	.intro-bar-inner { grid-template-columns: 1fr 1fr; }
	.ib-item:nth-child(2) { border-right: none; }
	.ib-item:nth-child(3), .ib-item:nth-child(4) { border-top: 1px solid var(--border); }

	/* Services */
	.hp-services { padding: 80px 0 60px; }
	.hp-services-grid { grid-template-columns: 1fr; gap: 24px; }
	.hp-svc-list { grid-template-columns: 1fr; }

	/* Split layouts */
	.about-split, .blog-split { grid-template-columns: 1fr; }
	.about-doctor { grid-template-columns: 1fr; gap: 30px; }
	.about-doctor-img { max-width: 380px; margin: 0 auto; }
	.about-gallery-grid { grid-template-columns: repeat(3, 1fr); }
	.about-split-img { min-height: 350px; }
	.about-split-content { padding: 3rem 2.5rem; }
	.blog-split-featured { min-height: 320px; }

	/* CTA */
	.cta-modern { padding: 60px 0; }
	.cta-modern-inner { flex-direction: column; text-align: center; }
	.cta-modern-text p { margin: 0 auto; }

	/* Blog grid */
	.blog-grid { grid-template-columns: 1fr 1fr; }

	/* Contact */
	.contact-grid { grid-template-columns: 1fr; }
	.contact-info h2, .contact-form h2 { font-size: 32px; }

	/* General */
	.section { padding: 60px 0; }
	.section-title { font-size: 35px; margin-bottom: 40px; }
	.footer-main { grid-template-columns: 1fr; text-align: center; }
	.footer-col--social { text-align: center; }
	.footer-social { align-items: center; }
	.footer-social { align-items: center; }
	.page-header { padding: 110px 0 40px; }
	.page-header h1 { font-size: 35px; }

	#services h2 { font-size: 35px; }
	#services .icon { width: 130px; height: 130px; }
	#services .icon i { font-size: 50px; }
	#services h4 { font-size: 16px; }
	#services .row > [class*="col-"] { flex: 0 0 50%; max-width: 50%; margin-bottom: 30px; }
}

@media (max-width: 768px) {
	.intro-bar-inner { grid-template-columns: 1fr; }
	.ib-item { border-right: none; border-bottom: 1px solid var(--border); }
	.ib-item:last-child { border-bottom: none; }
	.srow-content, .about-split-content { padding: 2.5rem 1.5rem; }
	.blog-split-list-header, .blog-split-item { padding-left: 20px; padding-right: 20px; }
	.hero-actions { flex-direction: column; }
	.hero-actions .btn { text-align: center; width: 100%; justify-content: center; }
}

@media (max-width: 600px) {
	.blog-grid { grid-template-columns: 1fr; }
	.footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
	.gallery-grid { grid-template-columns: 1fr 1fr; }
	.about-gallery-grid { grid-template-columns: repeat(2, 1fr); }
	#services .row > [class*="col-"] { flex: 0 0 50%; max-width: 50%; }
	.hero-scroll-indicator { display: none; }
	.hero-modern h1 { font-size: clamp(36px, 9vw, 48px); }
}

/* =============================================
   WordPress Core Styles
   ============================================= */
.alignleft { float: left; margin-right: 20px; }
.alignright { float: right; margin-left: 20px; }
.aligncenter { display: block; margin: 0 auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 16px; color: #888; text-align: center; margin-top: 8px; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

/* Pagination */
.pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 50px;
}

.pagination a, .pagination span {
	padding: 10px 18px;
	border-radius: 8px;
	background: #f5f5f5;
	color: #333;
	font-weight: 600;
}

.pagination .current { background: #772a82; color: #fff; }
.pagination a:hover { background: #332e80; color: #fff; }

/* =============================================
   Animations & Micro-interactions (2026)
   ============================================= */

/* --- Hero entrance sequence --- */
.hero-modern-text {
	opacity: 0;
	animation: heroFadeIn 1s ease forwards .3s;
}

.hero-modern-text .eyebrow {
	opacity: 0;
	animation: slideUp .7s var(--ease) forwards .5s;
}

.hero-modern-text h1 {
	opacity: 0;
	animation: slideUp .8s var(--ease) forwards .7s;
}

.hero-modern-text .hero-lead {
	opacity: 0;
	animation: slideUp .8s var(--ease) forwards .9s;
}

.hero-modern-text .hero-actions {
	opacity: 0;
	animation: slideUp .8s var(--ease) forwards 1.1s;
}

@keyframes heroFadeIn {
	to { opacity: 1; }
}

@keyframes slideUp {
	from { opacity: 0; transform: translateY(30px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes slideInLeft {
	from { opacity: 0; transform: translateX(-40px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
	from { opacity: 0; transform: translateX(40px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes scaleIn {
	from { opacity: 0; transform: scale(.85); }
	to { opacity: 1; transform: scale(1); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(40px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

@keyframes pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.06); }
}

@keyframes gradientShift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

/* --- Hero scroll indicator bounce --- */
.hero-scroll-indicator span {
	display: block;
	width: 2px;
	height: 20px;
	background: rgba(255,255,255,.5);
	border-radius: 2px;
	animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
	0%, 100% { transform: translateY(-5px); opacity: .4; }
	50% { transform: translateY(5px); opacity: 1; }
}

/* --- Reveal variants --- */
.rv { opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.rv.in { opacity: 1; transform: none; }

.rv-left { opacity: 0; transform: translateX(-40px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.rv-left.in { opacity: 1; transform: none; }

.rv-right { opacity: 0; transform: translateX(40px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.rv-right.in { opacity: 1; transform: none; }

.rv-scale { opacity: 0; transform: scale(.9); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.rv-scale.in { opacity: 1; transform: none; }

.rv-blur { opacity: 0; filter: blur(8px); transition: opacity .7s var(--ease), filter .7s var(--ease); }
.rv-blur.in { opacity: 1; filter: none; }

/* --- Stagger delay for children --- */
.stagger > *:nth-child(1) { transition-delay: 0s; }
.stagger > *:nth-child(2) { transition-delay: .1s; }
.stagger > *:nth-child(3) { transition-delay: .2s; }
.stagger > *:nth-child(4) { transition-delay: .3s; }
.stagger > *:nth-child(5) { transition-delay: .35s; }
.stagger > *:nth-child(6) { transition-delay: .4s; }
.stagger > *:nth-child(7) { transition-delay: .45s; }
.stagger > *:nth-child(8) { transition-delay: .5s; }
.stagger > *:nth-child(9) { transition-delay: .55s; }

/* --- Intro bar item stagger entrance --- */
.ib-item {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .5s var(--ease), transform .5s var(--ease);
}

.intro-bar.in .ib-item { opacity: 1; transform: none; }
.intro-bar.in .ib-item:nth-child(1) { transition-delay: 0s; }
.intro-bar.in .ib-item:nth-child(2) { transition-delay: .1s; }
.intro-bar.in .ib-item:nth-child(3) { transition-delay: .2s; }
.intro-bar.in .ib-item:nth-child(4) { transition-delay: .3s; }

/* --- Service row image/content slide-in --- */
.srow .srow-img {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity .8s var(--ease), transform .8s var(--ease);
}

.srow .srow-content {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity .8s var(--ease), transform .8s var(--ease);
}

.srow--flip .srow-img {
	transform: translateX(50px);
}

.srow--flip .srow-content {
	transform: translateX(-50px);
}

.srow.in .srow-img,
.srow.in .srow-content {
	opacity: 1;
	transform: translateX(0);
}

.srow.in .srow-content {
	transition-delay: .15s;
}

/* --- Service row list item stagger --- */
.srow-list-item {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity .4s var(--ease), transform .4s var(--ease);
}

.srow.in .srow-list-item { opacity: 1; transform: none; }
.srow.in .srow-list-item:nth-child(1) { transition-delay: .3s; }
.srow.in .srow-list-item:nth-child(2) { transition-delay: .4s; }
.srow.in .srow-list-item:nth-child(3) { transition-delay: .5s; }
.srow.in .srow-list-item:nth-child(4) { transition-delay: .6s; }
.srow.in .srow-list-item:nth-child(5) { transition-delay: .7s; }
.srow.in .srow-list-item:nth-child(6) { transition-delay: .8s; }

/* --- Srow number counter effect --- */
.srow-num {
	opacity: 0;
	transform: scale(2);
	transition: opacity 1s var(--ease), transform 1s var(--ease);
}

.srow.in .srow-num { opacity: 1; transform: scale(1); color: rgba(255,255,255,.1); }

/* --- About split entrance --- */
.about-split .about-split-img {
	opacity: 0;
	transform: translateX(-50px) scale(.97);
	transition: opacity .9s var(--ease), transform .9s var(--ease);
}

.about-split .about-split-content {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity .9s var(--ease), transform .9s var(--ease);
}

.about-split.in .about-split-img,
.about-split.in .about-split-content {
	opacity: 1;
	transform: none;
}

.about-split.in .about-split-content { transition-delay: .2s; }

/* --- About badge float effect --- */
.about-badge {
	animation: float 4s ease-in-out infinite;
}

/* --- Credential cards stagger --- */
.cred {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity .4s var(--ease), transform .4s var(--ease);
}

.about-split.in .cred { opacity: 1; transform: none; }
.about-split.in .cred:nth-child(1) { transition-delay: .4s; }
.about-split.in .cred:nth-child(2) { transition-delay: .55s; }
.about-split.in .cred:nth-child(3) { transition-delay: .7s; }

/* --- CTA gradient animation --- */
.cta-modern {
	background-size: 200% 200%;
	animation: gradientShift 6s ease infinite;
}

/* --- CTA content entrance --- */
.cta-modern-inner {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .7s var(--ease), transform .7s var(--ease);
}

.cta-modern.in .cta-modern-inner {
	opacity: 1;
	transform: none;
}

/* --- Blog split entrance --- */
.blog-split .blog-split-featured {
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity .8s var(--ease), transform .8s var(--ease);
}

.blog-split .blog-split-list {
	opacity: 0;
	transform: translateX(40px);
	transition: opacity .8s var(--ease), transform .8s var(--ease);
}

.blog-split.in .blog-split-featured,
.blog-split.in .blog-split-list {
	opacity: 1;
	transform: none;
}

.blog-split.in .blog-split-list { transition-delay: .15s; }

/* --- Blog split items stagger --- */
.blog-split-item {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity .4s var(--ease), transform .4s var(--ease);
}

.blog-split.in .blog-split-item { opacity: 1; transform: none; }
.blog-split.in .blog-split-item:nth-child(2) { transition-delay: .25s; }
.blog-split.in .blog-split-item:nth-child(3) { transition-delay: .35s; }
.blog-split.in .blog-split-item:nth-child(4) { transition-delay: .45s; }
.blog-split.in .blog-split-item:nth-child(5) { transition-delay: .55s; }

/* --- Button hover effects enhanced --- */
.btn {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,.15);
	transform: translateX(-105%);
	transition: transform .4s var(--ease);
	z-index: -1;
}

.btn:hover::before { transform: translateX(0); }

/* --- Smooth link underline animation --- */
.srow-content a.btn,
.about-split-content a.btn,
.read-more,
.blog-read-more {
	position: relative;
}

/* --- Icon hover rotate --- */
.ib-icon {
	transition: transform .3s var(--ease), box-shadow .3s;
}

.ib-item:hover .ib-icon {
	transform: rotate(-8deg) scale(1.1);
	box-shadow: 0 4px 15px rgba(119, 42, 130, .2);
}

/* --- Credential icon hover --- */
.cred-icon {
	transition: transform .3s var(--ease), background .3s;
}

.cred:hover .cred-icon {
	transform: scale(1.15);
	background: var(--p-soft);
}

/* --- Service bullet check animation --- */
.srow-bullet {
	transition: transform .3s var(--ease), background .3s;
}

.srow-list-item:hover .srow-bullet {
	transform: scale(1.15);
	background: var(--p-soft);
}

/* --- Gallery item hover tilt effect --- */
.gallery-item {
	transition: transform .4s var(--ease), box-shadow .4s;
}

.gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(119, 42, 130, .2);
}

/* --- Blog card enhanced hover --- */
.blog-card,
.blog-modern-card {
	transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}

/* --- Services page icon animations --- */
#services .icon {
	opacity: 0;
	transform: translateY(30px) scale(.9);
	transition: opacity .5s var(--ease), transform .5s var(--ease), box-shadow .4s ease;
}

#services.in .icon { opacity: 1; transform: none; }
#services.in .row > [class*="col-"]:nth-child(1) .icon { transition-delay: .0s; }
#services.in .row > [class*="col-"]:nth-child(2) .icon { transition-delay: .1s; }
#services.in .row > [class*="col-"]:nth-child(3) .icon { transition-delay: .15s; }
#services.in .row > [class*="col-"]:nth-child(4) .icon { transition-delay: .2s; }
#services.in .row > [class*="col-"]:nth-child(5) .icon { transition-delay: .25s; }
#services.in .row > [class*="col-"]:nth-child(6) .icon { transition-delay: .3s; }

/* --- Page header entrance --- */
.page-header h1 {
	opacity: 0;
	animation: slideUp .8s var(--ease) forwards .2s;
}

/* --- Contact form fields stagger --- */
.contact-form input,
.contact-form textarea {
	opacity: 0;
	transform: translateY(15px);
	animation: slideUp .5s var(--ease) forwards;
}

.contact-form input:nth-child(1) { animation-delay: .1s; }
.contact-form input:nth-child(2) { animation-delay: .2s; }
.contact-form input:nth-child(3) { animation-delay: .3s; }
.contact-form textarea { animation-delay: .4s; }
.contact-form .btn-submit { animation: slideUp .5s var(--ease) forwards .5s; opacity: 0; }

/* --- Footer columns entrance --- */
.footer-col {
	opacity: 0;
	transform: translateY(25px);
	transition: opacity .6s var(--ease), transform .6s var(--ease);
}

.site-footer.in .footer-col { opacity: 1; transform: none; }
.site-footer.in .footer-col:nth-child(1) { transition-delay: 0s; }
.site-footer.in .footer-col:nth-child(2) { transition-delay: .12s; }
.site-footer.in .footer-col:nth-child(3) { transition-delay: .24s; }

/* --- Smooth scroll-to-top entrance --- */
.scroll-top {
	transition: opacity .3s, transform .3s, box-shadow .3s;
}

.scroll-top:hover {
	box-shadow: 0 8px 30px rgba(119, 42, 130, .45);
}

/* =============================================
   Fluid / Responsive Typography & Fixes (2026)
   Applies clamp()-based scaling across templates so
   the design stays identical on desktop and adapts
   gracefully down to ~320px. Appended so it wins
   cascade conflicts with earlier fixed sizes.
   ============================================= */

/* Prevent long strings (URLs, dashes, emails) from blowing out layouts */
.post-content,
.page-content-inner,
.pricing-card,
.contact-info,
.contact-form,
.blog-card,
.usluga-card-v2 {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Global image safety */
img { max-width: 100%; height: auto; }

/* Page headers */
.page-header { padding: clamp(90px, 15vw, 130px) 0 clamp(30px, 5vw, 50px); }
.page-header h1 { font-size: clamp(28px, 6vw, 48px); line-height: 1.15; }

/* Section-level headings */
.section-title { font-size: clamp(26px, 5vw, 45px); line-height: 1.2; }

/* Home front-page blocks */
.hero-modern h1 { font-size: clamp(32px, 8vw, 72px); line-height: 1.1; }
.hero-modern .eyebrow { font-size: clamp(12px, 1.5vw, 14px); }
.hero-modern p { font-size: clamp(16px, 2vw, 20px); line-height: 1.6; }

.hp-services h2,
.about-modern h2,
.hp-reviews h2,
.srow h2,
.about-split h2,
.blog-split-list-header h2 { font-size: clamp(24px, 4.5vw, 40px); line-height: 1.2; }

.hp-svc-card h3 { font-size: clamp(17px, 2vw, 20px); }
.hp-svc-card p,
.about-modern p,
.srow p,
.cred p { font-size: clamp(15px, 1.9vw, 17px); line-height: 1.7; }

/* Usluge cards */
.usluga-card-v2 h3 { font-size: clamp(16px, 2vw, 19px); }
.usluga-card-v2 p { font-size: clamp(13px, 1.6vw, 15px); line-height: 1.55; }
.usluge-cta-inner h2 { font-size: clamp(22px, 4vw, 36px); }
.usluge-cta-inner p { font-size: clamp(15px, 2vw, 18px); }

/* About page */
.about-section h2 { font-size: clamp(22px, 4vw, 34px); }
.about-section p { font-size: clamp(15px, 1.9vw, 17px); line-height: 1.75; }
.about-intro p { font-size: clamp(16px, 2vw, 19px); line-height: 1.7; }

/* Gallery page */
.gallery-group h2 { font-size: clamp(20px, 3.5vw, 28px); }
.gallery-group .gallery-desc { font-size: clamp(14px, 1.7vw, 16px); }

/* Blog listing cards */
.blog-card h3 { font-size: clamp(17px, 2.2vw, 20px); }
.blog-card p { font-size: clamp(14px, 1.7vw, 16px); }
.blog-card-body { padding: clamp(18px, 2.5vw, 25px); }

/* Single post */
.single-post-wrap { padding: clamp(40px, 6vw, 70px) 20px clamp(70px, 10vw, 120px); }
.post-content p { font-size: clamp(16px, 2vw, 19px); line-height: 1.8; }
.post-content h2 { font-size: clamp(22px, 3.5vw, 28px); margin: clamp(32px, 5vw, 50px) 0 16px; line-height: 1.3; }
.post-content h3 { font-size: clamp(19px, 3vw, 24px); margin: clamp(24px, 4vw, 36px) 0 12px; }
.post-content li { font-size: clamp(15px, 1.9vw, 18px); }
.post-featured { margin: 0 0 clamp(32px, 5vw, 55px); border-radius: clamp(10px, 2vw, 16px); }

/* Related posts */
.related-posts { padding: clamp(56px, 9vw, 90px) 0 clamp(64px, 10vw, 110px); }
.related-posts-title { font-size: clamp(22px, 4vw, 30px); margin-bottom: clamp(28px, 5vw, 50px); }

/* Pricing page */
.pricing-intro p { font-size: clamp(14px, 1.8vw, 16px); }
.pricing-card-header h2 { font-size: clamp(18px, 2.6vw, 22px); }
.pricing-service { font-size: clamp(14px, 1.8vw, 16px); }
.pricing-price { font-size: clamp(15px, 1.9vw, 17px); }
.pricing-footnotes p { font-size: clamp(13px, 1.6vw, 16px); }
.pricing-cta-inner h3 { font-size: clamp(22px, 3.5vw, 34px); }
.pricing-cta-inner p { font-size: clamp(15px, 2vw, 18px); }

/* Contact page */
.contact-info h2,
.contact-form h2 { font-size: clamp(22px, 4vw, 32px); }
.contact-info p,
.contact-form .subtitle { font-size: clamp(15px, 1.9vw, 17px); }

/* Footer */
.footer-col h3 { font-size: clamp(16px, 2vw, 18px); }
.footer-col p,
.footer-col a { font-size: clamp(14px, 1.8vw, 16px); }

/* Buttons — keep tappable + readable */
.btn,
.btn-lg,
.btn-primary,
.btn-outline,
.btn-submit { font-size: clamp(14px, 1.8vw, 16px); }

/* Pricing rows: allow wrapping earlier — fixes overflow on narrow screens */
@media (max-width: 520px) {
	.pricing-row {
		flex-wrap: wrap;
		padding: 12px 20px;
	}
	.pricing-service { white-space: normal; flex: 1 1 100%; }
	.pricing-dots { display: none; }
	.pricing-price {
		display: inline-block;
		margin-top: 4px;
		font-size: 16px;
	}
	.pricing-card-header {
		padding: 20px 20px 12px;
		gap: 12px;
	}
}

/* Page-header safety on very small screens (avoid collision with header) */
@media (max-width: 480px) {
	.page-header { padding-top: 100px; padding-bottom: 30px; }
	.single-post-wrap { padding-left: 16px; padding-right: 16px; }
	.container { padding-left: 16px; padding-right: 16px; }
}

/* Carousel polish on narrow widths */
@media (max-width: 480px) {
	.related-carousel { padding: 0 40px; }
	.carousel-btn { width: 36px; height: 36px; }
	.carousel-btn svg { width: 18px; height: 18px; }
}

/* Post navigation — stack on mobile */
@media (max-width: 640px) {
	.post-navigation .nav-links,
	nav.post-navigation .nav-links {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.post-navigation a { font-size: 15px; }
}

/* About-gallery keeps 3 items per row on tablets, 2 on phones — already handled
   above, but ensure spacing is comfortable */
@media (max-width: 480px) {
	.about-gallery-grid { gap: 8px; }
	.gallery-grid { gap: 8px; }
}

/* --- Prefers-reduced-motion: respect accessibility --- */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	.rv, .rv-left, .rv-right, .rv-scale, .rv-blur,
	.ib-item, .srow .srow-img, .srow .srow-content,
	.srow-list-item, .cred, .blog-split-item,
	.about-split .about-split-img, .about-split .about-split-content,
	.cta-modern-inner, .blog-split .blog-split-featured,
	.blog-split .blog-split-list, .footer-col, #services .icon {
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
	}
}
