/* Umyvárka Áut Slovakia — shared stylesheet */

:root{
  --navy:#0f2b47;
  --navy-2:#12385f;
  --blue:#1f5fb8;
  --blue-dark:#173f7f;
  --blue-light:#eaf3fc;
  --blue-soft:#9fcaff;
  --bg-light:#f2f5f8;
  --border:#e6eaee;
  --text:#16202c;
  --text-body:#2c3947;
  --text-muted:#5c6b7a;
  --text-muted-2:#8a97a3;
  --white:#fff;
  --font-head:'Space Grotesk','Segoe UI',Arial,sans-serif;
  --font-body:'Manrope','Segoe UI',Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}
a{color:var(--blue);text-decoration:none}
a:hover{color:var(--blue-dark)}
img{max-width:100%;display:block}
button{font-family:inherit}
.container{max-width:1200px;margin:0 auto;padding:0 32px}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:100;box-shadow:0 1px 0 rgba(20,30,40,.06);background:#fff}
.topbar{background:var(--navy-2);color:#dce9f7;font-size:13px;display:flex;justify-content:center;gap:28px;padding:7px 20px;flex-wrap:wrap;text-align:center}
.headbar{background:#fff;padding:14px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.brand{text-decoration:none;display:flex;align-items:center;gap:10px}
.brand-badge{width:38px;height:38px;border-radius:10px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-head);font-weight:700;font-size:17px;flex-shrink:0}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-title{font-family:var(--font-head);font-weight:700;font-size:19px;color:var(--text)}
.brand-sub{font-size:11px;color:var(--text-muted);letter-spacing:.04em}

.main-nav{display:flex;align-items:center;gap:26px;flex-wrap:wrap;font-size:15px;font-weight:600;color:var(--text)}
.main-nav a{color:var(--text);text-decoration:none}
.main-nav a:hover,.main-nav a.active{color:var(--blue)}
.nav-drop{position:relative}
.nav-drop>span{cursor:default;display:inline-block}
.nav-drop>span:hover{color:var(--blue)}
.nav-drop-panel{opacity:0;visibility:hidden;transform:translateY(6px);transition:all .15s ease;position:absolute;top:26px;left:-16px;background:#fff;border:1px solid #dde3e9;border-radius:12px;padding:10px;display:flex;flex-direction:column;min-width:220px;box-shadow:0 12px 28px rgba(20,30,40,.12);z-index:50}
.nav-drop:hover .nav-drop-panel{opacity:1;visibility:visible;transform:translateY(0)}
.nav-drop-panel a{padding:9px 12px;border-radius:8px;font-size:14px;color:var(--text)}
.nav-drop-panel a:hover{background:var(--bg-light);color:var(--blue)}

.head-actions{display:flex;align-items:center;gap:14px}
.cart-btn{position:relative;text-decoration:none;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--blue-light);color:var(--blue);font-size:18px}
.cart-badge{position:absolute;top:-6px;right:-6px;background:var(--blue);color:#fff;font-size:11px;font-weight:700;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0 4px}
.btn-cta{text-decoration:none;background:var(--blue);color:#fff;font-weight:700;font-size:14px;padding:11px 20px;border-radius:9px;border:none;cursor:pointer;display:inline-block}
.btn-cta:hover{background:var(--blue-dark);color:#fff}

.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:6px;color:var(--text)}
.nav-toggle svg{width:26px;height:26px}

@media (max-width:900px){
  .nav-toggle{display:block}
  .main-nav{display:none;width:100%;order:3;flex-direction:column;align-items:flex-start;gap:4px;padding-top:10px}
  .main-nav.open{display:flex}
  .nav-drop-panel{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;padding:0 0 0 12px;display:none}
  .nav-drop.open .nav-drop-panel{display:flex}
  .headbar{position:relative}
  .topbar{gap:10px 20px}
}

/* ---------- Buttons / links ---------- */
.btn{display:inline-block;text-decoration:none;font-weight:700;font-size:15px;padding:15px 26px;border-radius:10px;border:none;cursor:pointer;font-family:inherit}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:var(--blue-dark);color:#fff}
.btn-outline-dark{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff}
.btn-outline-dark:hover{background:rgba(255,255,255,.08);color:#fff}
.btn-light{background:var(--blue-light);color:var(--blue)}
.btn-light:hover{background:#d9ebfb;color:var(--blue-dark)}
.btn-small{font-size:13px;padding:9px 14px;border-radius:8px}

/* ---------- Hero ---------- */
.hero{position:relative;background:var(--navy);overflow:hidden}
.hero-inner{padding:72px 32px 88px;display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}
.eyebrow{display:inline-block;background:rgba(255,255,255,.1);color:var(--blue-soft);font-size:13px;font-weight:700;letter-spacing:.04em;padding:7px 14px;border-radius:20px;margin-bottom:20px}
.eyebrow-light{background:none;padding:0;color:var(--blue);}
h1.hero-title{font-family:var(--font-head);font-size:46px;line-height:1.12;color:#fff;margin:0 0 18px;font-weight:700}
.hero-lead{font-size:17px;line-height:1.6;color:#bcd0e3;margin:0 0 30px;max-width:520px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-stats{display:flex;gap:32px;margin-top:44px;flex-wrap:wrap}
.hero-stat-num{font-family:var(--font-head);font-size:26px;font-weight:700;color:#fff}
.hero-stat-label{font-size:13px;color:#9fb4c8}
.breadcrumb{font-size:13px;color:var(--blue-soft);margin-bottom:10px}
.breadcrumb a{color:var(--blue-soft)}

.page-hero{background:var(--navy);padding:56px 0}
.page-hero h1{font-family:var(--font-head);font-size:38px;color:#fff;margin:0 0 14px;font-weight:700}
.page-hero p{color:#bcd0e3;font-size:16px;line-height:1.6;margin:0}
.page-hero-split{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center}
@media (max-width:820px){.page-hero-split{grid-template-columns:1fr}.hero-inner{grid-template-columns:1fr}}

/* ---------- Sections ---------- */
section{width:100%}
.section{padding:80px 32px;max-width:1200px;margin:0 auto}
.section-tight{padding:70px 32px;max-width:1200px;margin:0 auto}
.section-bg{background:var(--bg-light)}
.section-navy{background:var(--navy)}
.section-head{text-align:center;max-width:640px;margin:0 auto 48px}
.kicker{color:var(--blue);font-weight:700;font-size:13px;letter-spacing:.06em}
h2.section-title{font-family:var(--font-head);font-size:32px;margin:10px 0 12px;font-weight:700}
.section-desc{color:var(--text-muted);font-size:15.5px;line-height:1.6;margin:0}

.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
@media (max-width:820px){.grid-2{grid-template-columns:1fr;gap:32px}}

.card{text-decoration:none;color:inherit;display:block;background:var(--bg-light);border-radius:16px;padding:28px;border:1px solid var(--border)}
.card-icon{width:48px;height:48px;border-radius:12px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}
.card h3{font-family:var(--font-head);font-size:18px;margin:0 0 8px}
.card p{font-size:14px;color:var(--text-muted);line-height:1.55;margin:0}

.feature-row{display:flex;gap:14px}
.feature-check{color:var(--blue);font-size:20px;flex-shrink:0}
.feature-row strong{display:block}
.feature-row p{margin:4px 0 0;font-size:14px;color:var(--text-muted)}

/* ---------- Product cards ---------- */
.product-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;background:#fff}
.product-card img{width:100%;height:170px;object-fit:cover}
.product-body{padding:16px;display:flex;flex-direction:column;flex:1}
.product-cat{font-size:11.5px;color:var(--blue);font-weight:700;letter-spacing:.03em}
.product-name{font-weight:700;font-size:14.5px;margin:6px 0 4px}
.product-desc{color:var(--text-muted);font-size:13px;margin-bottom:12px;flex:1}
.product-foot{display:flex;justify-content:space-between;align-items:center}
.product-price{font-weight:700;color:var(--text);font-family:var(--font-head);font-size:16px}
.product-price-blue{font-weight:700;color:var(--blue)}
.add-btn{background:var(--blue-light);color:var(--blue);border:none;font-weight:700;font-size:13px;padding:9px 14px;border-radius:8px;cursor:pointer}
.add-btn:hover{background:#d9ebfb}

.mini-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff}
.mini-card img{width:100%;height:150px;object-fit:cover}
.mini-card-body{padding:14px}
.mini-card-name{font-weight:700;font-size:14px}

/* ---------- Pricing cards ---------- */
.price-card{background:#fff;border-radius:14px;padding:24px;border:1px solid var(--border)}
.price-card.featured{border:2px solid var(--blue)}
.price-card-title{font-weight:700;margin-bottom:6px}
.price-card-desc{color:var(--text-muted);font-size:13.5px;margin-bottom:14px}
.price-card-amount{font-family:var(--font-head);font-size:24px;font-weight:700;color:var(--blue)}

.plan-card{border:1px solid var(--border);border-radius:16px;padding:32px;display:flex;flex-direction:column;background:#fff}
.plan-card.featured{border:2px solid var(--blue);position:relative;box-shadow:0 20px 40px rgba(31,95,184,.12)}
.plan-badge{position:absolute;top:-13px;left:28px;background:var(--blue);color:#fff;font-size:11.5px;font-weight:700;padding:4px 12px;border-radius:12px}
.plan-name{font-family:var(--font-head);font-weight:700;font-size:20px;margin-bottom:6px}
.plan-sub{color:var(--text-muted);font-size:13.5px;margin-bottom:18px}
.plan-price{font-family:var(--font-head);font-size:30px;font-weight:700;color:var(--blue);margin-bottom:20px}
.plan-features{display:flex;flex-direction:column;gap:10px;font-size:14px;color:var(--text-body);margin-bottom:26px;flex:1}

/* ---------- Testimonials ---------- */
.testimonial{background:var(--bg-light);border-radius:14px;padding:24px}
.stars{color:var(--blue);margin-bottom:10px}
.testimonial p{font-size:14.5px;line-height:1.6;color:var(--text-body);margin:0 0 14px}
.testimonial-name{font-weight:700;font-size:13.5px}

/* ---------- CTA banner ---------- */
.cta-banner{background:var(--navy);padding:64px 0;text-align:center}
.cta-banner h2{font-family:var(--font-head);color:#fff;font-size:28px;margin:0 0 14px}
.cta-banner p{color:#bcd0e3;font-size:15.5px;margin:0 0 26px}

/* ---------- Image slot / photo ---------- */
.photo{width:100%;border-radius:20px;object-fit:cover;background:var(--bg-light)}
.photo-rounded{border-radius:20px}
.photo-18{border-radius:18px}

/* ---------- Footer ---------- */
.site-footer{font-family:var(--font-body);background:var(--navy);color:#c9d8e6}
.footer-grid{max-width:1200px;margin:0 auto;padding:56px 32px 32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:36px}
.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.footer-brand-badge{width:36px;height:36px;border-radius:10px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-head);font-weight:700}
.footer-brand-title{font-family:var(--font-head);font-weight:700;font-size:18px;color:#fff}
.footer-desc{font-size:14px;line-height:1.6;color:#9fb4c8;margin:0}
.footer-col-title{color:#fff;font-weight:700;font-size:14px;margin-bottom:14px;letter-spacing:.03em}
.footer-links{display:flex;flex-direction:column;gap:10px;font-size:14px}
.footer-links a{color:#c9d8e6;text-decoration:none}
.footer-links a:hover{color:#fff}
.footer-contact{display:flex;flex-direction:column;gap:10px;font-size:14px;color:#c9d8e6}
.footer-contact a{color:#7fb3ec;font-weight:700}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 32px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;max-width:1200px;margin:0 auto;font-size:13px;color:#8ba2b6}
.footer-bottom-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-bottom-links a{color:#8ba2b6;text-decoration:none}
.footer-bottom-links a:hover{color:#fff}

/* ---------- Cookie banner ---------- */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--navy);color:#dce9f7;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;font-family:var(--font-body);box-shadow:0 -6px 20px rgba(0,0,0,.15)}
.cookie-banner p{margin:0;font-size:13.5px;line-height:1.5;max-width:760px;color:#c9d8e6}
.cookie-banner a{color:#7fb3ec}
.cookie-actions{display:flex;gap:10px;flex-shrink:0}
.cookie-btn{font-weight:700;font-size:13px;padding:10px 18px;border-radius:8px;cursor:pointer;font-family:inherit;border:none}
.cookie-reject{background:transparent;border:1px solid rgba(255,255,255,.3);color:#dce9f7}
.cookie-accept{background:var(--blue);color:#fff}
.cookie-banner{display:none}
.cookie-banner.visible{display:flex}

/* ---------- Cart drawer ---------- */
.cart-overlay{position:fixed;inset:0;background:rgba(15,30,45,.45);z-index:300;display:none}
.cart-overlay.open{display:block}
.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:100%;background:#fff;z-index:310;box-shadow:-10px 0 30px rgba(0,0,0,.15);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .2s ease}
.cart-drawer.open{transform:translateX(0)}
.cart-head{padding:22px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}
.cart-head-title{font-family:var(--font-head);font-weight:700;font-size:18px}
.cart-close{border:none;background:none;font-size:20px;cursor:pointer;color:var(--text-muted)}
.cart-body{flex:1;overflow:auto;padding:16px 24px}
.cart-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #f0f2f4}
.cart-item-thumb{width:56px;height:56px;border-radius:8px;background:var(--bg-light);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:20px;overflow:hidden}
.cart-item-thumb img{width:100%;height:100%;object-fit:cover}
.cart-item-name{font-weight:700;font-size:13.5px}
.cart-item-price{color:var(--text-muted);font-size:12.5px;margin:4px 0 8px}
.qty-controls{display:flex;align-items:center;gap:10px}
.qty-btn{width:24px;height:24px;border-radius:6px;border:1px solid #dde3e9;background:#fff;cursor:pointer}
.qty-num{font-size:13px;font-weight:700}
.remove-btn{margin-left:auto;border:none;background:none;color:#b23b3b;font-size:12px;cursor:pointer}
.cart-empty{color:var(--text-muted);font-size:14px;text-align:center;margin-top:40px}
.cart-foot{padding:20px 24px;border-top:1px solid var(--border)}
.cart-total-row{display:flex;justify-content:space-between;margin-bottom:14px;font-weight:700}
.cart-checkout-btn{width:100%;background:var(--blue);color:#fff;border:none;font-weight:700;font-size:14.5px;padding:14px;border-radius:9px;cursor:pointer;font-family:inherit}
.cart-checkout-btn:hover{background:var(--blue-dark)}
.cart-note{font-size:11.5px;color:var(--text-muted-2);margin:10px 0 0;text-align:center}

.cat-filters{display:flex;gap:10px;flex-wrap:wrap;padding:36px 32px 0;max-width:1200px;margin:0 auto}
.cat-btn{border:1px solid var(--border);background:#fff;color:var(--text);font-weight:700;font-size:13.5px;padding:9px 16px;border-radius:20px;cursor:pointer;font-family:inherit}
.cat-btn.active{border-color:var(--blue);background:var(--blue);color:#fff}

/* ---------- Forms ---------- */
.form-wrap{max-width:640px}
.form-row{margin-bottom:18px}
.form-row label{display:block;font-weight:700;font-size:13.5px;margin-bottom:6px;color:var(--text)}
.form-row input,.form-row select,.form-row textarea{width:100%;padding:12px 14px;border-radius:9px;border:1px solid var(--border);font-family:inherit;font-size:14.5px;color:var(--text);background:#fff}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:2px solid var(--blue);outline-offset:1px}
.form-row textarea{resize:vertical;min-height:110px}
.form-cols-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
@media (max-width:600px){.form-cols-2{grid-template-columns:1fr}}
.form-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-muted);margin-bottom:20px}
.form-check input{width:auto;margin-top:3px}
.form-msg{display:none;padding:14px 16px;border-radius:9px;font-size:14px;margin-bottom:18px}
.form-msg.success{display:block;background:#e6f6ec;color:#1c6b3d;border:1px solid #bfe6cd}
.form-msg.error{display:block;background:#fbe9e9;color:#b23b3b;border:1px solid #f2c6c6}

.info-card{display:flex;gap:14px;background:var(--bg-light);border-radius:14px;padding:22px}
.info-card-icon{font-size:22px}
.map-embed{border-radius:16px;overflow:hidden;border:1px solid var(--border);height:320px}
.map-embed iframe{width:100%;height:100%;border:0}

.tip-card{border:1px solid var(--border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;background:#fff}
.tip-card img{width:100%;height:190px;object-fit:cover}
.tip-card-body{padding:22px}
.tip-tag{font-size:11.5px;color:var(--blue);font-weight:700;letter-spacing:.03em}
.tip-card h3{font-family:var(--font-head);font-size:17px;margin:8px 0}
.tip-card p{font-size:14px;color:var(--text-muted);line-height:1.55;margin:0}

.legal h2{font-family:var(--font-head);font-size:22px;margin:34px 0 12px}
.legal h2:first-child{margin-top:0}
.legal p,.legal li{font-size:14.5px;line-height:1.7;color:var(--text-body)}
.legal ul{padding-left:20px}

.team-card{text-align:center}
.team-card img{width:100%;height:220px;object-fit:cover;border-radius:16px;margin-bottom:14px}
.team-card strong{display:block;font-size:15px}
.team-card span{font-size:13px;color:var(--text-muted)}

.stat-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;text-align:center}
.stat-strip .num{font-family:var(--font-head);font-size:30px;font-weight:700;color:var(--blue)}
.stat-strip .lbl{font-size:13.5px;color:var(--text-muted);margin-top:4px}

@media (max-width:640px){
  h1.hero-title{font-size:32px}
  .page-hero h1{font-size:28px}
  h2.section-title{font-size:26px}
  .hero-inner{padding:48px 20px 64px}
  .section,.section-tight{padding:52px 20px}
  .cart-drawer{width:100%}
}
