/* KZPOWER.KZ — Общие стили */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',sans-serif;color:#1a1a1a;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%}
/* TOPBAR */
.topbar{background:#0d1b2a;color:#fff;font-size:13px;padding:9px 0}
.topbar-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:flex-end;gap:22px;align-items:center;flex-wrap:wrap}
.topbar a,.topbar span{color:rgba(255,255,255,.85);display:flex;align-items:center;gap:5px;transition:color .2s}
.topbar a:hover{color:#4caf50}
/* NAVBAR */
.navbar{background:#fff;border-bottom:2px solid #e8f5e9;position:sticky;top:0;z-index:200;box-shadow:0 2px 16px rgba(0,0,0,.07)}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;height:68px}
.logo{font-size:26px;font-weight:900;color:#0d1b2a;letter-spacing:-1.5px;display:flex;align-items:center;gap:2px}
.logo-kz{color:#0d1b2a}
.logo-power{color:#2e7d32}
.nav-links{list-style:none;display:flex;gap:8px;align-items:center}
.nav-links a{padding:8px 14px;border-radius:7px;font-weight:500;font-size:14.5px;color:#333;transition:all .2s;white-space:nowrap}
.nav-links a:hover,.nav-links a.active{background:#e8f5e9;color:#2e7d32}
.btn-call{background:#2e7d32!important;color:#fff!important;padding:9px 20px!important;border-radius:8px!important;font-weight:600!important;font-size:14.5px!important;display:flex;align-items:center;gap:6px;border:none;cursor:pointer;transition:background .2s}
.btn-call:hover{background:#1b5e20!important;box-shadow:0 4px 12px rgba(46,125,50,.35)!important}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}
.burger span{display:block;width:24px;height:2px;background:#333;border-radius:2px;transition:.3s}
/* HERO */
.hero-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(46,204,113,.15);border:1px solid rgba(46,204,113,.3);color:#4caf50;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:20px}
.hero h1{font-size:clamp(32px,5vw,54px);font-weight:900;color:#fff;line-height:1.1;margin-bottom:18px}
.hero-accent{color:#4caf50}
.hero-sub{font-size:1.1rem;color:rgba(255,255,255,.8);margin-bottom:28px;line-height:1.6;max-width:520px}
.hero-stats{display:flex;gap:24px;margin-bottom:32px;flex-wrap:wrap}
.stat{text-align:center}
.stat-num{display:block;font-size:2rem;font-weight:900;color:#4caf50}
.stat-label{display:block;font-size:.75rem;color:rgba(255,255,255,.6);line-height:1.3}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap}
.btn-primary{background:#2e7d32;color:#fff;padding:13px 26px;border-radius:8px;font-weight:600;font-size:15px;transition:all .2s;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer}
.btn-primary:hover{background:#1b5e20;transform:translateY(-2px);box-shadow:0 6px 20px rgba(46,125,50,.4)}
.btn-secondary{background:rgba(255,255,255,.1);color:#fff;padding:13px 26px;border-radius:8px;font-weight:600;font-size:15px;transition:all .2s;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.3)}
.btn-secondary:hover{background:rgba(255,255,255,.2)}
.btn-outline{background:transparent;color:#2e7d32;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;border:2px solid #2e7d32;transition:all .2s;display:inline-flex;align-items:center;gap:6px}
.btn-outline:hover{background:#2e7d32;color:#fff}
.btn-lg{width:100%;justify-content:center;font-size:16px;padding:15px}
/* HERO INNER LAYOUT */
.hero-inner{display:flex;align-items:center;gap:40px;padding:80px 40px;max-width:1300px;margin:0 auto}
.hero-text{flex:1;max-width:620px}
.hero-imgs{flex:0 0 400px;max-width:400px;display:flex;flex-direction:column;gap:12px}
.hero-img-main{width:100%;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.6);border:2px solid rgba(255,255,255,.15);display:block}
.hero-imgs-row{display:flex;gap:10px}
.hero-imgs-row img{flex:1;width:50%;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.5);border:2px solid rgba(255,255,255,.1);display:block;object-fit:cover;height:120px}
/* SERVICES STRIP */
.services-strip{background:#0d1b2a;padding:0}
.strip-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.strip-card{padding:24px 28px;border-right:1px solid rgba(255,255,255,.08);display:flex;align-items:flex-start;gap:16px}
.strip-card:last-child{border-right:none}
.strip-icon{width:48px;height:48px;background:rgba(46,204,113,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.strip-card strong{display:block;color:#fff;font-size:.95rem;margin-bottom:4px}
.strip-card span{color:rgba(255,255,255,.6);font-size:.83rem;line-height:1.4}
/* ABOUT */
.about-section{padding:80px 0;background:#fff}
.about-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.about-text h2{font-size:2rem;font-weight:800;color:#0d1b2a;margin-bottom:8px}
.section-sub{color:#666;font-size:.95rem;margin-bottom:24px}
.about-text p{color:#444;line-height:1.7;margin-bottom:14px}
.about-btns{display:flex;gap:14px;margin-top:24px;flex-wrap:wrap}
.about-features{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.feat-card{background:#f8fafb;border-radius:12px;padding:20px;border:1px solid #e8f5e9}
.feat-icon{width:44px;height:44px;background:#e8f9f0;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.feat-card strong{display:block;font-size:.92rem;color:#0d1b2a;margin-bottom:4px;font-weight:700}
.feat-card span{color:#666;font-size:.82rem;line-height:1.4}
/* SERVICES SECTION */
.services-section{padding:80px 0}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.section-title{font-size:2rem;font-weight:800;color:#0d1b2a;text-align:center;margin-bottom:8px}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.service-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}
.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.12)}
.svc-img-wrap{width:100%;height:200px;overflow:hidden;background:#f0f4f8}
.svc-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.service-card:hover .svc-img-wrap img{transform:scale(1.05)}
.svc-body{padding:24px;flex:1;display:flex;flex-direction:column}
.svc-icon-wrap{width:46px;height:46px;background:#2ecc71;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0}
.svc-body h3{margin:0 0 10px;font-size:1.1rem;color:#0d1b2a;font-weight:700}
.svc-body p{margin:0 0 14px;color:#555;font-size:.9rem;line-height:1.5}
.svc-body ul{margin:0 0 18px;padding-left:18px;flex:1}
.svc-body ul li{color:#444;font-size:.86rem;margin-bottom:5px;line-height:1.4}
.price-tag{background:#e8f9f0;color:#1a9c5b;font-weight:700;padding:8px 14px;border-radius:8px;margin-bottom:14px;font-size:.92rem}
/* BRANDS */
.brands-section{padding:80px 0;background:#fff}
.brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}
.brand-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s;cursor:pointer}
.brand-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.14)}
.brand-img-wrap{width:100%;height:160px;overflow:hidden;background:#f0f4f8}
.brand-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.brand-info{padding:18px}
.brand-info h3{margin:0 0 6px;font-size:1.1rem;color:#0d1b2a;font-weight:700}
.brand-info p{margin:0 0 10px;font-size:.85rem;color:#555;line-height:1.4}
.brand-count{display:inline-block;background:#e8f9f0;color:#1a9c5b;padding:3px 10px;border-radius:20px;font-size:.8rem;font-weight:600}
/* WHY US */
.why-us{padding:80px 0}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.why-card{background:#fff;border-radius:14px;padding:28px;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid #eef0f3}
.why-icon{width:52px;height:52px;background:#e8f9f0;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.why-card h4{font-size:1rem;font-weight:700;color:#0d1b2a;margin-bottom:8px}
.why-card p{font-size:.88rem;color:#666;line-height:1.5}
/* CONTACT FORM */
.contact-section{padding:80px 0;background:#0d1b2a}
.contact-section .section-title{color:#fff}
.contact-section .section-sub{color:rgba(255,255,255,.65)}
.contact-form{max-width:580px;margin:40px auto 0;background:#fff;border-radius:16px;padding:36px;box-shadow:0 20px 60px rgba(0,0,0,.3)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px 16px;border:1.5px solid #e0e5ee;border-radius:8px;font-size:.95rem;color:#333;background:#fff;outline:none;transition:border .2s;font-family:inherit}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#2e7d32}
.contact-form select{appearance:none;margin-bottom:14px;display:block}
.contact-form textarea{margin-bottom:14px;resize:vertical;display:block}
.form-note{text-align:center;color:#888;font-size:.82rem;margin-top:12px}
/* FOOTER */
.footer{background:#0a1520;color:#fff;padding:60px 0 0}
.footer-inner{max-width:1200px;margin:0 auto;padding:0 24px 40px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.footer-logo{font-size:26px;font-weight:900;letter-spacing:-1.5px;margin-bottom:12px}
.footer-col p,.footer-col ul{color:rgba(255,255,255,.6);font-size:.88rem;line-height:1.7}
.footer-col h4{color:#fff;font-size:.8rem;letter-spacing:1px;margin-bottom:14px;text-transform:uppercase}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:6px}
.footer-col ul a{color:rgba(255,255,255,.6);transition:color .2s}
.footer-col ul a:hover{color:#4caf50}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);text-align:center;padding:20px 24px;color:rgba(255,255,255,.4);font-size:.8rem}
/* FLOATING BUTTONS */
.float-btn{position:fixed;right:20px;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:999;box-shadow:0 4px 16px rgba(0,0,0,.25);transition:transform .2s}
.float-call{bottom:90px;background:#2e7d32}
.float-call svg{stroke:#fff}
.float-wa{bottom:30px;background:#25d366}
.float-btn:hover{transform:scale(1.1)}
/* CATALOG PAGE */
.catalog-header{background:#0d1b2a;padding:50px 0 40px;text-align:center}
.catalog-header h1{color:#fff;font-size:2.2rem;font-weight:800;margin-bottom:8px}
.catalog-header p{color:rgba(255,255,255,.65);font-size:1rem}
.filter-bar{background:#fff;padding:24px 0;border-bottom:1px solid #e8f5e9;position:sticky;top:68px;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.filter-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.filter-label{font-size:.85rem;color:#666;font-weight:500;white-space:nowrap}
.filter-btns{display:flex;gap:8px;flex-wrap:wrap}
.filter-btn{padding:8px 16px;border-radius:20px;border:1.5px solid #ddd;background:#fff;cursor:pointer;font-size:.88rem;color:#555;transition:all .2s;font-family:inherit}
.filter-btn:hover,.filter-btn.active{background:#2e7d32;color:#fff;border-color:#2e7d32}
.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}
.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .2s}
.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.14)}
.product-img{width:100%;height:200px;object-fit:contain;padding:16px;background:#f9fafb}
.product-body{padding:18px}
.product-brand{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#2e7d32;letter-spacing:.5px;margin-bottom:4px}
.product-name{font-size:.95rem;font-weight:700;color:#0d1b2a;margin-bottom:8px;line-height:1.4}
.product-price{font-size:1.1rem;font-weight:800;color:#0d1b2a;margin-bottom:8px}
.product-price-sub{font-size:.78rem;color:#888;margin-bottom:10px}
.badge-instock{display:inline-flex;align-items:center;gap:4px;background:#e8f9f0;color:#1a9c5b;padding:3px 10px;border-radius:12px;font-size:.78rem;font-weight:600;margin-bottom:10px}
.catalog-counter{font-size:.85rem;color:#666;white-space:nowrap}
/* CONTACTS */
.contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:40px}
.contact-info-block{background:#f8fafb;border-radius:14px;padding:30px}
.contact-info-block h3{font-size:1.1rem;font-weight:700;color:#0d1b2a;margin-bottom:20px}
.contact-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}
.contact-icon{width:40px;height:40px;background:#e8f9f0;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-item-text strong{display:block;font-size:.88rem;color:#999;margin-bottom:3px}
.contact-item-text a,.contact-item-text span{font-size:.95rem;color:#0d1b2a;font-weight:500}
/* RESPONSIVE */
@media(max-width:1100px){.brands-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){
  .hero-inner{flex-direction:column;padding:50px 20px 30px}
  .hero-imgs{display:none}
  .about-inner{grid-template-columns:1fr}
  .services-grid{grid-template-columns:1fr}
  .strip-inner{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr 1fr}
  .nav-links{display:none}
  .burger{display:flex}
  .contacts-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .brands-grid{grid-template-columns:1fr 1fr}
  .why-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
}

/* CATALOG PAGE v2 - aliases for prod-* and filter classes */
.brands-bar{background:#fff;padding:16px 0;border-bottom:1px solid #e8f5e9}
.brands-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.brands-label{font-size:.85rem;color:#666;font-weight:500;white-space:nowrap}
.brand-pills{display:flex;gap:8px;flex-wrap:wrap}
.brand-pill{padding:7px 16px;border-radius:20px;border:1.5px solid #ddd;background:#fff;cursor:pointer;font-size:.85rem;color:#555;transition:all .2s;font-family:inherit}
.brand-pill:hover,.brand-pill.active{background:#2e7d32;color:#fff;border-color:#2e7d32}
.filter-section{background:#f8fafb;padding:14px 0;border-bottom:1px solid #e8f5e9}
.filter-group{display:flex;gap:8px;flex-wrap:wrap}
.fpill{padding:7px 15px;border-radius:20px;border:1.5px solid #ddd;background:#fff;cursor:pointer;font-size:.85rem;color:#555;transition:all .2s;font-family:inherit}
.fpill:hover,.fpill.active{background:#2e7d32;color:#fff;border-color:#2e7d32}
.filter-count{font-size:.85rem;color:#666;white-space:nowrap;margin-left:auto}
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}
.prod-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .2s;display:flex;flex-direction:column}
.prod-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.14)}
.prod-img-wrap{width:100%;height:180px;display:flex;align-items:center;justify-content:center;background:#f9fafb;padding:12px}
.prod-img-wrap img{max-width:100%;max-height:100%;object-fit:contain}
.prod-body{padding:16px;flex:1;display:flex;flex-direction:column}
.prod-brand{font-size:.72rem;font-weight:700;text-transform:uppercase;color:#2e7d32;letter-spacing:.5px;margin-bottom:4px}
.prod-name{font-size:.92rem;font-weight:700;color:#0d1b2a;margin-bottom:8px;line-height:1.4}
.prod-power{font-size:.82rem;color:#555;margin-bottom:4px}
.prod-avail{font-size:.78rem;font-weight:600;color:#1a9c5b;background:#e8f9f0;display:inline-block;padding:2px 10px;border-radius:10px;margin-bottom:8px}
.prod-price{font-size:1.05rem;font-weight:800;color:#0d1b2a;margin-bottom:4px;margin-top:auto}
.prod-price small{display:block;font-size:.75rem;font-weight:400;color:#888}
.prod-btn{margin-top:10px;padding:9px 0;background:#2e7d32;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.88rem;font-weight:600;width:100%;font-family:inherit;transition:background .2s}
.prod-btn:hover{background:#1b5e20}
.fgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}
@media(max-width:900px){.products-grid,.fgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.products-grid,.fgrid{grid-template-columns:1fr}}

/* ===== HEADER / NAV (catalog, services, contacts pages) ===== */
.header{background:#fff;border-bottom:2px solid #e8f5e9;position:sticky;top:0;z-index:200;box-shadow:0 2px 16px rgba(0,0,0,.07)}
.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;height:68px}
.nav{display:flex;align-items:center;gap:6px}
.nav a{padding:8px 14px;border-radius:7px;font-weight:500;font-size:14.5px;color:#333;transition:all .2s;white-space:nowrap}
.nav a:hover,.nav a.active{background:#e8f5e9;color:#2e7d32}
.nav-cta{background:#2e7d32!important;color:#fff!important;padding:9px 16px!important;border-radius:8px!important;font-weight:600!important}
.mob-nav{display:none;flex-direction:column;gap:4px;background:#fff;padding:12px 24px;border-top:1px solid #e8f5e9}
.mob-nav a{padding:10px 4px;font-size:15px;color:#333;font-weight:500;border-bottom:1px solid #f0f0f0}
.mob-nav.open{display:flex}
/* ===== PAGE HERO ===== */
.page-hero{background:linear-gradient(135deg,#0d1b2a 0%,#1a3a2a 100%);padding:50px 0 40px;text-align:center;color:#fff}
.page-hero h1{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;margin-bottom:12px}
.page-hero p{color:rgba(255,255,255,.7);font-size:1rem;margin-bottom:10px}
.breadcrumb{font-size:.82rem;color:rgba(255,255,255,.5)}
.breadcrumb a{color:rgba(255,255,255,.6);text-decoration:none}
/* ===== SECTIONS ===== */
.section{padding:60px 0}
.section-dark{background:#f4f7f4}
/* ===== FOOTER NEW ===== */
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.footer-brand p{color:rgba(255,255,255,.55);font-size:.85rem;line-height:1.7;margin-top:10px;max-width:280px}
/* ===== FLOATING BUTTONS NEW ===== */
.float-btns{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;gap:12px;z-index:999}
.fb{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.25);transition:transform .2s;font-size:22px;color:#fff}
.fb:hover{transform:scale(1.1)}
.fb-call{background:#2e7d32}
.fb-wa{background:#25d366}
/* ===== MODAL ===== */
.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:2000;align-items:center;justify-content:center}
.modal.open{display:flex}
.modal-box{background:#fff;border-radius:16px;padding:40px;max-width:440px;width:90%;text-align:center}
.modal-box h3{font-size:1.3rem;font-weight:700;color:#0d1b2a;margin:12px 0 8px}
.modal-box p{color:#555;margin-bottom:20px}
.modal-close{padding:10px 24px;background:#2e7d32;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600}
.emoji{font-size:2.5rem}
/* ===== CONTACT FORM ===== */
.form-wrap{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 24px rgba(0,0,0,.08)}
.form-wrap h2{font-size:1.4rem;font-weight:800;color:#0d1b2a;margin-bottom:8px}
.form-wrap p{color:#666;margin-bottom:24px}
.fgroup{display:flex;flex-direction:column;gap:6px}
.fgroup label{font-size:.85rem;font-weight:600;color:#444}
.fgroup input,.fgroup select,.fgroup textarea{padding:10px 14px;border:1.5px solid #ddd;border-radius:8px;font-size:.92rem;font-family:inherit;transition:border-color .2s}
.fgroup input:focus,.fgroup select:focus{outline:none;border-color:#2e7d32}
.ffull{grid-column:1/-1}
.fsub{margin-top:8px;padding:13px 0;background:#2e7d32;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;width:100%;font-family:inherit;transition:background .2s}
.fsub:hover{background:#1b5e20}
/* ===== BUTTONS ===== */
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;border:none;font-family:inherit;transition:all .2s;text-decoration:none}
.btn-green{background:#2e7d32;color:#fff}
.btn-green:hover{background:#1b5e20}
.btn-ghost{background:transparent;color:#2e7d32;border:2px solid #2e7d32}
.btn-ghost:hover{background:#e8f5e9}
/* ===== CONTACTS PAGE ===== */
.contacts-list{display:flex;flex-direction:column;gap:16px}
.contact-row{display:flex;align-items:flex-start;gap:14px}
.c-icon{font-size:1.4rem;flex-shrink:0}
.c-label{font-size:.78rem;color:#999;font-weight:500;margin-bottom:2px}
.c-value{font-size:.95rem;color:#0d1b2a;font-weight:500}
.c-value a{color:#2e7d32}
.working-hours{background:#f8fafb;border-radius:12px;padding:20px}
.working-hours h4{font-size:.9rem;font-weight:700;margin-bottom:12px;color:#0d1b2a}
.hour-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #eee;font-size:.88rem}
.day{color:#555}
.time{font-weight:600;color:#2e7d32}
.map-box{border-radius:12px;overflow:hidden;height:300px}
.map-box iframe{width:100%;height:100%;border:none}
/* ===== RESPONSIVE INNER PAGES ===== */
@media(max-width:900px){.header-inner{height:auto;padding:12px 24px}.nav{display:none}.footer-top{grid-template-columns:1fr}.form-wrap{padding:24px}}
@media(max-width:600px){.page-hero{padding:36px 0 28px}.section{padding:40px 0}}
/* MISSING CLASSES */
.hero{background:linear-gradient(135deg,#0d1b2a 0%,#1a3a5c 100%);position:relative;overflow:hidden;min-height:600px}
.about-text{flex:1;max-width:600px}
.about-text h2{font-size:2rem;font-weight:800;color:#0d1b2a;margin-bottom:12px;line-height:1.3}
.about-text p{color:#555;font-size:1rem;line-height:1.7;margin-bottom:12px}
.footer-brand{max-width:280px}
.footer-brand p{color:rgba(255,255,255,.65);font-size:.88rem;line-height:1.6;margin-top:12px}
.footer-col{min-width:160px}
.footer-col h4{font-size:1rem;font-weight:700;color:#fff;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col ul li{margin-bottom:8px}
.footer-col ul li a{color:rgba(255,255,255,.65);font-size:.88rem;transition:color .2s}
.footer-col ul li a:hover{color:#4caf50}
