/*
Theme Name: Premium Odrzavanje Zelenila
Author: N3-DevServer
Description: Ultra-brza SEO optimizovana tema za pejzažne arhitekte i usluge održavanja.
Version: 1.1
Language Domain: zelenilo
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
    --bg-dark: #0f1916;
    --bg-surface: #152420;
    --text-light: #f4f7f5;
    --text-muted: #94a7a1;
    --accent-gold: #e0b034;
    --accent-green: #3a6351;
    --border-light: rgba(244, 247, 245, 0.07);
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans: 'Inter', sans-serif;
    --transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

body {
    font-family: var(--font-sans);
    color: var(--text-light);
    background-color: var(--bg-dark);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}

/* --- NAVIGACIJA --- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(15, 25, 22, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 1000;
    border-bottom: 1px solid var(--border-light);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
}

.logo {
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--text-light);
    text-decoration: none;
    letter-spacing: -0.5px;
    padding-left: 25px;
}

.logo span {
    color: var(--accent-gold);
}

nav ul {
    display: flex;
    list-style: none;
    gap: 35px;
    align-items: center;
}

nav ul li a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
}

nav ul li a:hover {
    color: var(--text-light);
}

.nav-phone {
    color: var(--accent-gold) !important;
    font-weight: 600 !important;
    border: 1px solid rgba(224, 176, 52, 0.3);
    padding: 8px 18px;
    border-radius: 50px;
}

.nav-phone:hover {
    background-color: var(--accent-gold);
    color: var(--bg-dark) !important;
    border-color: var(--accent-gold);
}

/* --- HERO SEKCIJA --- */
.hero {
    min-height: 95vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
    position: relative;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.hero h1 {
    font-family: var(--font-serif);
    font-size: 56px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.hero h1 span {
    color: var(--accent-gold);
}

.hero p {
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 40px;
    max-width: 550px;
}

.cta-phone-card {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    padding: 15px 30px;
    border-radius: 12px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.cta-phone-card:hover {
    transform: translateY(-3px);
    border-color: rgba(224, 176, 52, 0.4);
    box-shadow: 0 20px 40px rgba(224, 176, 52, 0.05);
}

.phone-icon-circle {
    width: 50px;
    height: 50px;
    background-color: var(--accent-gold);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--bg-dark);
}

.cta-text-holder .label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    margin-bottom: 2px;
}

.cta-text-holder .number {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-light);
    font-family: var(--font-sans);
}

.hero-img-showcase img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid var(--border-light);
}

/* --- O NAMA --- */
.about {
    padding: 140px 0;
    border-bottom: 1px solid var(--border-light);
}

.about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.section-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--accent-gold);
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.about h2 {
    font-family: var(--font-serif);
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.about p {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.about-img-showcase img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid var(--border-light);
}

/* --- USLUGE --- */
.services-section {
    padding: 140px 0;
    background-color: var(--bg-surface);
}

.services-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px auto;
}

.services-header h2 {
    font-family: var(--font-serif);
    font-size: 42px;
    margin-bottom: 20px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.service-card {
    background-color: var(--bg-dark);
    padding: 45px 35px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    transition: var(--transition);
    text-align: center;
}

.service-card:hover {
    border-color: rgba(244, 247, 245, 0.2);
    transform: translateY(-5px);
}

.service-icon {
    font-size: 28px;
    color: var(--accent-gold);
    margin-bottom: 25px;
    display: block;
    text-align: center;
}

.service-card h3 {
    font-family: var(--font-serif);
    font-size: 22px;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
}

/* --- LOKACIJE --- */
.locations-section {
    padding: 120px 0;
    text-align: center;
}

.locations-section h2 {
    font-family: var(--font-serif);
    font-size: 36px;
    margin-bottom: 45px;
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    max-width: 850px;
    margin: 0 auto;
}

.badge {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    transition: var(--transition);
}

.badge:hover {
    border-color: var(--accent-gold);
    color: var(--accent-gold);
}

.badge.base-station {
    border-color: var(--accent-gold);
    background-color: rgba(224, 176, 52, 0.05);
    color: var(--accent-gold);
}

/* --- FOOTER --- */
footer {
    padding: 140px 0 60px 0;
    border-top: 1px solid var(--border-light);
    background: linear-gradient(180deg, var(--bg-dark) 0%, #080d0b 100%);
    text-align: center;
}

.footer-wrap {
    max-width: 750px;
    margin: 0 auto;
}

.footer-wrap h2 {
    font-family: var(--font-serif);
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.footer-wrap p {
    color: var(--text-muted);
    font-size: 18px;
    margin-bottom: 45px;
}

.mobile-sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(15, 25, 22, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px 20px;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.3);
    border-top: 1px solid var(--border-light);
    z-index: 9999;
}

.mobile-sticky-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--accent-gold);
    color: var(--bg-dark);
    text-decoration: none;
    padding: 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
}

.copyright-area {
    margin-top: 100px;
    border-top: 1px solid var(--border-light);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: rgba(244, 247, 245, 0.3);
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .hero-grid, .about-grid { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .hero { padding-top: 120px; }
    .hero p { margin: 0 auto 40px auto; }
    .hero-img-showcase { order: -1; }
    .about-img-showcase { order: -1; }
    .hero-img-showcase img, .about-img-showcase img { height: 380px; }
}

@media (max-width: 768px) {
    nav { display: none; }
    .hero h1 { font-size: 38px; }
    .about h2, .services-header h2, .footer-wrap h2 { font-size: 32px; }
    .footer-wrap p { font-size: 16px; }
    .copyright-area { flex-direction: column; gap: 15px; text-align: center; margin-top: 60px; }
    .mobile-sticky-bar { display: block; }
    body { padding-bottom: 75px; }
}