/*
Theme Name: ZoneliTech
Theme URI: https://zonelitech.sk
Author: ZoneliTech
Description: Jednostránková WordPress šablóna pre CNC obrábanie a kovovýrobu ZoneliTech.
Version: 1.0.0
Text Domain: zonelitech
*/

*{box-sizing:border-box;margin:0;padding:0}
:root{
  --orange:#ff6a00;
  --orange-dark:#f25f00;
  --black:#050505;
  --black-soft:#0a0d10;
  --bg:#f8f8f8;
  --text:#171717;
  --muted:#5a5f66;
  --line:#e7e7e7;
  --white:#fff;
  --container:1320px;
  --shadow:0 14px 34px rgba(0,0,0,.08);
}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:var(--white);color:var(--text);line-height:1.45}
img{display:block;max-width:100%}
svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(var(--container),calc(100% - 80px));margin-inline:auto}

/* Header */
.site-header{position:absolute;top:0;left:0;width:100%;height:76px;background:#000;z-index:50;border-bottom:1px solid rgba(255,255,255,.08)}
.nav-row{height:76px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff}
.brand-icon{width:44px;height:44px;display:grid;place-items:center;border:2px solid var(--orange);color:var(--orange);font-size:28px;font-weight:900;border-radius:12px 4px 12px 4px;transform:skew(-8deg)}
.brand-text{font-size:29px;font-weight:900;letter-spacing:-1.2px;line-height:.9}
.brand-text span{color:var(--orange)}
.brand-text small{display:block;margin-top:6px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#fff;font-weight:800}
.main-nav{display:flex;align-items:center;gap:34px;margin-left:auto}
.main-nav a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:.02em;transition:.2s}
.main-nav a.active,.main-nav a:hover{color:var(--orange)}
.nav-contact{display:flex;align-items:center;gap:18px;margin-left:16px}
.phone-link{display:flex;align-items:center;gap:9px;color:#fff;text-decoration:none;font-size:16px;font-weight:800}
.phone-link svg{color:var(--orange)}
.menu-toggle{display:none;width:42px;height:42px;border:0;background:transparent;margin-left:auto}
.menu-toggle span{display:block;width:23px;height:2px;background:#fff;margin:5px auto}

/* Hero */
.hero{position:relative;background:#000;color:#fff;padding-top:76px;overflow:hidden}
.hero-bg{position:absolute;inset:76px 0 0;background:
linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.70) 40%,rgba(0,0,0,.20) 100%),
linear-gradient(0deg,rgba(0,0,0,.35),rgba(0,0,0,0)),
url("../images/hero-cnc.jpg") center/cover no-repeat}
.hero-inner{position:relative;z-index:2;min-height:500px;display:flex;align-items:center}
.hero-copy{max-width:640px;padding-top:20px;padding-bottom:30px}
.hero h1{font-size:63px;line-height:1.02;font-weight:900;letter-spacing:-2px;text-transform:uppercase;margin-bottom:20px}
.hero h1 span{display:block;color:var(--orange)}
.hero p{max-width:620px;font-size:17px;line-height:1.55;margin-bottom:24px;color:#fff}
.hero-actions{display:flex;gap:14px;margin-bottom:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 24px;border-radius:2px;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.03em;border:1px solid transparent;cursor:pointer}
.btn-primary{background:linear-gradient(90deg,var(--orange),#ff7b1f);color:#fff;box-shadow:0 12px 28px rgba(255,106,0,.24)}
.btn-outline-light{background:transparent;border-color:rgba(255,255,255,.58);color:#fff}
.btn-outline-orange{background:#fff;border-color:rgba(255,106,0,.35);color:var(--orange)}
.btn-small{min-height:42px;padding:0 18px}
.hero-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:990px}
.hero-badge{display:grid;grid-template-columns:34px 1fr;gap:12px;padding-right:20px;border-right:1px solid rgba(255,255,255,.22)}
.hero-badge:last-child{border-right:0}
.hero-badge svg{color:var(--orange);width:30px;height:30px}
.hero-badge strong{display:block;color:#fff;font-size:15px}
.hero-badge span{display:block;color:#e2e2e2;font-size:13px;margin-top:4px}

/* Section titles */
.section-title{text-align:center;margin-bottom:22px}
.section-title span{display:block;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:6px}
.section-title h2{font-size:32px;line-height:1.1;letter-spacing:-.8px}
.dark-title h2{color:#fff}

/* Services */
.services-section{padding:24px 0 28px;background:#fff}
.services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.service-card{background:#fff;border:1px solid var(--line);box-shadow:0 8px 24px rgba(0,0,0,.04);transition:.2s}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.service-card img{width:100%;height:102px;object-fit:cover}
.service-body{padding:16px 14px 14px}
.service-icon{width:28px;height:28px;color:var(--orange);margin-bottom:8px}
.service-icon svg{width:28px;height:28px}
.service-body h3{font-size:15px;line-height:1.24;margin-bottom:10px}
.service-body p{font-size:13px;line-height:1.45;color:#232323}

/* Industries and materials */
.industries-section{
  padding:34px 0 38px;
  background:#f7f7f7;
  border-top:1px solid var(--line);
}
.industries-layout{
  display:grid;
  grid-template-columns:1.1fr 1.4fr;
  gap:34px;
  align-items:start;
}
.industries-copy span{
  display:block;
  color:var(--orange);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.industries-copy h2{
  font-size:30px;
  line-height:1.1;
  letter-spacing:-.8px;
  margin-bottom:14px;
}
.industries-copy p{
  color:#333;
  font-size:14px;
  line-height:1.68;
  margin-bottom:11px;
}
.industries-boxes{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.industries-boxes div{
  background:#fff;
  border:1px solid var(--line);
  padding:18px 14px;
  min-height:150px;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}
.industries-boxes svg{
  color:var(--orange);
  width:32px;
  height:32px;
  margin-bottom:10px;
}
.industries-boxes strong{
  display:block;
  font-size:14px;
  line-height:1.25;
  margin-bottom:7px;
}
.industries-boxes small{
  display:block;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}
.material-tags{
  grid-column:1 / -1;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:2px;
}
.material-tags span{
  background:#fff;
  border:1px solid var(--line);
  color:#202020;
  padding:10px 15px;
  font-size:13px;
  font-weight:800;
  border-radius:999px;
}

/* Why section */
.why-section{padding:0;background:var(--black-soft);color:#fff}
.why-grid{display:grid;grid-template-columns:1.05fr 2fr;gap:34px;padding:34px 0}
.why-copy span{display:block;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}
.why-copy h2{font-size:28px;line-height:1.08;letter-spacing:-.8px;margin-bottom:16px}
.why-copy p{font-size:14px;color:#d9d9d9;line-height:1.65;margin-bottom:22px;max-width:360px}
.why-features{display:grid;grid-template-columns:repeat(3,1fr);gap:22px 24px}
.why-item{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:start}
.why-item svg{width:34px;height:34px;color:var(--orange)}
.why-item h3{font-size:16px;line-height:1.25;margin-bottom:6px}
.why-item p{font-size:13px;color:#d4d4d4;line-height:1.45}

/* Gallery */
.gallery-section{padding:28px 0 32px;background:#fff}
.gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.gallery-grid img{width:100%;height:128px;object-fit:cover;border:1px solid var(--line)}
.gallery-cta{display:flex;justify-content:center;margin-top:18px}

/* Process */
.process-section{padding:26px 0 30px;background:#07090b;color:#fff}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:8px}
.process-step{position:relative}
.process-step:not(:last-child)::after{content:"→";position:absolute;right:-14px;top:38px;color:var(--orange);font-weight:900}
.process-icon{color:var(--orange);margin-bottom:8px}
.process-icon svg{width:44px;height:44px}
.step-number{color:var(--orange);font-size:31px;font-weight:900;line-height:1;margin-bottom:5px}
.process-step h3{font-size:16px;line-height:1.25;margin-bottom:8px}
.process-step p{font-size:13px;color:#d5d5d5;line-height:1.5}

/* Contact */
.contact-section{background:
linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.72)),
url("../images/hero-cnc.jpg") center/cover no-repeat;
padding:24px 0}
.contact-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:center}
.contact-copy span{display:block;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}
.contact-copy h2{font-size:28px;line-height:1.18;letter-spacing:-.8px;color:#fff;max-width:360px;margin-bottom:24px}
.contact-list{list-style:none;display:grid;gap:12px}
.contact-list li{display:flex;gap:10px;align-items:center;color:#fff}
.contact-list svg{color:var(--orange);width:19px;height:19px}
.contact-list a,.contact-list span{color:#fff;text-decoration:none;font-size:15px}
.contact-form{display:grid;gap:12px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.contact-form input,.contact-form textarea{width:100%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.18);color:#fff;padding:12px 14px;font:inherit;font-size:13px;outline:none}
.contact-form textarea{min-height:88px;resize:vertical}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--orange)}
.form-submit{display:grid;grid-template-columns:1fr 250px;gap:16px;align-items:center}
.file-field{height:44px;border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;padding:0 14px;cursor:pointer;color:#fff;font-size:12px}
.file-field input{display:none}

/* Footer */
.site-footer{background:#050505;color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.footer-row{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-brand .brand-icon{width:38px;height:38px;font-size:24px}
.footer-brand .brand-text{font-size:25px}
.footer-brand .brand-text small{font-size:8px}
.footer-nav{display:flex;gap:28px}
.footer-nav a{color:#fff;text-decoration:none;font-size:13px;font-weight:800;text-transform:uppercase}
.site-footer p{font-size:13px;color:#d4d4d4}

/* Mobile */
@media (max-width: 1200px){
  .container{width:min(var(--container),calc(100% - 34px))}
  .main-nav,.nav-contact{display:none}
  .menu-toggle{display:block}
  .site-header,.nav-row{height:72px}
  .hero{padding-top:72px}
  .hero-bg{inset:72px 0 0}
  .hero h1{font-size:44px}
  .services-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid{grid-template-columns:1fr}
  .why-features{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .industries-layout{grid-template-columns:1fr}
  .industries-boxes{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(3,1fr)}
  .process-step::after{display:none}
  .contact-layout{grid-template-columns:1fr}
  .footer-row{flex-direction:column;justify-content:center;padding:18px 0}
}
@media (max-width: 760px){
  .hero-inner{min-height:auto;padding:46px 0 34px}
  .hero h1{font-size:34px}
  .hero-badges{grid-template-columns:1fr}
  .hero-badge{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:12px}
  .hero-actions{display:grid}
  .services-grid{grid-template-columns:1fr 1fr}
  .why-features{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .process-grid{grid-template-columns:1fr 1fr}
  .industries-boxes{grid-template-columns:1fr 1fr}
  .form-row,.form-submit{grid-template-columns:1fr}
  .footer-nav{flex-wrap:wrap;justify-content:center}
}
@media (max-width: 520px){
  .container{width:calc(100% - 24px)}
  .brand-text{font-size:24px}
  .hero h1{font-size:30px}
  .services-grid,.gallery-grid,.process-grid,.industries-boxes{grid-template-columns:1fr}
  .contact-copy h2,.why-copy h2,.section-title h2{font-size:24px}
}


/* Upload field styled podľa náhľadu */
.upload-field{
  min-height:48px;
  height:auto;
  display:flex;
  align-items:center;
  gap:14px;
  padding:0 18px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  cursor:pointer;
  transition:.2s ease;
}
.upload-field:hover{
  border-color:var(--orange);
  background:rgba(255,255,255,.06);
}
.upload-field input{
  display:none;
}
.upload-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.upload-icon svg{
  width:25px;
  height:25px;
  color:#fff;
  stroke-width:2.2;
}
.upload-main{
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
  white-space:nowrap;
}
.upload-note{
  color:#d9d9d9;
  font-size:12px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
  white-space:nowrap;
}
@media (max-width:760px){
  .upload-field{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
    padding:14px;
  }
  .upload-main,
  .upload-note{
    white-space:normal;
  }
}


/* Contact Form 7 styling */
.contact-form-wrap .wpcf7 form{display:grid;gap:12px}
.contact-form-wrap .wpcf7 .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.contact-form-wrap .wpcf7 input[type="text"],
.contact-form-wrap .wpcf7 input[type="email"],
.contact-form-wrap .wpcf7 input[type="tel"],
.contact-form-wrap .wpcf7 textarea{
  width:100%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.18);color:#fff;padding:12px 14px;font:inherit;font-size:13px;outline:none
}
.contact-form-wrap .wpcf7 textarea{min-height:88px;resize:vertical}
.contact-form-wrap .wpcf7 input:focus,.contact-form-wrap .wpcf7 textarea:focus{border-color:var(--orange)}
.contact-form-wrap .wpcf7-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 24px;border-radius:2px;border:0;cursor:pointer;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.03em;background:linear-gradient(90deg,var(--orange),#ff7b1f);color:#fff;box-shadow:0 12px 28px rgba(255,106,0,.24)}
.contact-form-wrap .wpcf7 .wpcf7-form-control-wrap{display:block}
.contact-form-wrap .wpcf7 .wpcf7-not-valid-tip{color:#ffb4b4;font-size:12px;margin-top:5px}
.contact-form-wrap .wpcf7 form .wpcf7-response-output{margin:12px 0 0;color:#fff;border-color:var(--orange)}
.contact-form-wrap .wpcf7 .form-submit{display:grid;grid-template-columns:1fr 250px;gap:16px;align-items:center}
.contact-form-wrap .wpcf7 .upload-field{min-height:48px;height:auto;display:flex;align-items:center;gap:14px;padding:0 18px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.22);color:#fff;cursor:pointer;transition:.2s ease}
.contact-form-wrap .wpcf7 .upload-field:hover{border-color:var(--orange);background:rgba(255,255,255,.06)}
.contact-form-wrap .wpcf7 .upload-field .wpcf7-form-control-wrap{display:none}
.contact-form-wrap .wpcf7 .upload-icon svg{width:25px;height:25px;color:#fff;stroke-width:2.2}
.contact-form-wrap .wpcf7 .upload-main{color:#fff;font-size:13px;font-weight:900;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}
.contact-form-wrap .wpcf7 .upload-note{color:#d9d9d9;font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}
.form-note{padding:14px 16px;margin-bottom:14px;border:1px solid rgba(255,255,255,.25);color:#fff;background:rgba(0,0,0,.22);font-size:13px}
@media (max-width:760px){.contact-form-wrap .wpcf7 .form-row,.contact-form-wrap .wpcf7 .form-submit{grid-template-columns:1fr}.contact-form-wrap .wpcf7 .upload-field{align-items:flex-start;flex-direction:column;gap:6px;padding:14px}.contact-form-wrap .wpcf7 .upload-main,.contact-form-wrap .wpcf7 .upload-note{white-space:normal}}
