/*
Theme Name: NexWash v2
Theme URI: https://getnexwash.com
Author: NexWash
Description: NexWash official website theme v2
Version: 2.0
Text Domain: nexwash
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

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

/* ── Logo SVG ── */
.site-logo-svg { display: block; }
.logo-nex { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; fill: #ffffff; }
.logo-wash { font-family: Georgia, 'Times New Roman', serif; font-weight: 300; fill: #378ADD; }
.logo-nex-dark { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; fill: #0B1D35; }
.logo-wash-dark { font-family: Georgia, 'Times New Roman', serif; font-weight: 300; fill: #1A6FC4; }

/* ── 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: 62px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px;
}

.nav-logo-link { text-decoration: none; display: flex; align-items: center; }

.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;
  font-weight: 500;
}

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

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #B5D4F4;
}

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

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

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

.hero h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  max-width: 600px;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-family: Georgia, 'Times New Roman', serif;
}

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

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

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

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

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

.btn-outline {
  background: transparent;
  color: #B5D4F4;
  border: 1.5px solid #185FA5;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 500;
  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 ── */
.hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid #185FA5;
  flex-wrap: wrap;
}

.stat-val { color: #ffffff; font-size: 22px; font-weight: 700; font-family: Georgia, serif; }
.stat-lbl { color: #85B7EB; font-size: 12px; letter-spacing: 0.5px; margin-top: 4px; }

/* ── Trust Bar ── */
.trust-bar {
  background: #0C2A4A;
  padding: 14px 32px;
  border-bottom: 1px solid #185FA5;
}

.trust-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

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

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

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

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

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

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

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #0B1D35;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  font-family: Georgia, 'Times New Roman', serif;
}

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

.section-sub {
  font-size: 16px;
  color: #5F5E5A;
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 44px;
}

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

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

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

.feat-card {
  background: #ffffff;
  border: 1px solid #D3D1C7;
  border-radius: 12px;
  padding: 28px 24px;
  transition: box-shadow 0.2s;
}

.feat-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }

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

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

.feat-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0B1D35;
  margin-bottom: 8px;
  font-family: Georgia, serif;
}

.feat-card p { font-size: 14px; color: #6B6A66; line-height: 1.6; }

/* ── Product Card (single) ── */
.product-card {
  background: #ffffff;
  border: 1px solid #D3D1C7;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  max-width: 720px;
}

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

.temp-val { color: #378ADD; font-size: 34px; font-weight: 700; line-height: 1; font-family: Georgia, serif; }
.temp-lbl { color: #85B7EB; font-size: 10px; letter-spacing: 1px; text-align: center; text-transform: uppercase; }

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

.product-body h3 {
  font-size: 19px;
  font-weight: 700;
  color: #0B1D35;
  margin-bottom: 4px;
  font-family: Georgia, serif;
}

.product-sku {
  font-size: 11px;
  color: #999;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

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

.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; }

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

.about-text h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0B1D35;
  margin-bottom: 16px;
  letter-spacing: -0.4px;
  font-family: Georgia, serif;
}

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

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

.about-panel h3 {
  color: #B5D4F4;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 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-card {
  background: #0C447C;
  border: 1px solid #185FA5;
  border-radius: 12px;
  padding: 28px;
  max-width: 480px;
}

.wtb-card h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: Georgia, serif;
}

.wtb-card p {
  color: #85B7EB;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 22px;
}

/* ── Contact ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
}

.contact-info h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0B1D35;
  margin-bottom: 14px;
  font-family: Georgia, serif;
}

.contact-info p { font-size: 15px; color: #5F5E5A; line-height: 1.7; margin-bottom: 24px; }
.contact-detail { font-size: 14px; color: #0B1D35; margin-bottom: 8px; }
.contact-detail span { color: #888; }

.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; color: #5F5E5A; margin-bottom: 6px; letter-spacing: 0.3px; font-weight: 500; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  border: 1px solid #D3D1C7;
  border-radius: 6px;
  padding: 11px 14px;
  font-size: 14px;
  background: #ffffff;
  color: #0B1D35;
  transition: border-color 0.15s;
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: #378ADD; }
.form-group textarea { height: 100px; resize: none; }
.form-submit {
  background: #0B1D35;
  color: #ffffff;
  border: none;
  padding: 13px 28px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  transition: background 0.15s;
}
.form-submit:hover { background: #185FA5; }

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

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

.footer-copy { color: #4A7AAA; font-size: 13px; }

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

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

.page-hero h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
  font-family: Georgia, 'Times New Roman', serif;
}

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

/* ── Responsive ── */
@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .nav-menu {
    display: none;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    background: #0B1D35;
    border-top: 1px solid #185FA5;
    padding: 8px 0;
  }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: 14px 32px; display: block; }
  .nav-inner { position: relative; }
  .hero h1 { font-size: 34px; }
  .section-title { font-size: 26px; }
  .hero-stats { gap: 28px; }
  .features-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .product-card { flex-direction: column; }
  .product-badge { width: 100%; padding: 20px; flex-direction: row; gap: 12px; }
}
