/*
Theme Name: NexWash
Theme URI: https://getnexwash.com
Author: NexWash
Author URI: https://getnexwash.com
Description: Official NexWash plant-based ethanol windshield washer fluid website theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: nexwash
*/

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
  color: #0B1D35;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: #378ADD; text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── Navigation ── */
.site-header {
  background: #0B1D35;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #185FA5;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

.site-logo {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-decoration: none;
}

.site-logo span { color: #378ADD; }

.nav-menu {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-menu a {
  color: #B5D4F4;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: color 0.15s;
}

.nav-menu a:hover,
.nav-menu .current-menu-item a { color: #ffffff; }

/* ── Hero ── */
.hero {
  background: #0B1D35;
  padding: 80px 32px 72px;
  border-bottom: 3px solid #378ADD;
}

.hero-inner { max-width: 1100px; margin: 0 auto; }

.hero-badge {
  display: inline-block;
  background: #0C447C;
  color: #B5D4F4;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 3px;
  margin-bottom: 22px;
}

.hero h1 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  max-width: 580px;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.hero h1 span { color: #378ADD; }

.hero-desc {
  color: #85B7EB;
  font-size: 16px;
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 36px;
}

.hero-cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

.btn-primary {
  background: #378ADD;
  color: #ffffff;
  border: none;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.15s;
}

.btn-primary:hover { background: #185FA5; text-decoration: none; color: #ffffff; }

.btn-outline {
  background: transparent;
  color: #B5D4F4;
  border: 1px solid #185FA5;
  padding: 13px 28px;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.15s, color 0.15s;
}

.btn-outline:hover { border-color: #378ADD; color: #ffffff; text-decoration: none; }

.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 52px;
  padding-top: 36px;
  border-top: 1px solid #185FA5;
  flex-wrap: wrap;
}

.stat-val { color: #ffffff; font-size: 24px; font-weight: 600; }
.stat-lbl { color: #85B7EB; font-size: 12px; letter-spacing: 0.5px; margin-top: 3px; }

/* ── Trust Bar ── */
.trust-bar {
  background: #E6F1FB;
  padding: 14px 32px;
}

.trust-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #0C447C;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.trust-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #378ADD;
  flex-shrink: 0;
}

/* ── Sections ── */
.section { padding: 64px 32px; }
.section-alt { padding: 64px 32px; background: #F1EFE8; }
.section-dark { padding: 64px 32px; background: #0B1D35; }

.section-inner { max-width: 1100px; margin: 0 auto; }

.section-label {
  font-size: 11px;
  color: #378ADD;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-dark .section-label { color: #378ADD; }

.section-title {
  font-size: 30px;
  font-weight: 600;
  color: #0B1D35;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.section-dark .section-title { color: #ffffff; }

.section-sub {
  font-size: 15px;
  color: #5F5E5A;
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 40px;
}

.section-dark .section-sub { color: #85B7EB; }

.divider { height: 1px; background: #D3D1C7; }

/* ── Feature Cards ── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 700px) {
  .features-grid { grid-template-columns: 1fr; }
}

.feat-card {
  background: #ffffff;
  border: 1px solid #D3D1C7;
  border-radius: 10px;
  padding: 24px;
}

.feat-icon {
  width: 36px;
  height: 36px;
  background: #0B1D35;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.feat-icon svg { width: 18px; height: 18px; }

.feat-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #0B1D35;
  margin-bottom: 8px;
}

.feat-card p { font-size: 14px; color: #888780; line-height: 1.55; }

/* ── Product Cards ── */
.product-card {
  background: #ffffff;
  border: 1px solid #D3D1C7;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}

.product-card + .product-card { margin-top: 20px; }

.product-badge {
  width: 130px;
  background: #0B1D35;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px 14px;
  gap: 6px;
  flex-shrink: 0;
}

.product-badge.blue { background: #185FA5; }

.temp-val { color: #378ADD; font-size: 30px; font-weight: 700; line-height: 1; }
.product-badge.blue .temp-val { color: #ffffff; }
.temp-lbl { color: #85B7EB; font-size: 11px; letter-spacing: 0.5px; text-align: center; }

.product-body { padding: 24px 28px; flex: 1; }

.product-body h3 {
  font-size: 17px;
  font-weight: 600;
  color: #0B1D35;
  margin-bottom: 4px;
}

.product-sku {
  font-size: 11px;
  color: #888780;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.product-body p {
  font-size: 14px;
  color: #5F5E5A;
  line-height: 1.55;
  margin-bottom: 14px;
}

.pill {
  display: inline-block;
  background: #E6F1FB;
  color: #0C447C;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-right: 6px;
  margin-bottom: 4px;
  font-weight: 600;
}

.pill.green { background: #EAF3DE; color: #27500A; }
.pill.amber { background: #FAEEDA; color: #633806; }

/* ── About ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 700px) {
  .about-grid { grid-template-columns: 1fr; }
}

.about-text h2 {
  font-size: 30px;
  font-weight: 600;
  color: #0B1D35;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}

.about-text p {
  font-size: 14px;
  color: #5F5E5A;
  line-height: 1.75;
  margin-bottom: 14px;
}

.about-panel {
  background: #0B1D35;
  border-radius: 10px;
  padding: 30px;
}

.about-panel h3 {
  color: #B5D4F4;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid #185FA5;
}

.spec-row:last-child { border-bottom: none; }
.spec-key { color: #85B7EB; font-size: 14px; }
.spec-val { color: #ffffff; font-size: 14px; font-weight: 600; }

/* ── Where to Buy ── */
.wtb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 700px) {
  .wtb-grid { grid-template-columns: 1fr; }
}

.wtb-card {
  background: #0C447C;
  border: 1px solid #185FA5;
  border-radius: 10px;
  padding: 24px;
}

.wtb-card h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.wtb-card p {
  color: #85B7EB;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 18px;
}

/* ── Footer ── */
.site-footer {
  background: #0B1D35;
  padding: 32px;
  border-top: 1px solid #185FA5;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-logo { color: #ffffff; font-size: 16px; font-weight: 600; text-decoration: none; }
.footer-logo span { color: #378ADD; }
.footer-copy { color: #85B7EB; font-size: 13px; }

.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #85B7EB; font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: #ffffff; }

/* ── Page Header (inner pages) ── */
.page-hero {
  background: #0B1D35;
  padding: 52px 32px;
  border-bottom: 3px solid #378ADD;
}

.page-hero-inner { max-width: 1100px; margin: 0 auto; }

.page-hero h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.page-hero p { color: #85B7EB; font-size: 16px; max-width: 500px; }

/* ── Mobile Nav ── */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #B5D4F4;
  margin: 5px 0;
  transition: 0.2s;
}

@media (max-width: 700px) {
  .nav-toggle { display: block; }
  .nav-menu {
    display: none;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #0B1D35;
    border-top: 1px solid #185FA5;
    padding: 8px 0;
  }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: 12px 32px; display: block; }
  .hero h1 { font-size: 30px; }
  .section-title { font-size: 24px; }
  .hero-stats { gap: 24px; }
  .nav-inner { position: relative; }
}
