/*
Theme Name: PC Repair Solutions
Theme URI: https://example.com/pc-repair-solutions
Author: Aleksandar
Author URI: https://example.com
Description: Lagana, brza WordPress tema namenjena servisima za popravku računara i laptopova. Kompatibilna sa BoldGrid page builderom i BoldGrid Easy SEO/Inspirations, gradi se na standardnim WordPress hookovima bez zavisnosti od PHP 8-only sintakse, tako da radi na PHP 7.2 pa nadalje. Uključuje sekcije za usluge, cenovnik, o nama, kontakt i istaknute recenzije.
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.2
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pc-repair-solutions
Tags: e-commerce, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, right-sidebar

PC Repair Solutions is distributed under the terms of the GNU GPL.
*/

/* -----------------------------------------------------------
   Reset & base
----------------------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #1c2733;
	background: #f5f7fa;
	line-height: 1.65;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: #1f6fb2;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #123a5c;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-weight: 800;
	line-height: 1.2;
	color: #0d1b33;
	margin: 0 0 0.6em;
}

p {
	margin: 0 0 1.2em;
}

ul, ol {
	padding-left: 1.4em;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

/* -----------------------------------------------------------
   Buttons
----------------------------------------------------------- */
.btn {
	display: inline-block;
	padding: 14px 30px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.btn-primary {
	background: #2f9fe5;
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(47, 159, 229, 0.35);
}

.btn-primary:hover,
.btn-primary:focus {
	background: #1f87c9;
	color: #ffffff;
}

.btn-outline {
	background: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

.btn-outline:hover,
.btn-outline:focus {
	background: #ffffff;
	color: #0d1b33;
}

.btn-dark {
	background: #0d1b33;
	color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus {
	background: #16213e;
	color: #ffffff;
}

/* -----------------------------------------------------------
   Site header
----------------------------------------------------------- */
.site-header {
	background: #0d1b33;
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 2px 14px rgba(0,0,0,0.15);
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-branding img.custom-logo {
	max-height: 56px;
	width: auto;
}

.site-title {
	font-size: 22px;
	color: #ffffff;
	margin: 0;
	line-height: 1.1;
}

.site-title a {
	color: #ffffff;
}

.site-title a:hover {
	color: #7ee0f5;
	text-decoration: none;
}

.site-description {
	font-size: 12px;
	color: #7ee0f5;
	margin: 2px 0 0;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.header-contact {
	display: flex;
	align-items: center;
	gap: 24px;
}

.header-phone {
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
}

.header-phone span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	color: #9fb3cc;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* Primary nav */
.main-navigation {
	display: flex;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 6px;
}

.main-navigation ul ul {
	display: none;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	padding: 10px 16px;
	color: #dce6f2;
	font-weight: 600;
	font-size: 15px;
	border-radius: 6px;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background: rgba(255,255,255,0.08);
	color: #ffffff;
	text-decoration: none;
}

.main-navigation .current-menu-item > a {
	color: #7ee0f5;
}

.menu-toggle {
	display: none;
	background: transparent;
	border: 2px solid #7ee0f5;
	color: #ffffff;
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
}

/* -----------------------------------------------------------
   Hero
----------------------------------------------------------- */
.hero {
	background: linear-gradient(135deg, #0d1b33 0%, #16375e 55%, #1f6fa5 100%);
	background-image:
		radial-gradient(circle at 15% 20%, rgba(126, 224, 245, 0.12) 0, transparent 35%),
		radial-gradient(circle at 85% 80%, rgba(126, 224, 245, 0.10) 0, transparent 40%),
		linear-gradient(135deg, #0d1b33 0%, #16375e 55%, #1f6fa5 100%);
	color: #ffffff;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.hero-inner {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 40px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hero-eyebrow {
	display: inline-block;
	background: rgba(126, 224, 245, 0.15);
	color: #7ee0f5;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.hero h1 {
	color: #ffffff;
	font-size: 44px;
	margin-bottom: 18px;
}

.hero p.lead {
	font-size: 18px;
	color: #cfe0f2;
	max-width: 520px;
}

.hero-actions {
	display: flex;
	gap: 14px;
	margin-top: 28px;
	flex-wrap: wrap;
}

.hero-stats {
	display: flex;
	gap: 30px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.hero-stat strong {
	display: block;
	font-size: 28px;
	color: #7ee0f5;
}

.hero-stat span {
	font-size: 13px;
	color: #b9cde2;
}

.hero-visual {
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.15);
	border-radius: 18px;
	padding: 20px;
	text-align: center;
}

.hero-visual svg,
.hero-visual img {
	max-height: 340px;
	width: 100%;
	margin: 0 auto;
}

/* Ikone unutar service/feature krugova - SVG umesto emoji */
.service-icon svg,
.feature-icon svg {
	width: 30px;
	height: 30px;
}

/* -----------------------------------------------------------
   Section basics
----------------------------------------------------------- */
.section {
	padding: 70px 0;
}

.section-alt {
	background: #eef2f7;
}

.section-header {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 46px;
}

.section-eyebrow {
	color: #2f9fe5;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.section-header h2 {
	font-size: 32px;
	margin-bottom: 12px;
}

.section-header p {
	color: #566579;
	margin: 0;
}

/* -----------------------------------------------------------
   Services grid
----------------------------------------------------------- */
.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.service-card {
	background: #ffffff;
	border-radius: 14px;
	padding: 32px 28px;
	box-shadow: 0 10px 30px rgba(13, 27, 51, 0.06);
	border: 1px solid #e6ecf2;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(13, 27, 51, 0.12);
}

.service-icon {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: linear-gradient(135deg, #2f9fe5, #1f6fa5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 26px;
	margin-bottom: 18px;
}

.service-card h3 {
	font-size: 19px;
	margin-bottom: 10px;
}

.service-card p {
	color: #566579;
	font-size: 15px;
	margin-bottom: 14px;
}

.service-price {
	font-weight: 700;
	color: #0d1b33;
	font-size: 15px;
}

.service-price span {
	color: #8a97a6;
	font-weight: 400;
}

/* -----------------------------------------------------------
   Why us / features
----------------------------------------------------------- */
.features-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}

.feature-item {
	text-align: center;
	padding: 10px;
}

.feature-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #eaf5fc;
	color: #1f6fa5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin: 0 auto 16px;
}

.feature-item h3 {
	font-size: 17px;
	margin-bottom: 8px;
}

.feature-item p {
	color: #566579;
	font-size: 14px;
	margin: 0;
}

/* -----------------------------------------------------------
   Process steps
----------------------------------------------------------- */
.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	counter-reset: step;
}

.process-step {
	position: relative;
	background: #ffffff;
	border-radius: 14px;
	padding: 30px 24px;
	border: 1px solid #e6ecf2;
}

.process-step::before {
	counter-increment: step;
	content: counter(step);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #0d1b33;
	color: #7ee0f5;
	font-weight: 800;
	margin-bottom: 16px;
}

.process-step h3 {
	font-size: 17px;
	margin-bottom: 8px;
}

.process-step p {
	color: #566579;
	font-size: 14px;
	margin: 0;
}

/* -----------------------------------------------------------
   Testimonials
----------------------------------------------------------- */
.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.testimonial-card {
	background: #ffffff;
	border-radius: 14px;
	padding: 28px;
	border: 1px solid #e6ecf2;
}

.testimonial-stars {
	color: #f5a623;
	margin-bottom: 14px;
	font-size: 15px;
}

.testimonial-text {
	color: #37475a;
	font-style: italic;
	margin-bottom: 18px;
}

.testimonial-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.testimonial-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #0d1b33;
	color: #7ee0f5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.testimonial-author strong {
	display: block;
	font-size: 14px;
	color: #0d1b33;
}

.testimonial-author span {
	font-size: 12px;
	color: #8a97a6;
}

/* -----------------------------------------------------------
   CTA band
----------------------------------------------------------- */
.cta-band {
	background: #0d1b33;
	color: #ffffff;
	border-radius: 18px;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

.cta-band h2 {
	color: #ffffff;
	font-size: 26px;
	margin-bottom: 8px;
}

.cta-band p {
	color: #b9cde2;
	margin: 0;
}

/* -----------------------------------------------------------
   Contact section
----------------------------------------------------------- */
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.contact-info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-info-list li {
	display: flex;
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid #e2e8ef;
}

.contact-info-list li:last-child {
	border-bottom: none;
}

.contact-info-icon {
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	border-radius: 10px;
	background: #eaf5fc;
	color: #1f6fa5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.contact-info-list strong {
	display: block;
	font-size: 14px;
	color: #0d1b33;
	margin-bottom: 2px;
}

.contact-info-list span,
.contact-info-list a {
	color: #566579;
	font-size: 14px;
}

.contact-panel {
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid #e6ecf2;
	padding: 30px;
}

/* -----------------------------------------------------------
   Blog / content
----------------------------------------------------------- */
.content-area {
	padding: 60px 0;
}

.entry-header h1 {
	font-size: 32px;
}

.entry-meta {
	color: #8a97a6;
	font-size: 13px;
	margin-bottom: 20px;
}

.entry-content img {
	border-radius: 10px;
	margin: 20px 0;
}

.posts-list article {
	background: #ffffff;
	border: 1px solid #e6ecf2;
	border-radius: 14px;
	padding: 26px;
	margin-bottom: 24px;
}

.posts-list h2 {
	font-size: 22px;
	margin-bottom: 8px;
}

.posts-list h2 a {
	color: #0d1b33;
}

.pagination {
	display: flex;
	gap: 8px;
	margin-top: 20px;
}

.pagination a,
.pagination span {
	padding: 8px 14px;
	border-radius: 6px;
	background: #ffffff;
	border: 1px solid #e2e8ef;
	font-size: 14px;
}

/* -----------------------------------------------------------
   Sidebar / widgets
----------------------------------------------------------- */
.widget {
	background: #ffffff;
	border: 1px solid #e6ecf2;
	border-radius: 14px;
	padding: 24px;
	margin-bottom: 24px;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid #eaf5fc;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 8px 0;
	border-bottom: 1px solid #f0f3f6;
}

/* -----------------------------------------------------------
   Footer
----------------------------------------------------------- */
.site-footer {
	background: #081326;
	color: #b9cde2;
	padding: 60px 0 24px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 40px;
	margin-bottom: 40px;
}

.footer-col h3 {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 16px;
}

.footer-col p,
.footer-col a {
	color: #93a8c2;
	font-size: 14px;
}

.footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-col li {
	margin-bottom: 10px;
}

.footer-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

.footer-logo img {
	max-height: 40px;
}

.footer-logo span {
	color: #ffffff;
	font-weight: 800;
	font-size: 18px;
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.08);
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 13px;
	color: #7285a1;
}

/* -----------------------------------------------------------
   Comments
----------------------------------------------------------- */
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-body {
	background: #ffffff;
	border: 1px solid #e6ecf2;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 16px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d7dee6;
	border-radius: 8px;
	margin-bottom: 14px;
	font-family: inherit;
	font-size: 15px;
}

/* -----------------------------------------------------------
   Responsive
----------------------------------------------------------- */
@media (max-width: 900px) {
	.hero-inner,
	.services-grid,
	.features-grid,
	.process-grid,
	.testimonials-grid,
	.contact-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.main-navigation {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #0d1b33;
		padding: 10px 20px 20px;
	}

	.main-navigation.is-open {
		display: block;
	}

	.main-navigation ul {
		flex-direction: column;
	}

	.menu-toggle {
		display: inline-block;
	}

	.header-contact .header-phone {
		display: none;
	}

	.hero h1 {
		font-size: 32px;
	}

	.cta-band {
		flex-direction: column;
		text-align: center;
	}
}
