/*
Theme Name: Tehnikahuub
Theme URI: https://tehnikahuub.ee/
Author: Tehnikahuub
Description: Tehnikahuubi modern sinine/must WooCommerce WordPressi teema.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: tehnikahuub
*/
:root{
  --blue:#1677ff;--blue2:#0b55c9;--navy:#07152f;--ink:#101828;--muted:#667085;
  --line:#e6eaf0;--bg:#f6f8fc;--white:#fff;--radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{width:190px;display:block}
.nav{display:flex;align-items:center;gap:28px;font-weight:700;font-size:15px}
.nav a:hover{color:var(--blue)}
.cart-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 15px;border:1px solid var(--line);border-radius:12px}
.mobile-toggle{display:none;background:none;border:0;font-size:28px}
.hero{background:radial-gradient(circle at 78% 40%,#1d72ff 0,#123e96 28%,#07152f 65%);color:#fff;overflow:hidden}
.hero-grid{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:40px}
.eyebrow{display:inline-block;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);padding:8px 14px;border-radius:999px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.hero h1{font-size:clamp(44px,5.4vw,76px);line-height:.98;margin:22px 0 24px;letter-spacing:-.045em}
.hero p{font-size:20px;color:#dbe8ff;max-width:650px}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 21px;border-radius:13px;font-weight:800;border:1px solid transparent;cursor:pointer}
.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:#3b8cff}
.btn-light{background:#fff;color:var(--ink)}.btn-outline{border-color:rgba(255,255,255,.35);color:#fff}
.hero-logo{display:flex;justify-content:center;align-items:center}
.hero-logo img{width:min(570px,100%);filter:drop-shadow(0 24px 50px rgba(0,0,0,.35))}
.section{padding:82px 0}.section.alt{background:var(--bg)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:34px}
.section h2{font-size:40px;line-height:1.05;margin:0 0 10px;letter-spacing:-.03em}
.section-lead{color:var(--muted);max-width:680px;margin:0}
.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.cat{padding:27px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:.2s}
.cat:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(16,24,40,.09);border-color:#b8d2ff}
.cat-icon{width:52px;height:52px;border-radius:15px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-size:25px;font-weight:900;margin-bottom:20px}
.cat h3{margin:0 0 6px;font-size:19px}.cat p{margin:0;color:var(--muted);font-size:14px}
.products-grid ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:20px;margin:0!important}
.products-grid ul.products:before,.products-grid ul.products:after{display:none!important}
.products-grid ul.products li.product{width:auto!important;float:none!important;margin:0!important;border:1px solid var(--line);border-radius:18px;padding:14px!important;background:#fff}
.products-grid ul.products li.product a img{border-radius:13px}
.products-grid ul.products li.product .button{background:var(--blue);color:#fff;border-radius:10px;padding:11px 15px;font-weight:800}
.feature{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.feature-card{background:linear-gradient(135deg,#07152f,#0e3e91);color:#fff;border-radius:28px;padding:42px;min-height:340px}
.feature-card h3{font-size:34px;margin:0 0 15px}.feature-card p{color:#dbe8ff}
.feature-list{display:grid;gap:16px}.feature-item{display:flex;gap:15px;align-items:flex-start}.check{width:28px;height:28px;border-radius:50%;background:#e7f0ff;color:var(--blue);display:grid;place-items:center;font-weight:900;flex:none}
.cta{padding:75px 0;background:linear-gradient(100deg,#0a1d42,#1469ed);color:#fff}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:42px;margin:0 0 10px}.cta p{margin:0;color:#dbe8ff}
.site-footer{background:#050d1d;color:#b9c7dc;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}.footer-brand img{width:220px;margin-bottom:14px}.footer h4{color:#fff;margin:0 0 15px}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:20px;font-size:13px;display:flex;justify-content:space-between}
.woocommerce .site-main,.woocommerce-page .site-main{padding:60px 0}
.woocommerce .button,.woocommerce a.button,.woocommerce button.button{background:var(--blue);color:#fff;border-radius:10px}
@media(max-width:900px){
  .nav{gap:15px}.categories,.products-grid ul.products{grid-template-columns:repeat(2,1fr)!important}
  .hero-grid,.feature{grid-template-columns:1fr}.hero-grid{padding:65px 0}.hero-logo{order:-1}.hero-logo img{max-width:460px}
  .footer-grid{grid-template-columns:1fr 1fr}.cta-inner{flex-direction:column;align-items:flex-start}
}
@media(max-width:650px){
  .header-inner{height:68px}.brand img{width:150px}.mobile-toggle{display:block}.nav{display:none}.nav.open{display:flex;position:absolute;top:68px;left:0;right:0;background:#fff;padding:18px 4%;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .categories,.products-grid ul.products{grid-template-columns:1fr!important}.section{padding:60px 0}.section h2{font-size:32px}.hero h1{font-size:45px}.hero p{font-size:17px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}
}
