/* AutoKutak — shared stylesheet
   Ported 1:1 from the Claude Design mockup (colors, type, spacing),
   with added responsive breakpoints + interactive states for production use. */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-bottom: 160px; }
body {
  margin: 0;
  background: #f4f6f8;
  color: #22262b;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
a { color: #2f5aa8; text-decoration: none; }
a:hover { color: #17284a; text-decoration: underline; }
h1, h2, h3, h4 { margin: 0; font-family: 'Barlow Condensed', Helvetica, sans-serif; line-height: 1.05; letter-spacing: -0.4px; }
p { margin: 0; }
ul { margin: 0; padding-left: 20px; }
button { font-family: 'Barlow', Helvetica, sans-serif; cursor: pointer; }
input, textarea, select { font-family: 'Barlow', Helvetica, sans-serif; font-size: 16px; }
img { max-width: 100%; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 2px solid #5b7fb9; outline-offset: 2px; }

@keyframes akIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes akDrawer { from { transform: translateX(30px); opacity: 0; } to { transform: none; opacity: 1; } }
.anim-in { animation: akIn 0.6s ease both; }
.anim-in-delay { animation: akIn 0.7s 0.1s ease both; }

/* ---------- top bar ---------- */
.topbar { background: #131b2e; color: #cbd5e2; font-size: 13.5px; letter-spacing: 0.3px; }
.topbar-inner { max-width: 1240px; margin: 0 auto; padding: 9px 24px; display: flex; flex-wrap: wrap; gap: 22px; align-items: center; justify-content: space-between; }
.topbar-left { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.topbar-sep { color: #6e86a8; }
.topbar-right { display: flex; gap: 18px; align-items: center; }
.topbar-right a.phone { color: #fff; font-weight: 600; }
.topbar-right a.mail { color: #cbd5e2; }
@media (max-width: 700px) {
  .topbar-sep, .topbar-left span:last-child, .topbar-right a.mail { display: none; }
}
.mono { font-family: 'IBM Plex Mono', monospace; }
.eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: 2.4px; text-transform: uppercase; color: #5b7fb9; }

/* ---------- header / nav ---------- */
header.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,0.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid #e1e6ec;
}
.header-inner { max-width: 1240px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 26px; }
.logo-link { display: flex; align-items: center; gap: 11px; background: none; border: 0; padding: 0; text-decoration: none; }
.logo-link:hover { text-decoration: none; }
.logo-mark { width: 40px; height: 40px; border-radius: 3px; background: linear-gradient(160deg, #2b3440, #131b2e); display: flex; align-items: center; justify-content: center; color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 22px; flex-shrink: 0; }
.logo-text { text-align: left; }
.logo-name { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 24px; text-transform: uppercase; letter-spacing: 0.5px; color: #131b2e; }
.logo-domain { display: block; font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: 1.6px; color: #7c8794; text-transform: uppercase; }

.main-nav { display: flex; flex-wrap: wrap; gap: 4px; margin-left: auto; align-items: center; }
.nav-link { background: none; border: 0; padding: 9px 12px; font-size: 14.5px; font-weight: 600; letter-spacing: 0.3px; color: #3a424c; border-radius: 3px; text-decoration: none; }
.nav-link:hover { background: #eef1f5; color: #131b2e; text-decoration: none; }
.nav-link.active { background: #131b2e; color: #fff; }
.cart-btn { margin-left: 8px; display: flex; align-items: center; gap: 9px; background: #131b2e; color: #fff; border: 0; padding: 11px 17px; border-radius: 3px; font-size: 14.5px; font-weight: 600; letter-spacing: 0.4px; }
.cart-btn:hover { background: #24365c; }
.cart-count { min-width: 22px; height: 22px; padding: 0 6px; border-radius: 11px; background: #5b7fb9; display: inline-flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace; font-size: 12px; }

.nav-toggle { display: none; margin-left: auto; background: none; border: 1px solid #d3dae1; border-radius: 3px; padding: 9px 12px; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content:""; display:block; width:20px; height:2px; background:#131b2e; position:relative; }
.nav-toggle span::before { position:absolute; top:-6px; }
.nav-toggle span::after { position:absolute; top:6px; }

@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; }
  .main-nav { display: none; width: 100%; margin-left: 0; flex-direction: column; align-items: stretch; gap: 2px; order: 3; }
  .main-nav.open { display: flex; }
  .nav-link { padding: 12px 14px; }
  .cart-btn { margin-left: 0; justify-content: center; }
  .nav-toggle { display: inline-flex; align-items: center; }
}

/* ---------- buttons ---------- */
.btn { display: inline-block; border: 0; border-radius: 3px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; text-decoration: none; cursor: pointer; text-align: center; font-family: 'Barlow', Helvetica, sans-serif; }
.btn:hover { text-decoration: none; }
.btn-lg { padding: 16px 26px; font-size: 16px; }
.btn-primary { background: #5b7fb9; color: #fff; }
.btn-primary:hover { background: #6f92c9; color:#fff; }
.btn-outline-light { background: transparent; color: #fff; border: 1px solid #56637d; }
.btn-outline-light:hover { background: rgba(255,255,255,0.08); color:#fff; }
.btn-white { background: #fff; color: #17284a; }
.btn-white:hover { background: #dfe8f6; color:#17284a; }
.btn-dark { background: #131b2e; color: #fff; padding: 12px 14px; font-size: 13.5px; }
.btn-dark:hover { background: #2f5aa8; color:#fff; }
.btn-outline-dark { background: none; border: 1px solid #c3cbd4; padding: 13px 20px; border-radius: 3px; font-weight: 600; color: #131b2e; text-transform:none; letter-spacing:0; }
.btn-outline-dark:hover { border-color: #131b2e; text-decoration:none; }
.btn-block { width: 100%; }
.btn-submit { background: #2f5aa8; color: #fff; border: 0; padding: 15px; border-radius: 3px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; }
.btn-submit:hover { background: #17284a; }
.btn:disabled { opacity: 0.6; cursor: not-allowed; }

/* ---------- page hero bands ---------- */
.page-hero { background: #131b2e; color: #fff; padding: 60px 0; }
.page-hero .eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: 2.4px; text-transform: uppercase; color: #8fb0dd; }
.page-hero h1 { font-size: 54px; font-weight: 700; text-transform: uppercase; margin-top: 12px; }
.page-hero p.lead { margin-top: 12px; max-width: 760px; color: #c1cbd9; font-size: 17.5px; }
@media (max-width: 700px) {
  .page-hero h1 { font-size: 34px; }
  .page-hero { padding: 40px 0; }
}

/* ---------- home hero ---------- */
.hero { background: linear-gradient(115deg, #10182a 0%, #1d2635 55%, #2b3440 100%); color: #fff; position: relative; overflow: hidden; }
.hero-inner { max-width: 1240px; margin: 0 auto; padding: 96px 24px 104px; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.hero-badge { display: inline-block; font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 2.6px; text-transform: uppercase; color: #8fb0dd; border: 1px solid #3c4c68; padding: 6px 12px; border-radius: 2px; }
.hero h1 { font-size: 68px; font-weight: 700; text-transform: uppercase; margin: 22px 0 20px; letter-spacing: -1.2px; }
.hero h1 span { color: #8fb0dd; }
.hero p.lead { font-size: 20px; line-height: 1.55; color: #c6d0dd; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 40px; font-size: 14.5px; color: #a9b6c8; }
.hero-photo-card { border: 1px solid #3a4557; border-radius: 4px; overflow: hidden; }
.hero-photo-card .photo-box { height: 300px; }
.hero-photo-caption { background: #f7f8f9; color: #22262b; padding: 22px 24px; }
.hero-photo-caption .cap-eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: #5b7fb9; }
.hero-photo-caption p { margin-top: 8px; font-size: 15.5px; color: #4a525c; }
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; padding: 56px 20px 60px; }
  .hero h1 { font-size: 40px; }
  .hero p.lead { font-size: 17px; }
}

.photo-box { position: relative; overflow: hidden; background: #e4e8ed; }
.photo-box img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- stats bar ---------- */
.stats-bar { background: #fff; border-bottom: 1px solid #e1e6ec; }
.stats-grid { padding: 34px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 40px; font-weight: 700; color: #131b2e; }
.stat-label { font-size: 14px; color: #6d7783; letter-spacing: 0.4px; }
@media (max-width: 700px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- generic section ---------- */
.section { padding: 88px 0; }
@media (max-width: 700px) { .section { padding: 50px 0; } }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 40px; flex-wrap: wrap; }
.section-head .eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: 2.4px; text-transform: uppercase; color: #5b7fb9; }
.section-head h2 { font-size: 46px; font-weight: 700; text-transform: uppercase; margin-top: 10px; }
.section-head .desc { max-width: 420px; color: #5a636e; font-size: 16px; }
@media (max-width: 700px) { .section-head h2 { font-size: 30px; } }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card { background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; padding: 28px; transition: border-color .15s, transform .15s; }
.card:hover { border-color: #5b7fb9; transform: translateY(-3px); }
.card .num { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #9aa4b0; }
.card h3 { font-size: 25px; font-weight: 600; text-transform: uppercase; margin: 12px 0 10px; color: #131b2e; }
.card p { font-size: 15.5px; color: #58616c; }
.card .price-line { margin-top: 18px; padding-top: 16px; border-top: 1px dashed #dde2e8; font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: #2f5aa8; }

/* ---------- why section ---------- */
.why-section { background: #131b2e; color: #e6eaf0; padding: 84px 0; }
.why-grid { max-width: 1240px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 54px; align-items: center; }
.why-photo { border-radius: 4px; height: 340px; }
.why-grid h2 { font-size: 44px; font-weight: 700; text-transform: uppercase; margin: 12px 0 22px; }
.why-eyebrow { color: #8fb0dd; }
.why-item { display: grid; grid-template-columns: 34px 1fr; gap: 14px; }
.why-item .num-badge { width: 34px; height: 34px; border-radius: 2px; background: #2a3a5c; color: #cfe0f7; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.why-item strong { font-size: 18px; }
.why-item p { color: #adbacd; font-size: 15.5px; }
.why-items { display: grid; gap: 18px; }
@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-grid h2 { font-size: 30px; }
  .why-photo { height: 220px; }
}

/* ---------- product cards ---------- */
.product-card { background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; }
.product-card .photo-box { height: 170px; }
.product-card .photo-box.short { height: 160px; }
.product-body { padding: 18px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.product-sku { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: 1.4px; color: #9aa4b0; text-transform: uppercase; }
.product-body h3 { font-size: 20px; font-weight: 600; color: #131b2e; line-height: 1.15; }
.product-desc { font-size: 14.5px; color: #6d7783; }
.product-stock { font-size: 13px; color: #2e7d51; font-weight: 600; }
.product-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 6px; }
.product-price { font-family: 'Barlow Condensed', sans-serif; font-size: 27px; font-weight: 700; color: #131b2e; }

/* ---------- seasonal reminder ---------- */
.reminder-item { border-left: 3px solid #5b7fb9; padding: 6px 0 6px 20px; }
.reminder-item h3 { font-size: 23px; font-weight: 600; text-transform: uppercase; color: #131b2e; }
.reminder-item p { font-size: 15.5px; color: #58616c; }
.season-section { background: #fff; border-top: 1px solid #e1e6ec; border-bottom: 1px solid #e1e6ec; padding: 80px 0; }
@media (max-width: 700px) { .season-section { padding: 44px 0; } }
.h2-40 { font-size: 40px; font-weight: 700; text-transform: uppercase; margin-bottom: 30px; }
@media (max-width: 700px) { .h2-40 { font-size: 28px; } }

/* ---------- blog teaser (home) ---------- */
.teaser-card { background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; overflow: hidden; }
.teaser-card .photo-box { height: 150px; }
.teaser-body { padding: 22px; }
.teaser-tag { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 1.4px; color: #5b7fb9; text-transform: uppercase; }
.teaser-body h3 { font-size: 23px; font-weight: 600; margin: 10px 0; color: #131b2e; }
.teaser-body p { font-size: 15.5px; color: #58616c; }

/* ---------- reviews ---------- */
.reviews-section { background: #22262b; color: #e7eaee; padding: 80px 0; }
.reviews-section h2 { font-size: 40px; font-weight: 700; text-transform: uppercase; margin-bottom: 34px; }
.review-card { margin: 0; background: #2b3037; border: 1px solid #3a4149; border-radius: 4px; padding: 26px; }
.review-stars { color: #f0c14b; letter-spacing: 3px; font-size: 14px; }
.review-card p { margin: 14px 0 18px; font-size: 16.5px; color: #d5dae0; }
.review-card footer { font-size: 14px; color: #97a0aa; }
@media (max-width: 700px) { .reviews-section h2 { font-size: 28px; } }

/* ---------- CTA banner ---------- */
.cta-section { padding: 76px 0; }
@media (max-width: 700px) { .cta-section { padding: 40px 0; } }
.cta-banner { background: linear-gradient(110deg, #17284a, #2f5aa8); border-radius: 5px; padding: 48px; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; color: #fff; }
.cta-banner h2 { font-size: 40px; font-weight: 700; text-transform: uppercase; }
.cta-banner p { margin-top: 12px; font-size: 17px; color: #d6e2f4; }
.cta-actions { display: flex; flex-direction: column; gap: 10px; }
.cta-actions a.phone { text-align: center; border: 1px solid rgba(255,255,255,0.5); padding: 15px 22px; border-radius: 3px; color: #fff; font-weight: 600; }
.cta-actions a.phone:hover { text-decoration:none; background:rgba(255,255,255,.08); }
@media (max-width: 800px) {
  .cta-banner { grid-template-columns: 1fr; padding: 30px; }
  .cta-banner h2 { font-size: 26px; }
}

/* ---------- usluge (services long) ---------- */
.service-row { background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; padding: 32px; display: grid; grid-template-columns: 220px 1fr 200px; gap: 30px; align-items: start; }
.service-row h2 { font-size: 30px; font-weight: 600; text-transform: uppercase; color: #131b2e; margin-top: 8px; }
.service-row .body p { font-size: 16.5px; color: #4d5661; }
.service-row ul { margin-top: 14px; font-size: 15.5px; color: #58616c; display: grid; gap: 4px; list-style: disc; }
.service-price-box { background: #f4f6f8; border-radius: 3px; padding: 18px; }
.service-price-box .lbl { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: 1.6px; color: #7c8794; text-transform: uppercase; }
.service-price-box .amt { font-family: 'Barlow Condensed', sans-serif; font-size: 34px; font-weight: 700; color: #131b2e; }
.service-price-box .time { font-size: 13.5px; color: #6d7783; }
@media (max-width: 820px) {
  .service-row { grid-template-columns: 1fr; }
}

/* ---------- cjenik (price list) ---------- */
.price-table { background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; overflow: hidden; }
.price-row { display: grid; grid-template-columns: 1fr 160px 130px; gap: 20px; padding: 17px 26px; border-bottom: 1px solid #eef1f4; align-items: center; }
.price-row:last-child { border-bottom: 0; }
.price-row .name { font-weight: 600; font-size: 17px; color: #131b2e; }
.price-row .note { font-size: 14px; color: #78828e; }
.price-row .time { font-family: 'IBM Plex Mono', monospace; font-size: 13.5px; color: #6d7783; }
.price-row .price { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 700; color: #2f5aa8; text-align: right; }
@media (max-width: 600px) {
  .price-row { grid-template-columns: 1fr; gap: 4px; }
  .price-row .price { text-align: left; }
}
.package-card { border-radius: 4px; padding: 26px; }
.package-card.light { background: #fff; border: 1px solid #e3e7eb; }
.package-card.dark { background: #131b2e; color: #fff; }
.package-card h3 { font-size: 24px; font-weight: 600; text-transform: uppercase; }
.package-card.light h3 { color: #131b2e; }
.package-card .amt { font-family: 'Barlow Condensed', sans-serif; font-size: 42px; font-weight: 700; margin: 8px 0; }
.package-card.light .amt { color: #2f5aa8; }
.package-card.dark .amt { color: #8fb0dd; }
.package-card p { font-size: 15.5px; }
.package-card.light p { color: #58616c; }
.package-card.dark p { color: #c1cbd9; }

/* ---------- trgovina (shop) ---------- */
.shop-toolbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 26px; }
.chip { padding: 11px 17px; border-radius: 3px; font-size: 14.5px; font-weight: 600; letter-spacing: 0.3px; border: 1px solid #d3dae1; background: #fff; color: #3a424c; }
.chip.active { border-color: #131b2e; background: #131b2e; color: #fff; }
.chip:hover { text-decoration: none; }
.search-input { margin-left: auto; min-width: 260px; max-width: 100%; padding: 12px 14px; border: 1px solid #d3dae1; border-radius: 3px; background: #fff; }
@media (max-width: 700px) { .search-input { margin-left: 0; width: 100%; } }
.shop-info-grid { margin-top: 40px; background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; padding: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.shop-info-grid h3 { font-size: 21px; font-weight: 600; text-transform: uppercase; color: #131b2e; }
.shop-info-grid p { font-size: 15px; color: #58616c; }
@media (max-width: 900px) { .shop-info-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .shop-info-grid { grid-template-columns: 1fr; } }
.no-results { padding: 60px 20px; text-align: center; color: #6d7783; font-size: 16px; }

/* ---------- savjeti (blog) ---------- */
.article-card { background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; overflow: hidden; }
.article-card .photo-box { height: 220px; }
.article-card-body { padding: 34px; }
@media (max-width: 600px) { .article-card-body { padding: 22px; } }
.article-meta { display: flex; gap: 14px; align-items: center; font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; color: #5b7fb9; flex-wrap: wrap; }
.article-meta .sep { color: #b6bec7; }
.article-card h2 { font-size: 34px; font-weight: 600; margin: 12px 0 14px; color: #131b2e; }
.article-card > .article-card-body > p.lead { font-size: 17px; color: #4d5661; }
.article-hr { height: 1px; background: #eef1f4; margin: 22px 0; }
.article-body { display: grid; gap: 12px; }
.article-body p { font-size: 16.5px; color: #4d5661; }
.article-tip { margin-top: 22px; background: #f4f6f8; border-left: 3px solid #5b7fb9; padding: 16px 20px; }
.article-tip .lbl { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: 1.6px; text-transform: uppercase; color: #5b7fb9; }
.article-tip p { font-size: 16px; color: #3c454f; margin-top: 6px; }
@media (max-width: 600px) { .article-card h2 { font-size: 26px; } }

/* ---------- onama (about) ---------- */
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: start; }
.about-grid .col-text { display: grid; gap: 16px; }
.about-grid .col-text p:first-child { font-size: 19px; color: #3c454f; }
.about-grid .col-text p { font-size: 16.5px; color: #4d5661; }
.about-photo { border-radius: 4px; height: 260px; }
.certs-box { background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; padding: 24px; }
.certs-box h3 { font-size: 22px; font-weight: 600; text-transform: uppercase; color: #131b2e; }
.certs-box ul { margin-top: 10px; font-size: 15.5px; color: #58616c; display: grid; gap: 5px; list-style: disc; }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }
.team-card { background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; overflow: hidden; }
.team-card .photo-box { height: 170px; }
.team-card-body { padding: 18px; }
.team-card h3 { font-size: 21px; font-weight: 600; color: #131b2e; }
.team-role { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 1.2px; color: #5b7fb9; text-transform: uppercase; margin: 4px 0 8px; }
.team-card p.bio { font-size: 14.5px; color: #6d7783; }

/* ---------- kontakt (contact) ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-form-card { background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; padding: 32px; }
.contact-form-card h2 { font-size: 30px; font-weight: 600; text-transform: uppercase; color: #131b2e; }
.contact-form-card > p { font-size: 15.5px; color: #6d7783; margin-top: 8px; }
.form-grid { display: grid; gap: 12px; margin-top: 22px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .form-row-2 { grid-template-columns: 1fr; } }
.form-grid input[type="text"], .form-grid input[type="tel"], .form-grid input[type="email"], .form-grid textarea {
  padding: 13px 14px; border: 1px solid #d3dae1; border-radius: 3px; width: 100%;
}
.form-grid input:focus, .form-grid textarea:focus { border-color: #5b7fb9; }
.consent-row { display: flex; gap: 10px; font-size: 14px; color: #6d7783; align-items: flex-start; }
.consent-row input { margin-top: 4px; }
.form-success { background: #e8f3ec; border: 1px solid #b9dcc7; color: #1f5d3a; padding: 13px 16px; border-radius: 3px; font-size: 15px; }
.form-error { background: #fbe9e6; border: 1px solid #f0bfb4; color: #8a3320; padding: 13px 16px; border-radius: 3px; font-size: 15px; }
.hidden { display: none !important; }
.info-card { background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; padding: 28px; }
.info-card h3 { font-size: 24px; font-weight: 600; text-transform: uppercase; color: #131b2e; }
.info-card p { font-size: 16px; color: #4d5661; margin-top: 8px; }
.map-embed { border-radius: 4px; overflow: hidden; height: 220px; border: 0; width: 100%; display:block; }
.contact-info-list { display: grid; gap: 18px; }

/* ---------- FAQ ---------- */
.faq-item { background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 18px 22px; font-size: 18px; font-weight: 600; color: #131b2e; display: flex; justify-content: space-between; gap: 16px; }
.faq-q .sign { color: #5b7fb9; }
.faq-a { padding: 0 22px 20px; font-size: 16px; color: #4d5661; }
.faq-a[hidden] { display: none; }

/* ---------- legal pages ---------- */
.legal-hero { background: #22262b; color: #fff; padding: 54px 0; }
.legal-hero .eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: 2.4px; text-transform: uppercase; color: #9fb0c4; }
.legal-hero h1 { font-size: 46px; font-weight: 700; text-transform: uppercase; margin-top: 12px; }
.legal-hero .updated { margin-top: 10px; font-size: 15px; color: #aab4c0; }
.legal-tabs { max-width: 1000px; margin: 0 auto; padding: 30px 24px 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.legal-body { background: #fff; border: 1px solid #e3e7eb; border-radius: 4px; padding: 42px; }
@media (max-width: 600px) { .legal-body { padding: 24px; } }
.legal-block { margin-bottom: 28px; }
.legal-block h2 { font-size: 26px; font-weight: 600; text-transform: uppercase; color: #131b2e; margin-bottom: 10px; }
.legal-block p { font-size: 16.5px; color: #4a525c; margin-bottom: 10px; }
.legal-footnote { font-size: 14.5px; color: #78828e; border-top: 1px solid #eef1f4; padding-top: 18px; }
@media (max-width: 700px) { .legal-hero h1 { font-size: 30px; } }

/* ---------- hvala (thank you) ---------- */
.thanks-main { max-width: 760px; margin: 0 auto; padding: 100px 24px 120px; text-align: center; }
.thanks-main .eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: 2.4px; text-transform: uppercase; color: #5b7fb9; }
.thanks-main h1 { font-size: 52px; font-weight: 700; text-transform: uppercase; margin: 14px 0 16px; }
.thanks-main p { font-size: 18px; color: #4d5661; }
.thanks-actions { margin-top: 30px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 600px) { .thanks-main h1 { font-size: 34px; } .thanks-main { padding: 60px 20px 80px; } }

/* ---------- footer ---------- */
footer.site-footer { background: #10182a; color: #a9b6c8; padding: 66px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 28px; text-transform: uppercase; color: #fff; }
.footer-col-title { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: #fff; margin-bottom: 12px; }
.footer-links { display: grid; gap: 7px; font-size: 15px; }
.footer-links a { background: none; border: 0; padding: 0; text-align: left; color: #a9b6c8; text-decoration:none; }
.footer-links a:hover { color: #fff; }
.newsletter-row { display: flex; gap: 8px; margin-top: 12px; }
.newsletter-row input { flex: 1; min-width: 0; padding: 11px 12px; border: 1px solid #2c3a55; border-radius: 3px; background: #172136; color: #fff; }
.newsletter-row button { background: #5b7fb9; color: #fff; border: 0; padding: 11px 15px; border-radius: 3px; font-weight: 600; }
.newsletter-row button:hover { background: #6f92c9; }
.footer-bottom { max-width: 1240px; margin: 30px auto 0; padding: 20px 24px 0; border-top: 1px solid #212c44; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; font-size: 13.5px; color: #7d8ea6; }
.newsletter-msg { font-size: 13.5px; color: #8fd6a8; margin-top: 8px; }

/* ---------- cart drawer ---------- */
.cart-overlay { position: fixed; inset: 0; z-index: 100; display: none; justify-content: flex-end; }
.cart-overlay.open { display: flex; }
.cart-backdrop { position: absolute; inset: 0; background: rgba(16,24,42,0.55); border: 0; padding: 0; cursor: default; }
.cart-drawer { position: relative; width: 440px; max-width: 100%; height: 100%; background: #fff; display: flex; flex-direction: column; animation: akDrawer 0.25s ease both; }
.cart-drawer-head { padding: 22px 26px; border-bottom: 1px solid #e6eaee; display: flex; align-items: center; justify-content: space-between; }
.cart-drawer-head h2 { font-size: 27px; font-weight: 700; text-transform: uppercase; color: #131b2e; }
.cart-close { background: none; border: 0; font-size: 24px; color: #6d7783; line-height:1; }
.cart-lines { flex: 1; overflow: auto; padding: 20px 26px; display: grid; gap: 16px; align-content: start; }
.cart-empty-msg { font-size: 16px; color: #6d7783; }
.cart-line { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: start; border-bottom: 1px solid #f0f2f5; padding-bottom: 14px; }
.cart-line-thumb { height: 64px; border-radius: 3px; overflow: hidden; background:#e4e8ed; }
.cart-line-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.cart-line-name { font-weight: 600; font-size: 16px; color: #131b2e; line-height: 1.2; }
.cart-line-sku { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #9aa4b0; margin: 3px 0 8px; }
.qty-row { display: flex; align-items: center; gap: 8px; }
.qty-btn { width: 28px; height: 28px; border: 1px solid #d3dae1; background: #fff; border-radius: 3px; }
.qty-val { font-family: 'IBM Plex Mono', monospace; font-size: 14px; min-width: 20px; text-align: center; }
.remove-btn { margin-left: 6px; background: none; border: 0; font-size: 13px; color: #a0492f; }
.cart-line-total { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; color: #131b2e; }
.cart-drawer-foot { border-top: 1px solid #e6eaee; padding: 20px 26px 26px; display: grid; gap: 10px; }
.cart-summary-row { display: flex; justify-content: space-between; font-size: 15px; color: #58616c; }
.cart-total-row { display: flex; justify-content: space-between; font-family: 'Barlow Condensed', sans-serif; font-size: 30px; font-weight: 700; color: #131b2e; }
.cart-terms { font-size: 12.5px; color: #78828e; }

/* ---------- cookie banner ---------- */
.cookie-banner { position: fixed; bottom: 18px; left: 18px; right: 18px; z-index: 95; display: flex; justify-content: center; }
.cookie-banner.hidden-cookie { display: none; }
.cookie-inner { max-width: 1060px; width: 100%; background: #10182a; color: #d6dde7; border: 1px solid #2b3a58; border-radius: 4px; padding: 20px 24px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; box-shadow: 0 18px 40px rgba(10,16,28,0.35); }
.cookie-inner strong { color: #fff; font-size: 17px; }
.cookie-inner p { font-size: 14.5px; margin-top: 5px; }
.cookie-inner a { color: #8fb0dd; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-actions button { border-radius: 3px; font-weight: 600; padding: 12px 18px; }
.btn-cookie-reject { background: none; border: 1px solid #46567a; color: #d6dde7; }
.btn-cookie-accept { background: #5b7fb9; border: 0; color: #fff; font-weight: 700; padding: 12px 20px; }
@media (max-width: 700px) {
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; }
  .cookie-inner { grid-template-columns: 1fr; }
}
