@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url(../fonts/manrope-var-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(../fonts/publicsans-var-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #111418;
  --ink2: #48525e;
  --ink3: #7a8592;
  --red: #e0182b;
  --red-d: #b81124;
  --blue: #0f74c8;
  --blue-l: #eaf3fc;
  --sun: #f5c518;
  --line: #e3e8ee;
  --bg: #ffffff;
  --bg2: #f4f7fa;
  --bg3: #eef3f8;
  --r: 14px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink2);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .ap-wm, .ap-btn, .ap-price {
  font-family: 'Manrope', 'Public Sans', sans-serif;
  color: var(--ink);
}

h1 { font-size: clamp(30px, 4.6vw, 50px); line-height: 1.12; letter-spacing: -0.022em; font-weight: 800; margin: 0 0 16px; }
h2 { font-size: clamp(24px, 3vw, 33px); line-height: 1.2; letter-spacing: -0.018em; font-weight: 800; margin: 0 0 14px; }
h3 { font-size: 20px; line-height: 1.3; letter-spacing: -0.01em; font-weight: 700; margin: 0 0 10px; }
h4 { font-size: 17px; line-height: 1.35; font-weight: 700; margin: 0 0 8px; }
p { margin: 0 0 14px; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.ap-wrap { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.ap-narrow { max-width: 840px; margin: 0 auto; }
.ap-sec { padding: 62px 0; }
.ap-sec-t { padding: 62px 0; background: var(--bg2); }
.ap-center { text-align: center; }
.ap-lead { font-size: 18px; color: var(--ink2); }

.ap-kicker {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.ap-kicker.b { color: var(--blue); }

.ap-hr { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ---------- topbar / header ---------- */
.ap-topbar {
  background: var(--ink);
  color: #cfd7e0;
  font-size: 12.5px;
  letter-spacing: 0.03em;
}
.ap-topbar .ap-wrap { display: flex; gap: 18px; justify-content: space-between; align-items: center; min-height: 36px; flex-wrap: wrap; }
.ap-topbar span { display: inline-flex; align-items: center; gap: 7px; }
.ap-topbar b { color: #fff; font-weight: 600; }
.ap-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); display: inline-block; }

.ap-head {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.ap-head .ap-wrap { display: flex; align-items: center; gap: 20px; min-height: 68px; }
.ap-wm { display: flex; align-items: center; }
.ap-wm img { height: 26px; width: auto; }
.ap-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.ap-nav a {
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.ap-nav a:hover { color: var(--red); text-decoration: none; }
.ap-nav .ap-btn { color: #fff; }
.ap-burger {
  display: none;
  margin-left: auto;
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  width: 42px;
  height: 38px;
  cursor: pointer;
  padding: 0;
}
.ap-burger i { display: block; width: 18px; height: 2px; background: var(--ink); margin: 3.5px auto; border-radius: 2px; }

.ap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--red);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: -0.005em;
  cursor: pointer;
  transition: background .15s ease, transform .15s ease;
}
.ap-btn:hover { background: var(--red-d); color: #fff; text-decoration: none; transform: translateY(-1px); }
.ap-btn.big { padding: 15px 32px; font-size: 16.5px; }
.ap-btn.blue { background: var(--blue); }
.ap-btn.blue:hover { background: #0b5da2; }
.ap-btn.ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.ap-btn.ghost:hover { background: var(--bg2); color: var(--ink); border-color: var(--ink3); }
.ap-btn.light { background: #fff; color: var(--ink); }
.ap-btn.light:hover { background: #f0f4f8; color: var(--ink); }

/* ---------- hero ---------- */
.ap-hero { background: linear-gradient(180deg, #fff 0%, var(--bg2) 100%); border-bottom: 1px solid var(--line); }
.ap-hero .ap-wrap { display: grid; grid-template-columns: 1fr 1.08fr; gap: 46px; align-items: center; padding-top: 54px; padding-bottom: 54px; }
.ap-hero-txt p { font-size: 18px; max-width: 46ch; }
.ap-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0 20px; }
.ap-hero-facts { display: flex; gap: 26px; flex-wrap: wrap; padding-top: 18px; border-top: 1px solid var(--line); }
.ap-hero-facts div strong { display: block; font-family: 'Manrope', sans-serif; font-size: 22px; font-weight: 800; color: var(--ink); line-height: 1.2; }
.ap-hero-facts div span { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink3); }
.ap-hero-img { border-radius: 20px; overflow: hidden; box-shadow: 0 18px 50px rgba(17, 20, 24, .1); background: #fff; }
.ap-hero-img img { width: 100%; height: auto; }

/* ---------- perks ---------- */
.ap-perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; }
.ap-perks div { padding: 22px 20px; border-right: 1px solid var(--line); }
.ap-perks div:last-child { border-right: 0; }
.ap-perks b { display: block; font-family: 'Manrope', sans-serif; font-size: 15.5px; font-weight: 800; color: var(--ink); margin-bottom: 4px; }
.ap-perks span { font-size: 14px; color: var(--ink3); line-height: 1.5; display: block; }

/* ---------- category tiles ---------- */
.ap-cats { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; }
.ap-cat {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px;
  color: inherit;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.ap-cat:hover { text-decoration: none; border-color: var(--blue); box-shadow: 0 10px 26px rgba(15, 116, 200, .1); transform: translateY(-2px); }
.ap-cat .ap-cat-n { font-size: 11.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); font-family: 'Manrope', sans-serif; }
.ap-cat h3 { margin: 6px 0 6px; font-size: 18.5px; }
.ap-cat p { font-size: 14.5px; color: var(--ink2); margin: 0 0 12px; }
.ap-cat em { font-style: normal; font-size: 13px; font-weight: 700; color: var(--blue); font-family: 'Manrope', sans-serif; }

/* ---------- product card ---------- */
.ap-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); gap: 20px; }
.ap-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: box-shadow .16s ease, border-color .16s ease, transform .16s ease;
}
.ap-card:hover { box-shadow: 0 14px 34px rgba(17, 20, 24, .1); border-color: #cdd6e0; transform: translateY(-3px); }
.ap-card-img { position: relative; background: var(--bg2); padding: 18px; }
.ap-card-img img { width: 100%; height: 190px; object-fit: contain; }
.ap-flag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--red);
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 999px;
}
.ap-flag.b { background: var(--blue); }
.ap-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.ap-card-cat { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink3); font-family: 'Manrope', sans-serif; margin-bottom: 6px; }
.ap-card h3 { font-size: 16.5px; margin: 0 0 4px; }
.ap-card h3 a { color: var(--ink); }
.ap-card h3 a:hover { color: var(--red); text-decoration: none; }
.ap-card-size { font-size: 13px; color: var(--ink3); margin-bottom: 8px; }
.ap-card-desc { font-size: 14px; color: var(--ink2); line-height: 1.55; margin: 0 0 12px; }
.ap-card-foot { margin-top: auto; }
.ap-price { font-size: 21px; font-weight: 800; color: var(--ink); }
.ap-price s { font-size: 14px; color: var(--ink3); font-weight: 500; margin-left: 7px; }
.ap-card-btns { display: flex; gap: 8px; margin-top: 12px; }
.ap-card-btns .ap-btn { flex: 1; padding: 10px 12px; font-size: 14px; }

.ap-stars { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ink3); }
.ap-stars b { color: var(--sun); letter-spacing: 1px; font-size: 14px; }

/* ---------- spotlight ---------- */
.ap-spot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ap-spot article { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 22px; display: flex; flex-direction: column; }
.ap-spot img { width: 100%; height: 168px; object-fit: contain; margin-bottom: 14px; }
.ap-spot .ap-kicker { margin-bottom: 6px; }
.ap-spot p { font-size: 14.5px; }
.ap-spot .ap-btn { margin-top: auto; align-self: flex-start; }

/* ---------- stats band ---------- */
.ap-band { background: var(--ink); color: #cbd4dd; padding: 46px 0; }
.ap-band h2, .ap-band h3 { color: #fff; }
.ap-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }
.ap-stats strong { display: block; font-family: 'Manrope', sans-serif; font-size: 34px; font-weight: 800; color: #fff; line-height: 1.15; }
.ap-stats span { font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: #93a1b0; }

/* ---------- steps ---------- */
.ap-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: s; }
.ap-steps div { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 22px 20px; position: relative; }
.ap-steps div::before {
  counter-increment: s;
  content: counter(s);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--blue-l);
  color: var(--blue);
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 12px;
}
.ap-steps h4 { margin-bottom: 6px; }
.ap-steps p { font-size: 14.5px; margin: 0; }

/* ---------- split band ---------- */
.ap-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 42px; align-items: center; }
.ap-split img { border-radius: var(--r); }
.ap-ticks { list-style: none; margin: 0 0 18px; padding: 0; }
.ap-ticks li { position: relative; padding-left: 26px; margin-bottom: 9px; font-size: 15.5px; }
.ap-ticks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(224, 24, 43, .13);
}

/* ---------- reviews ---------- */
.ap-revs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ap-rev { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 22px; display: flex; flex-direction: column; }
.ap-rev-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.ap-rev h4 { margin-bottom: 8px; font-size: 16px; }
.ap-rev p { font-size: 14.5px; color: var(--ink2); line-height: 1.6; }
.ap-rev-by { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink3); }
.ap-rev-by b { color: var(--ink); font-family: 'Manrope', sans-serif; }
.ap-rev-by a { font-size: 13px; }
.ap-note { font-size: 13.5px; color: var(--ink3); margin-top: 18px; }

/* ---------- SEO text ---------- */
.ap-prose h2 { margin-top: 34px; }
.ap-prose h3 { margin-top: 24px; }
.ap-prose ul { padding-left: 20px; }
.ap-prose li { margin-bottom: 8px; }
.ap-prose table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
.ap-prose th, .ap-prose td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--line); }
.ap-prose th { font-family: 'Manrope', sans-serif; color: var(--ink); background: var(--bg2); font-weight: 800; font-size: 14px; }

/* ---------- accordion ---------- */
.ap-acc { border: 1px solid var(--line); border-radius: var(--r); background: #fff; margin-bottom: 10px; overflow: hidden; }
.ap-acc button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 17px 46px 17px 20px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  position: relative;
}
.ap-acc button::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 21px; color: var(--red); font-weight: 700; }
.ap-acc.is-open button::after { content: '\2212'; }
.ap-acc div { display: none; padding: 0 20px 18px; font-size: 15px; }
.ap-acc.is-open div { display: block; }

/* ---------- CTA ---------- */
.ap-cta { background: var(--blue-l); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 52px 0; text-align: center; }
.ap-cta p { max-width: 62ch; margin: 0 auto 20px; font-size: 17px; }

/* ---------- PDP ---------- */
.ap-crumbs { font-size: 13.5px; color: var(--ink3); padding: 16px 0; }
.ap-crumbs a { color: var(--ink3); }
.ap-crumbs a:hover { color: var(--red); }
.ap-pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: start; padding-bottom: 20px; }
.ap-pdp-media { background: var(--bg2); border: 1px solid var(--line); border-radius: 18px; padding: 32px; position: sticky; top: 88px; }
.ap-pdp-media img { width: 100%; height: auto; max-height: 460px; object-fit: contain; }
.ap-pdp h1 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 8px; }
.ap-pdp-size { font-size: 15px; color: var(--ink3); margin-bottom: 12px; }
.ap-pdp-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.ap-pdp-buy { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 20px; margin: 18px 0; }
.ap-pdp-buy .ap-price { font-size: 30px; }
.ap-pdp-buy .ap-btn { width: 100%; margin-top: 12px; }
.ap-pdp-buy .ap-fine { font-size: 12.5px; color: var(--ink3); margin: 10px 0 0; line-height: 1.5; }
.ap-instock { font-size: 13.5px; font-weight: 700; color: #157a3c; font-family: 'Manrope', sans-serif; }
.ap-specs { width: 100%; border-collapse: collapse; font-size: 15px; margin: 18px 0 0; }
.ap-specs th, .ap-specs td { text-align: left; padding: 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.ap-specs th { color: var(--ink3); font-weight: 500; font-family: 'Public Sans', sans-serif; width: 42%; }
.ap-specs td { color: var(--ink); }
.ap-feats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ap-feat { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--red); border-radius: 12px; padding: 20px; }
.ap-feat:nth-child(2n) { border-left-color: var(--blue); }
.ap-feat h3 { font-size: 17px; margin-bottom: 6px; }
.ap-feat p { font-size: 14.5px; margin: 0; }
.ap-bullets { list-style: none; margin: 0; padding: 0; }
.ap-bullets li { position: relative; padding-left: 24px; margin-bottom: 10px; font-size: 15px; }
.ap-bullets li::before { content: ''; position: absolute; left: 0; top: 9px; width: 10px; height: 2px; background: var(--red); }

/* ---------- footer ---------- */
.ap-foot { background: var(--ink); color: #93a1b0; padding: 52px 0 26px; font-size: 14.5px; }
.ap-foot a { color: #cbd4dd; }
.ap-foot a:hover { color: #fff; }
.ap-foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; }
.ap-foot h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 14px; }
.ap-foot ul { list-style: none; margin: 0; padding: 0; }
.ap-foot li { margin-bottom: 8px; }
.ap-foot img { height: 24px; width: auto; margin-bottom: 14px; }
.ap-foot-bot { margin-top: 34px; padding-top: 20px; border-top: 1px solid #262d36; font-size: 13px; line-height: 1.7; }
.ap-foot address { font-style: normal; line-height: 1.65; }

/* ---------- 404 ---------- */
.ap-404 { text-align: center; padding: 90px 0; }
.ap-404 .ap-big { font-family: 'Manrope', sans-serif; font-size: 88px; font-weight: 800; color: var(--red); line-height: 1; }

@media (max-width: 980px) {
  .ap-hero .ap-wrap { grid-template-columns: 1fr; gap: 30px; }
  .ap-perks { grid-template-columns: repeat(2, 1fr); }
  .ap-perks div:nth-child(2n) { border-right: 0; }
  .ap-perks div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .ap-spot, .ap-revs { grid-template-columns: 1fr; }
  .ap-steps { grid-template-columns: repeat(2, 1fr); }
  .ap-split { grid-template-columns: 1fr; gap: 26px; }
  .ap-pdp { grid-template-columns: 1fr; gap: 26px; }
  .ap-pdp-media { position: static; }
  .ap-feats { grid-template-columns: 1fr; }
  .ap-foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .ap-sec, .ap-sec-t { padding: 44px 0; }
  .ap-burger { display: block; }
  .ap-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 22px 18px;
    box-shadow: 0 16px 30px rgba(17, 20, 24, .1);
  }
  .ap-nav.is-open { display: flex; }
  .ap-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .ap-nav .ap-btn { border-bottom: 0; margin-top: 12px; text-align: center; justify-content: center; }
  .ap-head .ap-wrap { position: relative; }
  .ap-stats { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .ap-steps { grid-template-columns: 1fr; }
  .ap-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
  .ap-hero-facts { gap: 18px; }
  .ap-topbar .ap-wrap { justify-content: center; gap: 12px; }
  .ap-topbar span.ap-hide { display: none; }
}

@media (max-width: 520px) {
  .ap-grid { grid-template-columns: 1fr; }
  .ap-perks { grid-template-columns: 1fr; }
  .ap-perks div { border-right: 0; border-bottom: 1px solid var(--line); }
  .ap-perks div:last-child { border-bottom: 0; }
  .ap-foot-grid { grid-template-columns: 1fr; }
}
