/* ==========================================================
   EMS AG SOLUTIONS — MASTER STYLESHEET v2
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700;800;900&display=swap');

/* === CSS VARIABLES === */
:root {
  --primary:    #0A2F6E;
  --secondary:  #1a6fc4;
  --accent:     #1E4DB7;
  --dark:       #0D1B2A;
  --light:      #F8FAFF;
  --white:      #FFFFFF;
  --gray:       #6B7280;
  --border:     #E2E8F0;
  --radius:     8px;
  --radius-lg:  14px;
  --shadow:     0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
  --shadow-lg:  0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
  --shadow-xl:  0 20px 25px -5px rgba(0,0,0,0.12), 0 10px 10px -5px rgba(0,0,0,0.04);
  --transition: all 0.3s ease;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--dark); background: var(--white); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* === TYPOGRAPHY === */
h1,h2,h3,h4,h5,h6 { font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1.2; color: var(--primary); }
p { color: var(--gray); line-height: 1.7; }

/* === LAYOUT === */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section-padding { padding: 5rem 0; }
.bg-light { background-color: var(--light); }
.text-center { text-align: center; }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 0.75rem; }
.section-header p { font-size: 1.05rem; max-width: 580px; margin: 0 auto; }
.section-label {
  display: inline-block; font-family: 'Poppins', sans-serif;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--secondary); margin-bottom: 0.6rem;
}

/* === BUTTONS === */
.btn {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.75rem 1.75rem; border-radius: var(--radius);
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.93rem;
  cursor: pointer; border: none; transition: var(--transition);
  text-decoration: none; white-space: nowrap;
}
.btn-primary { background: #1a6fc4; color: #ffffff; }
.btn-primary:hover { background: #155ea8; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,111,196,0.35); }
.btn-add {
  background: #1a6fc4;
  color: #ffffff;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.btn-add:hover {
  background: #155ea8;
  transform: translateY(-1px);
}
.btn-add.added {
  background: #16a34a;
}
.btn-buynow {
  background: #003366;
  color: #ffffff;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.btn-buynow:hover {
  background: #1a6fc4;
  transform: translateY(-1px);
}
.btn-outline { background: transparent; color: var(--white); border: 2px solid var(--white); }
.btn-outline:hover { background: var(--white); color: var(--primary); transform: translateY(-2px); }
.btn-outline-primary { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-outline-primary:hover { background: var(--primary); color: var(--white); transform: translateY(-2px); }
.btn-white { background: var(--white); color: var(--secondary); font-weight: 700; }
.btn-white:hover { background: var(--dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.25); }
.btn-lg { padding: 1rem 2.25rem; font-size: 1rem; }
.btn-sm { padding: 0.5rem 1.1rem; font-size: 0.82rem; }
.btn-success { background: #16a34a; color: white; }
.btn-success:hover { background: #15803d; transform: translateY(-2px); }

/* === NAVIGATION === */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: #eff6ff; height: 90px;
  display: flex; align-items: center; padding: 0 2rem;
  transition: var(--transition); box-shadow: 0 1px 8px rgba(0,0,0,0.08);
}
.navbar.scrolled { background: #eff6ff; backdrop-filter: blur(12px); box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.nav-container { max-width: 1200px; margin: 0 auto; width: 100%; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; color: #003366; }
.nav-logo img { height: 70px; width: auto; object-fit: contain; }
.nav-logo-fallback { color: #003366; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.2rem; display: none; }
.nav-logo-fallback span { color: var(--secondary); }
.nav-links { display: flex; align-items: center; gap: 0.15rem; }
.nav-links a {
  color: #1a3a8f;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
  background: transparent;
  transition: all 0.2s ease;
  text-decoration: none;
}
.nav-links a:hover {
  background: #eff6ff;
  color: #003366;
}
.nav-links a.active {
  background: #1a3a8f;
  color: #ffffff;
}
.nav-cta {
  background: #1a6fc4;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.nav-cta:hover {
  background: #155ea8;
  color: #ffffff;
}
.nav-cart, .cart-nav-btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: #1a6fc4; color: #ffffff; border: none;
  padding: 8px 16px; border-radius: 20px;
  font-weight: 700; font-size: 0.88rem;
  cursor: pointer; position: relative;
  margin-left: 0.25rem; text-decoration: none; font-family: inherit;
  transition: all 0.2s ease;
}
.nav-cart:hover, .cart-nav-btn:hover { background: #155ea8; color: #ffffff; }
.cart-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; background: var(--secondary); color: var(--white);
  border-radius: 50%; font-size: 0.65rem; font-weight: 700; line-height: 1;
}
.cart-badge[data-count="0"], .cart-badge:empty { display: none; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; border: none; background: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: #003366; border-radius: 2px; transition: var(--transition); }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* === HERO === */
.hero { position: relative; width: 100%; min-height: 100vh; overflow: hidden; display: flex; align-items: center; padding-top: 80px; box-sizing: border-box; background-image: url('https://images.unsplash.com/photo-1574323347407-f5e1ad6d020b?w=1600&q=80'); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.hero::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.35); z-index: 0; pointer-events: none; }
.hero-bg-div { display: none; }
.hero-bg-img { position: absolute; top: 120px; left: 0; width: 100%; height: calc(100% - 120px); object-fit: cover; object-position: left top; display: block; z-index: 1; filter: brightness(1.05) contrast(1.05); }
.hero-text-box { position: relative; z-index: 3; margin-left: auto; margin-right: 4%; width: 42%; background: rgba(0,0,0,0.55); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 2.5rem 2.25rem; margin-top: 5rem; }
.hero-badge { display: inline-block; background: rgba(26,111,196,0.25); border: 1px solid rgba(26,111,196,0.6); color: #7ec8ff; padding: 6px 16px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; margin-bottom: 1.25rem; font-family: 'Inter', sans-serif; }
.hero h1 { font-family: 'Poppins', sans-serif; font-size: clamp(1.6rem, 2.8vw, 2.6rem); font-weight: 400; line-height: 1.2; color: #ffffff; margin-bottom: 1rem; }
.hero h1 strong { font-weight: 800; font-size: clamp(2rem, 3.5vw, 3.2rem); display: block; color: #ffffff; }
.hero-sub { color: rgba(255,255,255,0.82); font-size: 0.95rem; line-height: 1.7; margin-bottom: 1.75rem; font-family: 'Inter', sans-serif; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.btn-hero-primary { display: inline-flex; align-items: center; gap: 0.4rem; background: #1a6fc4; color: #ffffff; padding: 12px 28px; border-radius: 30px; font-weight: 700; font-size: 0.95rem; font-family: 'Poppins', sans-serif; text-decoration: none; border: none; cursor: pointer; transition: all 0.25s ease; }
.btn-hero-primary:hover { background: #155ea8; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,111,196,0.45); }
.btn-hero-outline { display: inline-flex; align-items: center; gap: 0.4rem; background: transparent; color: #ffffff; padding: 12px 24px; border-radius: 30px; border: 2px solid rgba(255,255,255,0.65); font-weight: 600; font-size: 0.95rem; font-family: 'Poppins', sans-serif; text-decoration: none; cursor: pointer; transition: all 0.25s ease; }
.btn-hero-outline:hover { border-color: #ffffff; background: rgba(255,255,255,0.12); }
.hero-stats { display: flex; margin-top: 1.75rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.2); }
.hero-stat { flex: 1; padding: 0 1rem; border-right: 1px solid rgba(255,255,255,0.15); text-align: center; }
.hero-stat:first-child { padding-left: 0; text-align: left; }
.hero-stat:last-child { border-right: none; }
.hero-stat-num { display: block; font-family: 'Poppins', sans-serif; font-size: 1.6rem; font-weight: 700; color: #ffffff; line-height: 1; margin-bottom: 3px; }
.hero-stat-lbl { display: block; font-size: 0.68rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.08em; font-family: 'Inter', sans-serif; }

/* === TRUST BAR === */
.trust-bar { background: #1a6fc4; position: relative; z-index: 5; }
.trust-bar-inner { max-width: 1180px; margin: 0 auto; padding: 0.9rem 1.5rem; display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.45rem; font-size: 0.85rem; font-weight: 600; color: #ffffff; white-space: nowrap; font-family: 'Inter', sans-serif; }

/* === FEATURES GRID === */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.feature-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 2rem 1.5rem; text-align: center; transition: var(--transition); position: relative; overflow: hidden;
}
.feature-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--secondary); transform: scaleX(0); transition: var(--transition); }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); border-color: transparent; }
.feature-card:hover::after { transform: scaleX(1); }
.feature-icon { width: 68px; height: 68px; background: linear-gradient(135deg, rgba(10,47,110,0.07), rgba(30,77,183,0.12)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; font-size: 2rem; }
.feature-card h3 { font-size: 1rem; margin-bottom: 0.5rem; color: var(--primary); }
.feature-card p { font-size: 0.86rem; line-height: 1.65; }

/* === PRODUCT STRIP === */
.product-strip { background: linear-gradient(135deg, #04193a 0%, var(--primary) 40%, var(--accent) 100%); padding: 5rem 0; }
.product-strip-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.product-strip-text { color: var(--white); }
.product-strip-text .section-label { color: #fba668; }
.product-strip-text h2 { color: var(--white); font-size: clamp(1.7rem, 2.5vw, 2.4rem); margin-bottom: 1rem; }
.product-strip-text p { color: rgba(255,255,255,0.78); margin-bottom: 1.5rem; }
.strip-features { display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 2rem; }
.strip-features li { display: flex; align-items: center; gap: 0.6rem; color: rgba(255,255,255,0.82); font-size: 0.9rem; }
.strip-features li::before { content: '✓'; width: 20px; height: 20px; background: var(--secondary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 900; flex-shrink: 0; }
.strip-price { font-size: 2.8rem; font-weight: 800; color: var(--secondary); margin-bottom: 1.75rem; font-family: 'Poppins', sans-serif; }
.strip-price small { font-size: 1rem; color: rgba(255,255,255,0.5); font-weight: 400; }
.product-strip-card { background: rgba(255,255,255,0.08); backdrop-filter: blur(15px); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 2.5rem; text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,0.2); }
.strip-img { width: 100%; height: 420px; border-radius: var(--radius-lg); overflow: hidden; margin: 0 auto 1.25rem; background: transparent; display: flex; align-items: center; justify-content: center; font-size: 4rem; position: relative; }
.strip-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.strip-card-label { color: rgba(255,255,255,0.6); font-size: 0.8rem; margin-bottom: 1.25rem; }

/* === PRODUCTS PAGE === */
.free-shipping-bar { background: #1a6fc4; color: var(--white); text-align: center; padding: 0.85rem; border-radius: var(--radius); font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.93rem; margin-bottom: 3rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.75rem; }
.product-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition); position: relative; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-xl); border-color: transparent; }
.product-badge-featured { position: absolute; top: 12px; right: 12px; background: var(--secondary); color: var(--white); font-family: 'Poppins', sans-serif; font-size: 0.65rem; font-weight: 700; padding: 0.25rem 0.65rem; border-radius: 20px; letter-spacing: 0.07em; text-transform: uppercase; z-index: 2; }
.product-img-wrap { width: 100%; height: 220px; background: linear-gradient(135deg, #eef2f8, #dde4ef); display: flex; align-items: center; justify-content: center; font-size: 4rem; position: relative; overflow: hidden; }
.product-img-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.product-img-wrap .fallback-emoji { z-index: 0; }
.product-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.product-stars { color: #F97316; font-size: 0.82rem; margin-bottom: 0.4rem; }
.product-card-body h3 { font-size: 0.97rem; margin-bottom: 0.4rem; color: var(--dark); }
.product-card-body p { font-size: 0.83rem; line-height: 1.55; margin-bottom: 1rem; flex: 1; }
.product-price { font-family: 'Poppins', sans-serif; font-size: 1.65rem; font-weight: 800; color: var(--primary); margin-bottom: 1rem; }
.card-btns { display: flex; gap: 0.5rem; }
.card-btns .btn { flex: 1; justify-content: center; font-size: 0.85rem; padding: 0.65rem 1rem; }
.btn-add-to-cart { background: #1a6fc4; color: var(--white); }
.btn-add-to-cart:hover { background: #155ea8; transform: translateY(-1px); }
.btn-add-to-cart.added { background: #16a34a !important; }
.btn-buy-now { background: var(--primary); color: var(--white); }
.btn-buy-now:hover { background: var(--accent); transform: translateY(-1px); }

/* === REVIEWS === */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.reviews-grid-full { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.review-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.75rem; transition: var(--transition); display: flex; flex-direction: column; }
.review-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }
.review-stars { color: #F97316; font-size: 1rem; letter-spacing: 2px; margin-bottom: 0.9rem; }
.review-quote { font-style: italic; font-size: 0.91rem; color: var(--gray); line-height: 1.75; margin-bottom: 1.25rem; flex: 1; }
.review-author { display: flex; align-items: center; gap: 0.75rem; }
.review-avatar { width: 40px; height: 40px; background: linear-gradient(135deg, var(--primary), var(--accent)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.88rem; flex-shrink: 0; }
.review-name { font-family: 'Poppins', sans-serif; font-size: 0.9rem; font-weight: 600; color: var(--dark); }
.review-date { font-size: 0.75rem; color: var(--gray); margin-top: 0.1rem; }

/* === CTA BANNER === */
.cta-banner { background: linear-gradient(135deg, var(--secondary) 0%, #c55a08 100%); padding: 5.5rem 0; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.05) 0%, transparent 70%); }
.cta-banner h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 0.75rem; position: relative; }
.cta-banner p { color: rgba(255,255,255,0.88); font-size: 1.1rem; margin-bottom: 2rem; position: relative; }

/* === PAGE HERO (inner pages) === */
.page-hero { background: linear-gradient(135deg, #04193a 0%, var(--primary) 45%, var(--accent) 100%); padding: 8.5rem 0 5rem; text-align: center; color: var(--white); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 100%, rgba(249,115,22,0.12) 0%, transparent 60%); opacity: 0.04; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 28px 28px; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .section-label { color: #fba668; }
.page-hero h1 { color: var(--white); font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 0.75rem; }
.page-hero p { color: rgba(255,255,255,0.78); font-size: 1.05rem; max-width: 560px; margin: 0 auto; }

/* === ABOUT PAGE === */
.about-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-img-box { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; position: relative; background: linear-gradient(135deg, var(--light), #ccd5e4); }
.about-img-box img { width: 100%; height: 100%; object-fit: cover; }
.about-img-box .img-fallback-abs { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; font-size: 4rem; }
.about-text h2 { font-size: clamp(1.7rem, 2.5vw, 2.2rem); margin-bottom: 1rem; }
.about-text p { margin-bottom: 1rem; }
.usa-banner { background: linear-gradient(135deg, #B22234, #B22234 33%, var(--white) 33%, var(--white) 66%, #3C3B6E 66%); border-radius: var(--radius-lg); padding: 3rem; text-align: center; color: var(--white); position: relative; overflow: hidden; }
.usa-banner::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.55); border-radius: var(--radius-lg); }
.usa-banner > * { position: relative; z-index: 1; }
.usa-banner h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 1rem; }
.usa-banner p { color: rgba(255,255,255,0.9); font-size: 1rem; max-width: 600px; margin: 0 auto; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.value-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; text-align: center; transition: var(--transition); }
.value-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); border-color: var(--secondary); }
.value-icon { font-size: 2.5rem; margin-bottom: 0.75rem; }
.value-card h3 { font-size: 1rem; margin-bottom: 0.4rem; }
.value-card p { font-size: 0.84rem; }
.mission-box { background: var(--primary); border-radius: var(--radius-lg); padding: 3.5rem; text-align: center; }
.mission-box .quote-mark { font-size: 5rem; line-height: 1; color: var(--secondary); font-family: Georgia, serif; }
.mission-box p { color: rgba(255,255,255,0.9); font-size: clamp(1.1rem, 1.8vw, 1.4rem); font-style: italic; line-height: 1.6; max-width: 700px; margin: 0 auto; font-family: 'Poppins', sans-serif; font-weight: 500; }
.craft-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.craft-item { display: flex; gap: 1.25rem; align-items: flex-start; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.75rem; transition: var(--transition); }
.craft-item:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.craft-icon { width: 52px; height: 52px; background: linear-gradient(135deg, rgba(10,47,110,0.08), rgba(30,77,183,0.12)); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; flex-shrink: 0; }
.craft-item h4 { font-size: 0.95rem; margin-bottom: 0.35rem; }
.craft-item p { font-size: 0.85rem; }

/* === HOW IT WORKS === */
.steps-timeline { max-width: 780px; margin: 0 auto; }
.step-item { display: grid; grid-template-columns: 70px 1fr; gap: 1.5rem; padding: 1.75rem 0; border-bottom: 1px solid var(--border); align-items: start; }
.step-item:last-child { border-bottom: none; }
.step-left { display: flex; flex-direction: column; align-items: center; }
.step-num { width: 58px; height: 58px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--white); flex-shrink: 0; }
.step-connector { width: 2px; flex: 1; background: var(--border); margin: 0.5rem 0; min-height: 30px; }
.step-item:last-child .step-connector { display: none; }
.step-content { padding-top: 0.9rem; }
.step-content h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }
.step-content p { font-size: 0.9rem; line-height: 1.7; }
.formula-box { background: var(--primary); color: var(--white); padding: 0.75rem 1.25rem; border-radius: var(--radius); font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.9rem; margin-top: 0.75rem; display: inline-block; }
.materials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.material-badge { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.1rem 0.75rem; text-align: center; transition: var(--transition); }
.material-badge:hover { border-color: var(--primary); box-shadow: var(--shadow); transform: translateY(-2px); }
.mat-icon { font-size: 1.9rem; display: block; margin-bottom: 0.4rem; }
.material-badge span { font-size: 0.78rem; font-weight: 600; color: var(--dark); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.why-card { background: var(--white); border-left: 4px solid var(--secondary); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; padding: 1.75rem; box-shadow: var(--shadow); }
.why-card h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.why-card p { font-size: 0.86rem; }

/* === DOWNLOADS === */
.downloads-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.download-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; display: flex; align-items: center; gap: 1.25rem; transition: var(--transition); }
.download-card:hover { border-color: var(--primary); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.dl-icon { width: 56px; height: 56px; background: linear-gradient(135deg, rgba(10,47,110,0.1), rgba(30,77,183,0.15)); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; flex-shrink: 0; }
.download-card h4 { font-size: 0.95rem; margin-bottom: 0.25rem; }
.download-card p { font-size: 0.8rem; margin-bottom: 0.65rem; }

/* === REVIEWS PAGE === */
.rating-summary { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.5rem; display: flex; align-items: center; gap: 3rem; max-width: 600px; margin: 0 auto 3.5rem; box-shadow: var(--shadow); }
.rating-big { text-align: center; }
.rating-big .num { font-family: 'Poppins', sans-serif; font-size: 4.5rem; font-weight: 900; color: var(--primary); line-height: 1; }
.rating-big .stars-lg { font-size: 1.6rem; color: #F97316; letter-spacing: 3px; }
.rating-big .total { font-size: 0.85rem; color: var(--gray); margin-top: 0.3rem; }
.rating-bars { flex: 1; }
.bar-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.4rem; }
.bar-row span { font-size: 0.8rem; color: var(--gray); width: 30px; text-align: right; flex-shrink: 0; }
.bar-track { flex: 1; height: 8px; background: var(--light); border-radius: 4px; overflow: hidden; }
.bar-fill { height: 100%; background: var(--secondary); border-radius: 4px; }

/* === CONTACT PAGE === */
.contact-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 4rem; }
.contact-info-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; text-align: center; transition: var(--transition); }
.contact-info-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.contact-info-icon { font-size: 2.2rem; margin-bottom: 0.75rem; }
.contact-info-card h3 { font-size: 0.9rem; color: var(--gray); font-weight: 500; margin-bottom: 0.35rem; font-family: 'Inter', sans-serif; }
.contact-info-card a { color: var(--primary); font-weight: 700; font-size: 1.05rem; transition: var(--transition); display: block; }
.contact-info-card a:hover { color: var(--secondary); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin-bottom: 4rem; }
.contact-form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.5rem; }
.contact-form-card h3 { font-size: 1.3rem; margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.15rem; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--dark); margin-bottom: 0.35rem; font-family: 'Poppins', sans-serif; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.7rem 1rem; border: 1px solid var(--border); border-radius: var(--radius); font-family: 'Inter', sans-serif; font-size: 0.9rem; color: var(--dark); transition: var(--transition); background: var(--white); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(10,47,110,0.08); }
.form-group textarea { height: 130px; resize: vertical; }
.map-card { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); min-height: 440px; }
.map-card iframe { width: 100%; height: 100%; min-height: 440px; display: block; border: none; }

/* === FAQ === */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.65rem; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-q { padding: 1.2rem 1.5rem; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.92rem; color: var(--dark); transition: var(--transition); user-select: none; }
.faq-q:hover { background: var(--light); }
.faq-q.open { color: var(--primary); background: var(--light); }
.faq-plus { font-size: 1.3rem; color: var(--secondary); flex-shrink: 0; margin-left: 1rem; transition: var(--transition); }
.faq-q.open .faq-plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a.open { max-height: 400px; }
.faq-a-inner { padding: 0 1.5rem 1.2rem; color: var(--gray); font-size: 0.89rem; line-height: 1.75; }

/* === FOOTER === */
footer { background: #eff6ff; color: #1a3a8f; padding: 4.5rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid #dde3f0; }
.footer-logo-img { height: 100px; width: auto; object-fit: contain; margin-bottom: 0.75rem; }
.footer-logo-fallback { font-family: 'Poppins', sans-serif; font-size: 1.35rem; font-weight: 800; color: #003366; margin-bottom: 0.35rem; display: none; }
.footer-logo-fallback span { color: var(--secondary); }
.footer-tagline { font-size: 0.84rem; color: #1a3a8f; line-height: 1.6; margin-bottom: 1.25rem; }
.footer-usa { display: inline-flex; align-items: center; gap: 0.4rem; background: #dde8ff; border: 1px solid #b8d0f0; color: #003366; padding: 0.35rem 0.8rem; border-radius: 4px; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.06em; }
.footer-col h4 { font-family: 'Poppins', sans-serif; font-size: 0.78rem; font-weight: 700; color: #003366; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col ul a { color: #1a3a8f; font-size: 0.86rem; text-decoration: none; transition: var(--transition); }
.footer-col ul a:hover { color: #1a6fc4; padding-left: 3px; }
.footer-contact-row { display: flex; align-items: flex-start; gap: 0.5rem; margin-bottom: 0.65rem; font-size: 0.85rem; color: #1a3a8f; }
.footer-contact-row span { color: #1a3a8f !important; }
.footer-contact-row a { color: #1a3a8f; text-decoration: none; transition: var(--transition); }
.footer-contact-row a:hover { color: #1a6fc4; }
.footer-bottom { background: #dde8ff; padding: 1.5rem 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.75rem; font-size: 0.8rem; color: #003366; }
.footer-bottom span { color: #003366 !important; }

/* === CART MODAL === */
.modal-overlay {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.modal {
  background: var(--white); border-radius: 16px;
  width: 100%; max-width: 540px; max-height: 92vh;
  overflow-y: auto; transform: translateY(30px);
  transition: transform 0.3s ease; box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}
.modal-overlay.open .modal { transform: translateY(0); }
.modal-header {
  background: var(--primary); color: var(--white); padding: 1.25rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 5; border-radius: 16px 16px 0 0;
}
.modal-header h3 { font-size: 1.1rem; color: var(--white); font-weight: 700; }
.modal-close { background: none; border: none; color: rgba(255,255,255,0.8); cursor: pointer; font-size: 1.5rem; line-height: 1; padding: 0; transition: var(--transition); }
.modal-close:hover { color: var(--white); }
.modal-body { padding: 1.5rem; }
.demo-banner { background: #fef9c3; border: 1px solid #fde047; border-radius: var(--radius); padding: 0.75rem 1rem; margin-bottom: 1.25rem; font-size: 0.82rem; font-weight: 600; color: #854d0e; display: flex; align-items: center; gap: 0.5rem; }
.cart-empty { text-align: center; padding: 3rem 1rem; color: var(--gray); }
.cart-empty .empty-icon { font-size: 3rem; margin-bottom: 1rem; }
.cart-item { display: flex; align-items: center; gap: 1rem; padding: 0.9rem 0; border-bottom: 1px solid var(--border); }
.cart-item:last-child { border-bottom: none; }
.cart-item-img { width: 60px; height: 60px; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--border); flex-shrink: 0; background: var(--light); }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name { font-family: 'Poppins', sans-serif; font-size: 0.85rem; font-weight: 600; color: var(--dark); margin-bottom: 0.15rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cart-item-unit { font-size: 0.78rem; color: var(--gray); }
.qty-controls { display: flex; align-items: center; gap: 0.4rem; flex-shrink: 0; }
.qty-btn { width: 28px; height: 28px; border: 1px solid var(--border); background: var(--white); border-radius: 6px; cursor: pointer; font-size: 1rem; font-weight: 600; color: var(--dark); display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.qty-btn:hover { background: var(--light); border-color: var(--primary); }
.qty-num { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.9rem; color: var(--dark); min-width: 24px; text-align: center; }
.cart-item-total { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--primary); flex-shrink: 0; min-width: 50px; text-align: right; }
.order-summary { background: var(--light); border-radius: var(--radius); padding: 1.1rem 1.25rem; margin-top: 1.25rem; }
.summary-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.88rem; margin-bottom: 0.4rem; color: var(--gray); }
.summary-row:last-child { margin-bottom: 0; font-size: 1rem; color: var(--dark); font-weight: 700; font-family: 'Poppins', sans-serif; border-top: 1px solid var(--border); padding-top: 0.4rem; margin-top: 0.4rem; }
.shipping-free { color: #16a34a; font-weight: 600; }
.modal-actions { margin-top: 1.25rem; }
.modal-actions .btn { width: 100%; justify-content: center; padding: 0.9rem; }
/* Checkout form view */
.checkout-section-title { font-family: 'Poppins', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray); margin-bottom: 0.9rem; margin-top: 1.5rem; }
.checkout-summary-compact { background: var(--light); border-radius: var(--radius); padding: 0.85rem 1.1rem; margin-bottom: 1.25rem; display: flex; justify-content: space-between; align-items: center; }
.checkout-summary-compact span { font-size: 0.85rem; color: var(--gray); }
.checkout-summary-compact strong { font-family: 'Poppins', sans-serif; font-size: 1.1rem; color: var(--primary); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.checkout-input { width: 100%; padding: 0.7rem 1rem; border: 1.5px solid var(--border); border-radius: var(--radius); font-family: 'Inter', sans-serif; font-size: 0.9rem; color: var(--dark); transition: var(--transition); background: var(--white); }
.checkout-input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(10,47,110,0.08); }
.checkout-input.error { border-color: #ef4444; }
.checkout-label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--dark); margin-bottom: 0.3rem; font-family: 'Poppins', sans-serif; }
.tax-note { font-size: 0.77rem; color: var(--gray); font-style: italic; margin-top: 0.35rem; }
#stripeCard { padding: 0.8rem 1rem; border: 1.5px solid var(--border); border-radius: var(--radius); background: var(--white); transition: var(--transition); min-height: 44px; }
#stripeCard.StripeElement--focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(10,47,110,0.08); }
.stripe-secure { display: flex; align-items: center; gap: 0.4rem; font-size: 0.77rem; color: var(--gray); justify-content: center; margin-top: 0.75rem; }
.card-error { color: #ef4444; font-size: 0.82rem; min-height: 1.2rem; margin-top: 0.35rem; }
.back-link { text-align: center; margin-top: 0.75rem; display: block; font-size: 0.84rem; color: var(--gray); cursor: pointer; text-decoration: underline; }
.back-link:hover { color: var(--primary); }
/* Success view */
.success-view { text-align: center; padding: 1rem 0 0.5rem; }
.success-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #16a34a, #15803d); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2.5rem; box-shadow: 0 8px 24px rgba(22,163,74,0.35); }
.success-view h3 { font-size: 1.4rem; color: var(--dark); margin-bottom: 0.75rem; }
.success-view p { font-size: 0.9rem; max-width: 380px; margin: 0 auto 2rem; }

/* === FADE-IN ANIMATIONS === */
.fade-in { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-d1 { transition-delay: 0.1s; }
.fade-in-d2 { transition-delay: 0.2s; }
.fade-in-d3 { transition-delay: 0.3s; }
.fade-in-d4 { transition-delay: 0.4s; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .hero { align-items: flex-end; min-height: 100vh; }
  .hero-bg-img { object-position: center center; }
  .hero-text-box { width: 100%; margin: 0; margin-top: auto; border-radius: 16px 16px 0 0; padding: 2rem 1.5rem; background: rgba(0,0,0,0.75); }
  .trust-bar-inner { gap: 1rem; }
}
@media (max-width: 768px) {
  .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; background: #003366; flex-direction: column; padding: 0.75rem; gap: 0.2rem; box-shadow: 0 10px 30px rgba(0,0,0,0.25); z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-links a { color: #ffffff; font-weight: 600; font-size: 1rem; padding: 0.75rem 1.5rem; display: block; width: 100%; }
  .nav-links a:hover { background: rgba(255,255,255,0.1); color: #ffffff; }
  .nav-links a.active { background: rgba(255,255,255,0.15); color: #ffffff; }
  .hamburger { display: flex; }
  .product-strip-inner { grid-template-columns: 1fr; }
  .about-story-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid-full { grid-template-columns: 1fr; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .downloads-grid { grid-template-columns: 1fr; }
  .craft-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .rating-summary { flex-direction: column; gap: 1.5rem; text-align: center; }
  .trust-bar-inner { gap: 1rem; }
  .section-padding { padding: 3.5rem 0; }
  .form-row { grid-template-columns: 1fr; }
  .hero {
    background-image: url('https://images.unsplash.com/photo-1574323347407-f5e1ad6d020b?w=1600&q=80');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 0 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .hero-bg-div {
    display: block;
    width: 100%;
    height: 60vw;
    background-image: url('https://cdn.prod.website-files.com/63ff9e752186288cf09930c0/63ffbbe57b16ca378d1fad44_tester-hero-2.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
  }
  .hero-bg-img {
    display: none;
  }
  .hero-text-box {
    width: 100%;
    margin: 0;
    padding: 1.5rem 1.25rem;
    border-radius: 0;
    background: rgba(0, 20, 40, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-left: none;
    border-right: none;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .hero-text-box h1 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .hero-text-box h1 strong {
    font-size: 2rem;
  }
  .hero-sub {
    font-size: 0.92rem;
    margin-bottom: 1.25rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
  }
  .btn-hero-primary,
  .btn-hero-outline {
    width: 100%;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    padding: 13px 20px;
  }
  .hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.15);
  }
  .hero-stat {
    border-right: 1px solid rgba(255,255,255,0.12);
    padding: 0 0.5rem;
    text-align: center;
    flex: unset;
  }
  .hero-stat:last-child { border-right: none; }
  .hero-stat-num { font-size: 1.3rem; }
  .hero-stat-lbl { font-size: 0.62rem; }
}
@media (max-width: 480px) {
  .container { padding: 0 1.25rem; }
  .products-grid { grid-template-columns: 1fr; }
  .hero-bg-img { max-width: 300px; max-height: 360px; }
  .hero-text-box h1 { font-size: 1.5rem; }
  .hero-text-box h1 strong { font-size: 1.75rem; }
  .hero-stats { grid-template-columns: 1fr 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .modal { border-radius: 12px 12px 0 0; max-height: 98vh; margin-top: auto; }
  .modal-overlay { align-items: flex-end; padding: 0; }
}

/* === LEGAL PAGES === */
.legal-section { margin-bottom: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid #dde3f0; }
.legal-section:last-child { border-bottom: none; }
.legal-section h2 { font-family: "Poppins", sans-serif; font-size: 1.25rem; font-weight: 700; color: #003366; margin-bottom: 0.75rem; }
.legal-section h3 { font-family: "Poppins", sans-serif; font-size: 1rem; font-weight: 600; color: #003366; margin-top: 1.25rem; margin-bottom: 0.5rem; }
.legal-section p { font-size: 0.95rem; line-height: 1.8; color: #444444; margin-bottom: 0.75rem; }
.legal-section ul, .legal-section ol { padding-left: 1.5rem; margin-bottom: 0.75rem; }
.legal-section li { font-size: 0.95rem; line-height: 1.8; color: #444444; margin-bottom: 0.35rem; }
.legal-section a { color: #1a6fc4; text-decoration: underline; }
.legal-section a:hover { color: #003366; }

/* Returns page lists */
.returns-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0.5rem 0 1rem 0;
}
.returns-content ul li {
  margin-bottom: 0.4rem;
}
