/* PodukeRi – Zajednički CSS za sve stranice */
:root {
  --blue: #1a5276;
  --blue-light: #2471a3;
  --accent: #e67e22;
  --bg: #f8f9fa;
  --white: #ffffff;
  --text: #2c3e50;
  --muted: #666;
  --border: #dce3ec;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Source Sans 3', sans-serif; color: var(--text); background: var(--white); font-size: 17px; line-height: 1.7; }

/* NAV */
nav { background: var(--blue); position: sticky; top: 0; z-index: 100; border-bottom: 3px solid var(--accent); }
.nav-inner { max-width: 960px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0.9rem 1.5rem; flex-wrap: wrap; gap: 0.5rem; }
.logo { font-family: 'Lora', serif; font-size: 1.6rem; font-weight: 700; color: #fff; text-decoration: none; }
.logo span { color: var(--accent); }
.nav-links { display: flex; list-style: none; flex-wrap: wrap; }
.nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.88rem; font-weight: 500; padding: 0.45rem 0.85rem; border-radius: 4px; transition: background 0.2s; }
.nav-links a:hover { background: rgba(255,255,255,0.12); color: #fff; }
.nav-links a.active { background: var(--accent); color: #fff !important; }

/* LAYOUT */
.page { max-width: 960px; margin: 0 auto; padding: 0 1.5rem; }
section { padding: 3.5rem 0; }
section:nth-child(even) { background: var(--bg); }

/* TYPOGRAPHY */
h2 { font-family: 'Lora', serif; font-size: 1.75rem; color: var(--blue); margin-bottom: 0.5rem; font-weight: 700; }
h3 { font-family: 'Lora', serif; font-size: 1.2rem; color: var(--blue); margin-bottom: 0.5rem; font-weight: 600; }
.section-divider { width: 50px; height: 3px; background: var(--accent); border-radius: 2px; margin-bottom: 1.5rem; }

/* HERO */
.hero { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%); color: #fff; padding: 4rem 0 3rem; text-align: center; }
.hero-inner { max-width: 720px; margin: 0 auto; padding: 0 1.5rem; }
.hero h1 { font-family: 'Lora', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; line-height: 1.25; margin-bottom: 1rem; }
.hero p { font-size: 1.05rem; opacity: 0.88; margin-bottom: 2rem; line-height: 1.65; }
.hero-btns { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
.hero-badge { display: inline-block; background: var(--accent); color: #fff; font-size: 0.8rem; font-weight: 700; padding: 0.3rem 1rem; border-radius: 20px; margin-bottom: 1rem; letter-spacing: 0.3px; }

/* BUTTONS */
.btn { display: inline-block; padding: 0.75rem 1.8rem; border-radius: 5px; font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: all 0.2s; cursor: pointer; border: none; font-family: 'Source Sans 3', sans-serif; }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: #ca6f1e; }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-light); }

/* TRUST BAR */
.trust-bar { background: var(--bg); border-bottom: 1px solid var(--border); padding: 1.1rem 0; }
.trust-inner { max-width: 960px; margin: 0 auto; padding: 0 1.5rem; display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.88rem; color: var(--muted); font-weight: 500; }
.trust-item strong { color: var(--blue); font-weight: 700; }

/* OFFER BLOCKS */
.offer-block { background: var(--white); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; margin-bottom: 1.5rem; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.offer-header { background: var(--blue); color: #fff; padding: 1rem 1.5rem; display: flex; align-items: center; gap: 0.7rem; }
.offer-header .icon { font-size: 1.3rem; }
.offer-header h3 { color: #fff; margin: 0; font-size: 1.05rem; }
.offer-body { padding: 1.4rem 1.5rem; }
.offer-row { display: flex; justify-content: space-between; align-items: baseline; padding: 0.7rem 0; border-bottom: 1px solid var(--border); gap: 1rem; }
.offer-row:last-child { border-bottom: none; }
.offer-desc { font-size: 0.95rem; color: var(--text); }
.offer-desc small { display: block; font-size: 0.82rem; color: var(--muted); margin-top: 0.1rem; }
.offer-price { font-family: 'Lora', serif; font-size: 1.3rem; font-weight: 700; color: var(--blue); white-space: nowrap; text-align: right; }
.offer-price small { font-size: 0.75rem; font-family: 'Source Sans 3', sans-serif; color: var(--muted); font-weight: 400; display: block; }
.badge-pop { display: inline-block; background: var(--accent); color: #fff; font-size: 0.7rem; font-weight: 700; padding: 0.15rem 0.5rem; border-radius: 3px; margin-left: 0.5rem; vertical-align: middle; text-transform: uppercase; }
.offer-note { background: #eaf4fd; border-left: 3px solid var(--blue-light); border-radius: 0 6px 6px 0; padding: 0.8rem 1.1rem; font-size: 0.88rem; color: var(--blue); margin-top: 1rem; }

/* CARDS GRID */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; }
.card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 1.5rem; border-left: 4px solid var(--blue); transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.card-icon { font-size: 1.8rem; margin-bottom: 0.7rem; }
.card h3 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.card p { font-size: 0.88rem; color: var(--muted); line-height: 1.55; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); padding: 1.1rem 0; }
.faq-q { font-weight: 600; color: var(--blue); cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 1rem; }
.faq-q::after { content: '▾'; font-size: 0.9rem; color: var(--muted); flex-shrink: 0; margin-left: 0.5rem; }
.faq-a { max-height: 0; overflow: hidden; font-size: 0.93rem; color: var(--muted); line-height: 1.65; transition: max-height 0.35s ease, padding 0.35s; }
.faq-item.open .faq-a { max-height: 300px; padding-top: 0.7rem; }
.faq-item.open .faq-q::after { content: '▴'; }

/* CONTACT FORM */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; align-items: start; }
.kontakt-info p { color: var(--muted); margin-bottom: 1.2rem; font-size: 0.95rem; }
.kontakt-line { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.8rem; font-size: 0.95rem; }
.kontakt-icon { width: 34px; height: 34px; flex-shrink: 0; background: var(--blue); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; }
.form-wrap { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 2rem; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.form-wrap h3 { margin-bottom: 1.3rem; }
.form-group { margin-bottom: 1rem; }
label { display: block; font-size: 0.84rem; font-weight: 600; color: var(--text); margin-bottom: 0.3rem; }
input, select, textarea { width: 100%; padding: 0.65rem 0.9rem; border: 1.5px solid var(--border); border-radius: 6px; font-family: 'Source Sans 3', sans-serif; font-size: 0.92rem; color: var(--text); background: var(--white); transition: border-color 0.2s; outline: none; appearance: none; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); }
textarea { resize: vertical; min-height: 85px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.btn-submit { width: 100%; background: var(--blue); color: #fff; padding: 0.85rem; border: none; border-radius: 6px; font-family: 'Source Sans 3', sans-serif; font-size: 0.97rem; font-weight: 600; cursor: pointer; transition: background 0.2s; margin-top: 0.3rem; }
.btn-submit:hover { background: var(--blue-light); }
.form-note { font-size: 0.8rem; color: var(--muted); margin-top: 0.5rem; text-align: center; }
.form-success { display: none; text-align: center; padding: 2rem 1rem; }
.form-success .check { font-size: 3rem; margin-bottom: 0.7rem; }
.form-success h4 { font-family: 'Lora', serif; font-size: 1.3rem; color: var(--blue); margin-bottom: 0.4rem; }
.form-success p { color: var(--muted); font-size: 0.9rem; }

/* PROFILE CARD */
.profile-card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; box-shadow: 0 3px 16px rgba(0,0,0,0.07); }
.profile-card-header { background: var(--blue); color: #fff; padding: 1.4rem; text-align: center; }
.profile-avatar { width: 90px; height: 90px; background: rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem; margin: 0 auto 0.8rem; border: 3px solid rgba(255,255,255,0.25); }
.profile-card-header h3 { color: #fff; font-size: 1.1rem; margin-bottom: 0.15rem; }
.profile-card-header p { font-size: 0.82rem; opacity: 0.75; }
.profile-title { background: var(--accent); color: #fff; font-size: 0.74rem; font-weight: 700; padding: 0.2rem 0.7rem; border-radius: 20px; display: inline-block; margin-top: 0.5rem; }
.profile-card-body { padding: 1.1rem; }
.profile-fact { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.86rem; margin-bottom: 0.6rem; color: var(--muted); }

/* REVIEWS */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.review-card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 1.3rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.stars { color: #f1c40f; font-size: 1rem; margin-bottom: 0.6rem; }
.review-text { font-size: 0.92rem; color: var(--text); line-height: 1.6; margin-bottom: 0.8rem; font-style: italic; }
.review-author { font-size: 0.82rem; font-weight: 600; color: var(--muted); }
.reviews-summary { text-align: center; background: var(--blue); color: #fff; border-radius: 10px; padding: 1.5rem; margin-bottom: 1.5rem; }
.reviews-summary .big { font-family: 'Lora', serif; font-size: 3rem; font-weight: 700; line-height: 1; }
.reviews-summary p { opacity: 0.8; font-size: 0.9rem; margin-top: 0.3rem; }

/* FOOTER */
footer { background: var(--blue); color: rgba(255,255,255,0.65); text-align: center; padding: 2rem 1.5rem; font-size: 0.85rem; }
footer strong { color: #fff; }
footer a { color: var(--accent); text-decoration: none; }
.footer-links { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 0.8rem; }
.footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--accent); }

/* MOBILE */
@media (max-width: 700px) {
  .nav-links { display: none; }
  .kontakt-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .trust-inner { gap: 1rem; }
  .offer-row { flex-direction: column; gap: 0.2rem; }
}

/* JS */
