/*
Theme Name: ZeroFlame Final One Logo Theme
Theme URI: https://zeroflamelithiumpower.com/
Author: ZeroFlame Lithium Power
Description: Complete WordPress theme matching the approved ZeroFlame Lithium Power homepage look with exactly one header logo containing Powered by StoutMarine. Built to preserve the existing visual style: black header, current catamaran hero, current headline, current badges, and feature cards.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: zeroflame-final
*/

:root{
  --green:#7acd20;
  --black:#000;
  --white:#fff;
  --panel:#05090d;
  --line:rgba(255,255,255,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#05090d;color:#fff}
a{text-decoration:none;color:inherit}
.zf-header{
  height:104px;
  background:#000;
  display:flex;
  align-items:center;
  padding:0 38px;
  gap:42px;
  position:sticky;
  top:0;
  z-index:100;
}
.zf-logo-link{
  display:flex;
  align-items:center;
  width:235px;
  height:104px;
  overflow:hidden;
}
.zf-logo{
  width:210px;
  max-height:96px;
  object-fit:contain;
  display:block;
}
.zf-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:45px;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.02em;
  font-size:19px;
  white-space:nowrap;
}
.zf-nav a:hover{color:var(--green)}
.zf-contact{
  border:1.8px solid var(--green);
  border-radius:7px;
  padding:17px 26px;
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.zf-distributor{
  background:#fff;
  color:#000;
  border-radius:7px;
  line-height:.95;
  padding:13px 18px;
  font-size:17px;
  text-align:center;
  font-weight:900;
}
.zf-veteran{
  display:flex;
  align-items:center;
  gap:14px;
  font-size:19px;
  line-height:1;
  font-weight:900;
}
.zf-star{
  width:55px;height:55px;
  border:2px solid #fff;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:30px;
}
.zf-hero{
  min-height:590px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.52) 34%, rgba(0,0,0,.12) 100%),
    url('assets/hero-catamaran-current.jpg') center/cover no-repeat;
  display:flex;
  align-items:center;
  padding:70px 0 80px;
}
.zf-hero-inner{
  margin-left:50px;
  max-width:620px;
}
.zf-hero h1{
  margin:0 0 34px;
  font-size:51px;
  line-height:1.12;
  text-transform:uppercase;
  letter-spacing:.025em;
}
.zf-hero p{
  margin:0;
  font-size:23px;
  line-height:1.5;
  color:#fff;
}
.zf-btn{
  margin-top:45px;
  display:inline-flex;
  align-items:center;
  gap:26px;
  color:#fff;
  border:1.8px solid var(--green);
  border-radius:7px;
  padding:18px 32px;
  font-weight:900;
  text-transform:uppercase;
  font-size:20px;
}
.zf-btn span{color:var(--green);font-size:32px}
.zf-features{
  background:rgba(4,8,12,.98);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.zf-feature{
  min-height:255px;
  padding:44px 42px;
  border-right:1px solid var(--line);
  display:grid;
  grid-template-columns:72px 1fr;
  gap:24px;
}
.zf-feature:last-child{border-right:0}
.zf-icon{font-size:52px;line-height:1}
.zf-feature h3{
  margin:0 0 18px;
  text-transform:uppercase;
  font-size:23px;
  line-height:1.18;
}
.zf-feature p{
  margin:0;
  color:#e0e0e0;
  font-size:18px;
  line-height:1.55;
}
.zf-section{
  padding:90px 8%;
  background:#fff;
  color:#111;
}
.zf-section.dark{
  background:#05090d;
  color:#fff;
}
.zf-section.dark p{color:#ddd}
.zf-eyebrow{
  color:var(--green);
  text-transform:uppercase;
  font-weight:900;
  margin-bottom:16px;
  letter-spacing:.04em;
}
.zf-section h2{
  margin:0 0 26px;
  text-transform:uppercase;
  font-size:44px;
  line-height:1.12;
}
.zf-section p{
  font-size:20px;
  line-height:1.72;
  color:#444;
  max-width:1120px;
}
.zf-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
  margin-top:38px;
}
.zf-card{
  background:#f5f6f7;
  border:1px solid #ddd;
  border-radius:16px;
  padding:30px;
}
.zf-card h3{
  margin:0 0 15px;
  text-transform:uppercase;
  font-size:24px;
}
.zf-footer{
  background:#000;
  color:#fff;
  display:grid;
  grid-template-columns:300px 1fr;
  gap:60px;
  padding:60px 8%;
  align-items:start;
}
.zf-footer img{
  width:230px;
  max-width:100%;
}
.zf-footer p{color:#ddd;font-size:18px;line-height:1.5}
@media(max-width:1180px){
  .zf-header{height:auto;min-height:104px;flex-wrap:wrap;padding:18px 24px}
  .zf-nav{gap:24px;font-size:15px;flex-wrap:wrap}
  .zf-logo-link{height:90px}
  .zf-features,.zf-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .zf-nav{display:none}
  .zf-hero{padding:60px 24px;min-height:560px}
  .zf-hero-inner{margin-left:0}
  .zf-hero h1{font-size:36px}
  .zf-hero p{font-size:19px}
  .zf-features,.zf-grid,.zf-footer{grid-template-columns:1fr}
  .zf-feature{grid-template-columns:55px 1fr;padding:32px 24px}
  .zf-section{padding:60px 24px}
  .zf-section h2{font-size:34px}
}
