/* Gumetra Vulkanizerstvo — glavni slog */

:root{
  --dark:oklch(0.15 0.006 255);
  --dark-2:oklch(0.19 0.007 255);
  --darker:oklch(0.12 0.006 255);
  --border-dark:oklch(0.32 0.012 260);
  --border-dark-2:oklch(0.4 0.012 260);
  --accent:oklch(0.80 0.17 92);
  --accent-2:oklch(0.68 0.17 45);
  --bg:oklch(0.97 0.004 90);
  --bg-alt:oklch(0.93 0.006 92);
  --text:oklch(0.22 0.008 260);
  --text-muted:oklch(0.55 0.012 260);
  --text-muted-2:oklch(0.45 0.01 260);
  --text-muted-3:oklch(0.4 0.01 260);
  --text-muted-4:oklch(0.3 0.01 260);
  --text-light:oklch(0.72 0.01 90);
  --text-light-2:oklch(0.6 0.01 90);
  --white-ish:oklch(0.96 0.006 90);
  --border:oklch(0.85 0.01 90);
  --border-2:oklch(0.88 0.006 92);
  --icon-bg:oklch(0.93 0.006 92);
  --radius:10px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:'Public Sans',Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:var(--accent-2);text-decoration:none}
a:hover{color:var(--accent)}
h1,h2,h3,h4{font-family:'Archivo',Arial,sans-serif;margin:0}
p{margin:0}
ul,ol{margin:0}
button{font-family:inherit;cursor:pointer}
table{width:100%;border-collapse:collapse}

.container{max-width:1280px;margin:0 auto;padding:0 48px}
.container-narrow{max-width:1100px;margin:0 auto;padding:0 48px}
.container-article{max-width:820px;margin:0 auto;padding:0 48px}
.container-form{max-width:1200px;margin:0 auto;padding:0 48px}

.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ---------- Buttons ---------- */
.btn{display:inline-block;padding:15px 28px;border-radius:6px;font-weight:700;font-size:15px;border:none;text-align:center;line-height:1.2}
.btn-sm{padding:11px 22px;font-size:14px}
.btn-block{display:block;width:100%}
.btn-accent{background:var(--accent);color:var(--dark)}
.btn-accent:hover{background:var(--accent);color:var(--dark);opacity:.92}
.btn-dark{background:var(--dark);color:var(--white-ish)}
.btn-dark:hover{color:var(--white-ish);opacity:.9}
.btn-rust{background:var(--accent-2);color:#fff}
.btn-rust:hover{color:#fff;opacity:.9}
.btn-outline-light{border:1px solid var(--border-dark-2);color:var(--white-ish);background:transparent}
.btn-outline-light:hover{color:var(--accent)}
.btn-outline-dark{border:1px solid var(--border);color:var(--text);background:transparent}
.btn-outline-dark:hover{color:var(--accent-2)}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:50;background:var(--dark);
  border-bottom:1px solid var(--border-dark);
  padding:14px 48px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;
}
.logo{display:flex;align-items:center;gap:12px}
.logo-badge{width:42px;height:42px;border-radius:50%;border:5px solid var(--accent);position:relative;background:var(--dark);flex-shrink:0}
.logo-badge::after{content:"";position:absolute;inset:10px;border-radius:50%;background:var(--border-dark)}
.logo-text{font-family:'Archivo',sans-serif;font-weight:900;font-size:19px;color:var(--white-ish);letter-spacing:.3px}
.logo-sub{font-size:10px;font-weight:600;letter-spacing:2px;color:var(--accent);text-transform:uppercase}

.nav-toggle{display:none;align-items:center;justify-content:center;width:38px;height:38px;border-radius:6px;border:1px solid var(--border-dark-2);background:transparent;color:var(--white-ish);font-size:18px}

.main-nav{display:flex;gap:30px;flex-wrap:wrap}
.main-nav a{color:var(--white-ish);font-weight:600;font-size:15px}
.main-nav a.is-active{color:var(--accent);font-weight:700}

.header-actions{display:flex;align-items:center;gap:14px}
.header-phone{color:var(--text-light);font-weight:600;font-size:14px}
.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--border-dark);color:var(--white-ish);font-size:16px;background:transparent}
.cart-badge{position:absolute;top:-6px;right:-6px;background:var(--accent-2);color:#fff;font-size:10px;font-weight:700;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}
.cart-badge[hidden]{display:none}

/* ---------- Sub nav (anchor jump nav) ---------- */
.sub-nav{background:#fff;border-bottom:1px solid var(--border);padding:16px 48px;display:flex;gap:28px;flex-wrap:wrap;justify-content:center;font-weight:600;font-size:14px;position:sticky;top:70px;z-index:40}

/* ---------- Hero (index) ---------- */
.hero{background:linear-gradient(180deg,var(--dark),var(--dark-2));padding:72px 48px;display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}
.hero-badge{display:inline-block;background:var(--border-dark);color:var(--accent);font-weight:700;font-size:13px;letter-spacing:1px;padding:6px 14px;border-radius:20px;margin-bottom:20px}
.hero h1{font-weight:900;font-size:52px;line-height:1.08;color:var(--white-ish);margin:0 0 20px}
.hero-lead{font-size:18px;line-height:1.6;color:var(--text-light);max-width:520px;margin:0 0 32px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:40px}
.hero-stats{display:flex;gap:40px;flex-wrap:wrap}
.hero-stats .num{font-family:'Archivo',sans-serif;font-weight:900;font-size:28px;color:var(--white-ish)}
.hero-stats .label{font-size:13px;color:var(--text-light-2)}
.hero-media{width:100%;height:420px;border-radius:18px;overflow:hidden}
.hero-media img{width:100%;height:100%;object-fit:cover}

/* ---------- Page hero (inner pages) ---------- */
.page-hero{background:var(--dark);padding:56px 48px;text-align:center}
.page-hero.page-hero-lg{padding:64px 48px;text-align:left;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.eyebrow{color:var(--accent);font-weight:700;font-size:13px;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}
.eyebrow-rust{color:var(--accent-2)}
.page-hero h1{font-weight:900;font-size:40px;color:var(--white-ish);margin:0 0 14px}
.page-hero-lg h1{font-size:38px;margin:0 0 18px}
.page-hero p{color:var(--text-light);max-width:640px;margin:0 auto;font-size:16px;line-height:1.6}
.page-hero-lg p{margin:0;font-size:16px}
.page-hero-sm h1{font-weight:900;font-size:32px;color:var(--white-ish);margin:0}
.page-hero-sm .updated{color:var(--text-light-2);font-size:13px;margin-top:10px}

/* ---------- Banner strip ---------- */
.notice-strip{background:var(--accent-2);padding:20px 48px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;text-align:center}
.notice-strip p{color:var(--dark);font-weight:700;font-size:15px}

/* ---------- Sections ---------- */
.section{padding:80px 48px}
.section-sm{padding:56px 48px}
.section-md{padding:72px 48px}
.section-alt{background:var(--bg-alt)}
.section-dark{background:var(--dark)}
.section-header{text-align:center;margin-bottom:48px}
.section-header h2{font-weight:800;font-size:34px;margin:0}
.section-header--split{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px;text-align:left;margin-bottom:40px}
.section-header--split h2{font-size:34px}

/* ---------- Grids ---------- */
.grid{display:grid;gap:24px}
.grid-auto-220{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.grid-auto-230{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.grid-auto-240{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.grid-auto-260{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.grid-auto-200{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.split-2{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}

/* ---------- Cards ---------- */
.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius)}
.icon-box{width:48px;height:48px;border-radius:10px;background:var(--icon-bg);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}
.icon-box-alt{background:#fff}

.service-card{display:block;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;color:var(--text)}
.service-card .title{font-weight:800;font-size:17px;margin-bottom:8px}
.service-card .desc{font-size:14px;color:var(--text-muted);line-height:1.5}

.feature-item{text-align:center}
.feature-item .ico{font-size:26px;margin-bottom:8px}
.feature-item .title{font-weight:700;font-size:14px}
.feature-item.left{text-align:left}
.feature-item.left .ico{font-size:30px;margin-bottom:12px}
.feature-item.left .title{font-weight:800;font-family:'Archivo',sans-serif;font-size:17px;margin-bottom:6px}
.feature-item.left .desc{font-size:14px;color:var(--text-muted);line-height:1.5}

.product-card{display:block;background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;color:var(--text)}
.product-card .thumb{height:140px;overflow:hidden}
.product-card .thumb img{width:100%;height:100%;object-fit:cover}
.product-card .body{padding:16px}
.product-card .name{font-weight:700;font-size:14px}
.product-card .cat{font-size:13px;color:var(--text-muted);margin-top:4px}
.product-card .price{font-weight:800;margin-top:10px;color:var(--accent-2)}

.testimonial{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;text-align:left}
.testimonial .stars{color:var(--accent-2);margin-bottom:10px}
.testimonial .quote{font-size:14px;line-height:1.6;color:var(--text-muted-4);margin-bottom:14px}
.testimonial .author{font-weight:700;font-size:13px}

.blog-card{display:block;background:var(--dark-2);border-radius:var(--radius);padding:24px;color:var(--white-ish)}
.blog-card .tag{font-size:12px;color:var(--text-light-2);margin-bottom:10px}
.blog-card .title{font-family:'Archivo',sans-serif;font-weight:700;font-size:18px;line-height:1.35}

/* ---------- CTA band ---------- */
.cta-band{background:var(--accent);padding:64px 48px;text-align:center}
.cta-band.sm{padding:56px 48px}
.cta-band h2{font-family:'Archivo',sans-serif;font-weight:900;font-size:30px;color:var(--dark);margin:0 0 20px}
.cta-band.sm h2{font-size:28px}

/* ---------- Footer ---------- */
.site-footer{background:var(--darker);color:var(--text-light);padding:64px 48px 0}
.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;padding-bottom:40px}
.footer-brand{font-family:'Archivo',sans-serif;font-weight:900;font-size:18px;color:var(--white-ish);margin-bottom:10px}
.footer-col h4{font-weight:700;color:var(--white-ish);margin-bottom:14px;font-size:14px}
.footer-links{display:flex;flex-direction:column;gap:10px;font-size:13px}
.footer-links a{color:var(--text-light)}
.footer-text{font-size:13px;line-height:1.7}
.footer-bottom{border-top:1px solid oklch(0.28 0.012 260);padding:20px 0;font-size:12px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;max-width:1280px;margin:0 auto}

/* ---------- Cookie banner ---------- */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--darker);color:oklch(0.9 0.006 90);padding:18px 48px;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;z-index:100;box-shadow:0 -6px 20px rgba(0,0,0,.3)}
.cookie-banner[hidden]{display:none}
.cookie-banner p{font-size:13px;max-width:640px}
.cookie-actions{display:flex;gap:10px}

/* ---------- Forms ---------- */
.form-input,.form-select,.form-textarea{width:100%;padding:13px;border:1px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit;background:#fff;color:var(--text)}
.form-textarea{min-height:70px;resize:vertical}
.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-group{margin-bottom:14px}
.form-label{font-size:13px;font-weight:600;display:block;margin-bottom:6px}
.form-note{font-size:12px;color:var(--text-muted);line-height:1.5}
.form-panel{background:#fff;border:1px solid var(--border);border-radius:14px;padding:36px;scroll-margin-top:100px}
.form-success{text-align:center;padding:40px 0}
.form-success .ico{font-size:44px;margin-bottom:16px}
.form-success h2{font-family:'Archivo',sans-serif;font-weight:800;font-size:20px;margin-bottom:10px}
.form-success p{font-size:14px;color:var(--text-muted-2);line-height:1.6}
.form-msg{margin-top:14px;font-size:13px;font-weight:600}
.form-msg.error{color:oklch(0.55 0.2 30)}
[hidden]{display:none !important}

/* ---------- Contact ---------- */
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px}
.contact-item{display:flex;gap:14px}
.contact-item .ico{font-size:20px}
.contact-item .label{font-weight:700;font-size:14px}
.contact-item .val{font-size:14px;color:var(--text-muted-2)}
.hours-table td{padding:8px 0;border-bottom:1px solid var(--border);font-size:14px}
.hours-table tr:last-child td{border-bottom:none}
.hours-table td:last-child{text-align:right;font-weight:700}
.map-embed{width:100%;height:220px;border-radius:14px;overflow:hidden;border:0}
.map-embed iframe{width:100%;height:100%;border:0;display:block}

/* ---------- Shop ---------- */
.category-chips{max-width:1280px;margin:0 auto;padding:40px 48px 0;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.chip{padding:10px 18px;border-radius:20px;font-weight:600;font-size:13px;border:1px solid var(--border);background:#fff;color:var(--text-muted-4)}
.chip.active{background:var(--dark);color:var(--white-ish);border-color:var(--dark)}
.products-grid{max-width:1280px;margin:0 auto;padding:32px 48px 80px}
.product-card-shop{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}
.product-card-shop .thumb{height:150px;overflow:hidden}
.product-card-shop .thumb img{width:100%;height:100%;object-fit:cover}
.product-card-shop .body{padding:18px;display:flex;flex-direction:column;flex:1}
.product-card-shop .cat{font-size:12px;color:var(--accent-2);font-weight:700;margin-bottom:6px}
.product-card-shop .name{font-weight:700;font-size:15px;margin-bottom:6px}
.product-card-shop .spec{font-size:13px;color:var(--text-muted);margin-bottom:14px}
.product-card-shop .row{display:flex;align-items:center;justify-content:space-between;margin-top:auto}
.product-card-shop .price{font-weight:800;font-size:17px;color:var(--text)}
.add-cart-btn{background:var(--dark);color:#fff;padding:9px 14px;border-radius:6px;font-weight:700;font-size:13px;border:none}

.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:90}
.cart-overlay[hidden]{display:none}
.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:92vw;background:#fff;z-index:95;display:flex;flex-direction:column;box-shadow:-8px 0 30px rgba(0,0,0,.2);transform:translateX(100%);transition:transform .25s ease}
.cart-drawer.open{transform:translateX(0)}
.cart-header{padding:22px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}
.cart-header .title{font-family:'Archivo',sans-serif;font-weight:800;font-size:18px}
.icon-btn{background:none;border:none;font-size:20px;cursor:pointer;color:var(--text-muted-3)}
.cart-body{flex:1;overflow-y:auto;padding:20px 24px}
.cart-empty{text-align:center;color:var(--text-muted);font-size:14px;padding:40px 0}
.cart-item{display:flex;gap:12px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--border-2)}
.cart-item .thumb{width:60px;height:60px;flex-shrink:0;border-radius:8px;overflow:hidden}
.cart-item .thumb img{width:100%;height:100%;object-fit:cover}
.cart-item .name{font-weight:700;font-size:14px}
.cart-item .price{font-size:13px;color:var(--text-muted);margin:4px 0 8px}
.qty-controls{display:flex;align-items:center;gap:10px}
.qty-btn{width:24px;height:24px;border-radius:5px;border:1px solid var(--border);background:#fff;cursor:pointer}
.qty-val{font-weight:700;font-size:13px}
.remove-btn{margin-left:auto;font-size:12px;color:var(--text-muted);background:none;border:none;cursor:pointer;text-decoration:underline}
.cart-footer{padding:20px 24px;border-top:1px solid var(--border)}
.cart-total-row{display:flex;justify-content:space-between;font-weight:700;font-size:16px;margin-bottom:16px}

.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:98;display:flex;align-items:center;justify-content:center;padding:24px}
.modal-overlay[hidden]{display:none}
.modal{background:#fff;border-radius:12px;max-width:480px;width:100%;max-height:88vh;overflow-y:auto;padding:32px}
.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.modal-header .title{font-family:'Archivo',sans-serif;font-weight:800;font-size:19px}

/* ---------- FAQ ---------- */
.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px}
.faq-item .q{font-weight:700;font-size:15px;margin-bottom:8px}
.faq-item .a{font-size:14px;color:var(--text-muted-2);line-height:1.6}

/* ---------- Story / timeline (o-nas) ---------- */
.timeline-item .year{font-family:'Archivo',sans-serif;font-weight:900;font-size:22px;color:var(--accent-2);margin-bottom:8px}
.timeline-item .desc{font-size:14px;color:var(--text-muted-3);line-height:1.6}
.value-card{background:#fff;border-radius:var(--radius);padding:26px}
.value-card .ico{font-size:26px;margin-bottom:12px}
.value-card .title{font-weight:700;font-size:15px;margin-bottom:8px}
.value-card .desc{font-size:14px;color:var(--text-muted-2);line-height:1.6}
.equip-photo{width:100%;height:220px;border-radius:14px;overflow:hidden}
.equip-photo img{width:100%;height:100%;object-fit:cover}
.team-member{text-align:center}
.team-photo{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 14px}
.team-photo img{width:100%;height:100%;object-fit:cover}
.team-member .name{font-weight:700;font-size:14px}
.team-member .role{font-size:13px;color:var(--text-muted)}

/* ---------- Article (nasveti) ---------- */
.article-meta{font-size:12px;color:var(--text-muted);margin-bottom:10px}
.article h2{font-weight:800;font-size:30px;margin:0 0 20px}
.article-media{width:100%;height:300px;border-radius:14px;overflow:hidden;margin-bottom:24px}
.article-media img{width:100%;height:100%;object-fit:cover}
.article p{font-size:15.5px;line-height:1.8;color:var(--text-muted-4);margin:0 0 18px}
.article ul{font-size:15px;line-height:1.9;color:var(--text-muted-4);padding-left:20px;margin:0 0 18px}

/* ---------- Legal pages ---------- */
.legal-body{font-size:15px;line-height:1.8;color:var(--text-muted-4)}
.legal-body h2{font-weight:800;font-size:20px;color:oklch(0.2 0.008 260);margin:36px 0 14px}
.legal-body h2:first-child{margin-top:0}
.legal-body p{margin:0 0 16px}
.legal-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:36px;font-size:15px;line-height:2;color:var(--text-muted-4)}
.legal-card .company{font-family:'Archivo',sans-serif;font-weight:800;font-size:19px;color:oklch(0.2 0.008 260);margin-bottom:18px}
.legal-table{width:100%;border-collapse:collapse;font-size:14px;margin-top:10px}
.legal-table th{background:var(--bg-alt);padding:12px;font-weight:700;text-align:left}
.legal-table td{padding:12px;border-bottom:1px solid var(--border-2)}
.price-table{width:100%;border-collapse:collapse;font-size:14px;margin-bottom:20px}
.price-table tr{border-bottom:1px solid var(--border)}
.price-table tr:last-child{border-bottom:none}
.price-table td{padding:8px 0}
.price-table td:last-child{text-align:right;font-weight:700}

/* ---------- Utility ---------- */
.mt-0{margin-top:0}
.center{text-align:center}
.small-note{font-size:13px;color:var(--text-muted-2)}

/* ---------- Responsive ---------- */
@media (max-width:900px){
  .container,.container-narrow,.container-article,.container-form,
  .site-header,.hero,.page-hero,.page-hero-lg,.section,.section-sm,.section-md,
  .notice-strip,.sub-nav,.category-chips,.products-grid,.cta-band,.site-footer,.cookie-banner{
    padding-left:20px;padding-right:20px;
  }
  .hero,.page-hero-lg,.split-2,.contact-grid{grid-template-columns:1fr}
  .form-row-2{grid-template-columns:1fr}
  .nav-toggle{display:flex}
  .main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--dark);flex-direction:column;padding:16px 20px;border-bottom:1px solid var(--border-dark);gap:16px}
  .main-nav.open{display:flex}
  .site-header{position:relative}
  .header-phone{display:none}
  .hero h1{font-size:38px}
  .section-header h2,.section-header--split h2{font-size:26px}
  .sub-nav{position:static;overflow-x:auto;justify-content:flex-start}
}
@media (min-width:901px){
  .nav-toggle{display:none}
}
