:root {
  --navy: #0a348f;
  --navy-dark: #07256e;
  --green: #5ca518;
  --green-dark: #478312;
  --bg: #f3f5f9;
  --ink: #1b2433;
  --muted: #5c6778;
  --line: #e4e8f0;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "Nunito Sans", system-ui, sans-serif; background: #fff; color: var(--ink); line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
.wrap { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }

header { background: #fff; position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); }
.head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; min-height: 78px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--navy); font-size: 18px; white-space: nowrap; }
.logo i {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--green), var(--navy));
  color: #fff;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
}
.search { display: flex; max-width: 520px; width: 100%; margin-inline: auto; }
.search input {
  flex: 1;
  border: 1px solid var(--line);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  padding: 12px 14px;
  background: var(--bg);
}
.search input:focus { outline: 0; background: #fff; }
.search button {
  background: var(--navy);
  color: #fff;
  border: 0;
  border-radius: 0 8px 8px 0;
  padding: 0 16px;
  cursor: pointer;
}
.search svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }
.head-cta { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; color: var(--navy); }
.badge { background: var(--navy); color: #fff; border-radius: 999px; padding: 8px 12px; font-size: 12px; }
.cats-nav { border-top: 1px solid var(--line); }
.cats-nav ul { display: flex; gap: 22px; list-style: none; font-size: 14px; font-weight: 700; color: var(--muted); min-height: 46px; align-items: center; overflow-x: auto; }
.cats-nav a:hover { color: var(--navy); }

.hero {
  background: var(--navy-dark);
  color: #fff;
  min-height: 340px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 48%;
  object-fit: cover;
  opacity: .55;
}
.hero .wrap { position: relative; z-index: 1; padding: 48px 0; }
.hero .tag { display: inline-block; background: var(--green); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 6px 10px; border-radius: 6px; margin-bottom: 14px; }
.hero h1 { font-size: clamp(32px, 5vw, 48px); max-width: 16ch; line-height: 1.1; margin-bottom: 12px; }
.hero p { max-width: 40ch; color: #d7e0f4; margin-bottom: 22px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  padding: 12px 20px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
}
.btn:hover { background: var(--green-dark); }
.btn-navy { background: var(--navy); border-radius: 8px; }
.btn-navy:hover { background: var(--navy-dark); }

.usps { background: #fff; border-bottom: 1px solid var(--line); }
.usps .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 18px 0; }
.usps article { display: flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 700; color: var(--navy); }
.usps span { width: 36px; height: 36px; border-radius: 50%; background: #e8eefc; display: grid; place-items: center; flex-shrink: 0; }
.usps svg { width: 18px; height: 18px; fill: var(--navy); }

.section { padding: 40px 0; }
.section.alt { background: var(--bg); }
.section-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; gap: 12px; }
h2 { font-size: 24px; color: var(--navy); }
.more { color: var(--navy); font-weight: 800; font-size: 14px; }

.circles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; text-align: center; }
.circles a { display: grid; gap: 8px; justify-items: center; font-size: 13px; font-weight: 700; color: var(--navy); }
.circles img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: 0 4px 12px rgba(10, 52, 143, .12); }

.promos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.promo {
  background: var(--navy);
  color: #fff;
  border-radius: 12px;
  min-height: 220px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.promo img { position: absolute; right: -10px; bottom: -10px; width: 120px; height: 140px; object-fit: cover; opacity: .55; }
.promo h3, .promo p, .promo .off { position: relative; z-index: 1; }
.promo .off { width: 64px; height: 64px; border-radius: 50%; background: var(--green); display: grid; place-items: center; font-weight: 800; font-size: 14px; line-height: 1.1; text-align: center; }

.shelf { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.prod {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.prod .off { position: absolute; top: 12px; left: 12px; background: #e8f6d8; color: var(--green-dark); font-size: 11px; font-weight: 800; padding: 4px 8px; border-radius: 6px; }
.prod img { height: 140px; width: 100%; object-fit: contain; margin: 18px 0 12px; }
.prod h3 { font-size: 14px; min-height: 42px; }
.old { color: var(--muted); font-size: 12px; text-decoration: line-through; }
.price { color: var(--green-dark); font-size: 20px; font-weight: 800; margin: 4px 0 12px; }
.prod .btn { width: 100%; border-radius: 8px; }

.stories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.story { position: relative; border-radius: 14px; overflow: hidden; min-height: 280px; }
.story img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.story span { position: relative; z-index: 1; display: flex; align-items: end; height: 100%; padding: 16px; color: #fff; font-weight: 800; background: linear-gradient(transparent, rgba(7, 37, 110, .75)); }

.hi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.hi article { background: var(--navy); color: #fff; border-radius: 12px; padding: 22px 18px; min-height: 160px; }
.hi h3 { font-size: 16px; margin-bottom: 8px; }
.hi .val { font-size: 28px; font-weight: 800; margin-bottom: 10px; }
.hi .btn { background: #fff; color: var(--navy); padding: 8px 12px; font-size: 13px; }

.trust { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 8px 0 24px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

.news { background: var(--navy); color: #fff; padding: 28px 0; }
.news .wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: center; }
.news h2 { color: #fff; margin-bottom: 6px; }
.news p { color: #c9d6f0; font-size: 14px; }
.news form { display: flex; gap: 8px; }
.news input { flex: 1; border: 0; border-radius: 8px; padding: 12px 14px; }
.news .btn { border-radius: 8px; background: #fff; color: var(--navy); }

.site-foot { background: #071a4a; color: #c5d0e8; padding: 48px 0 0; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 32px; padding-bottom: 36px; }
.site-foot .logo { color: #fff; }
.foot-brand p { font-size: 14px; color: #9aabc8; margin: 14px 0 16px; max-width: 36ch; }
.soc { display: flex; gap: 8px; }
.soc a { width: 36px; height: 36px; border-radius: 8px; background: #fff; color: var(--navy); display: grid; place-items: center; }
.soc svg { width: 16px; height: 16px; fill: currentColor; }
.site-foot h3 { color: #fff; font-size: 14px; margin-bottom: 12px; }
.site-foot ul { list-style: none; display: grid; gap: 8px; font-size: 14px; }
.site-foot ul a:hover { color: #fff; }
.pay { text-align: center; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #8ea0c2; padding-bottom: 16px; }
.foot-copy { border-top: 1px solid #1a3268; text-align: center; padding: 14px 0; font-size: 12px; color: #7e90b4; }

.float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #25d366;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  z-index: 40;
}

@media (max-width: 860px) {
  .head { grid-template-columns: 1fr auto; }
  .search, .cats-nav, .badge { display: none; }
  .usps .wrap, .circles, .promos, .shelf, .stories, .hi, .news .wrap, .foot-grid { grid-template-columns: 1fr 1fr; }
  .news .wrap, .foot-grid { grid-template-columns: 1fr; }
  .hero img { width: 100%; opacity: .28; }
  .circles { grid-template-columns: repeat(3, 1fr); }
}
