/*
Theme Name: Tvoja Pisarna Premium
Author: ChatGPT
Description: Premium moderna WordPress tema
Version: 2.1
*/

body {margin:0;font-family:'Segoe UI',sans-serif;background:#f5f7fa;color:#1a1a1a;}
/* HEADER LAYOUT */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* LOGO */
.custom-logo-link {
    display: flex;
    align-items: center;
}

.custom-logo {
    max-height: 60px;
    width: auto;
}

/* MENU */
nav {
    margin-left: auto;
}

/* UL reset */
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

/* LI spacing */
nav ul li {
    margin-left: 30px;
}

/* LINKS */
nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}
.btn {display:inline-block;margin-top:20px;padding:14px 28px;background:white;color:#0b3c5d;border-radius:10px;text-decoration:none;font-weight:bold;}

.section {padding:80px 40px;}

.cards {display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;}

.card {background:white;padding:30px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.08);transition:0.3s;}
.card:hover {transform:translateY(-5px);}

footer {text-align:center;padding:30px;background:#0b3c5d;color:white;}

@media(max-width:768px){
.hero h1{font-size:32px;}
.section{padding:40px 20px;}
}
