:root {
  --safe-ink: #0c2857;
  --safe-blue: #1e72b8;
  --safe-mint: #35b988;
  --safe-line: rgba(90, 154, 196, 0.22);
  --safe-shadow: 0 18px 46px rgba(28, 86, 132, 0.14);
  --safe-radius: 18px;
  --safe-max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--safe-ink);
  background: #f4fbff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.safe-power-lp {
  min-width: 320px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 230, 255, 0.78), transparent 38%),
    linear-gradient(180deg, #eaf8ff 0%, #ffffff 36%, #f3fbff 100%);
}

.safe-power-lp__hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.92) 0 8%, transparent 18%),
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.84) 0 3%, transparent 8%),
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.62) 0 3%, transparent 8%),
    linear-gradient(135deg, #dff5ff 0%, #efffff 42%, #d7ecff 100%);
}

.safe-power-lp__hero::before {
  position: absolute;
  inset: auto -8% -28% -8%;
  height: 58%;
  background:
    radial-gradient(ellipse at 55% 30%, rgba(255, 255, 255, 0.92) 0 12%, rgba(181, 224, 251, 0.55) 25%, transparent 56%),
    radial-gradient(ellipse at 78% 42%, rgba(255, 255, 255, 0.74) 0 10%, rgba(123, 196, 236, 0.34) 25%, transparent 56%);
  filter: blur(1px);
  content: "";
}

.safe-power-lp__hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.safe-power-lp__bubble {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.22) 42%, rgba(63, 159, 225, 0.16));
  box-shadow: inset -8px -10px 18px rgba(73, 148, 202, 0.18), 0 14px 30px rgba(79, 151, 203, 0.14);
}

.safe-power-lp__bubble--a {
  top: 18px;
  left: 36%;
  width: 74px;
  height: 74px;
}

.safe-power-lp__bubble--b {
  top: 60px;
  right: 7%;
  width: 92px;
  height: 92px;
}

.safe-power-lp__bubble--c {
  top: 210px;
  right: 16%;
  width: 44px;
  height: 44px;
}

.safe-power-lp__bubble--d {
  top: 80px;
  left: 13%;
  width: 28px;
  height: 28px;
}

.safe-power-lp__hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 28px;
  width: min(var(--safe-max), calc(100% - 56px));
  min-height: 520px;
  margin: 0 auto;
  padding: 54px 0 44px;
}

.safe-power-lp__eyebrow {
  margin: 0 0 12px;
  color: #095b9e;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.safe-power-lp__hero h1 {
  margin: 0;
  color: #08245a;
  font-size: clamp(38px, 4.4vw, 60px);
  line-height: 1.28;
  letter-spacing: 0.02em;
}

.safe-power-lp__subtitle {
  margin: 22px 0 0;
  color: #08245a;
  font-size: 20px;
  font-weight: 900;
}

.safe-power-lp__lead {
  max-width: 480px;
  margin: 18px 0 0;
  color: #173b6d;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.9;
}

.safe-power-lp__hero-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.safe-power-lp__hero-nav a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon sub";
  column-gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 13px 14px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(77, 153, 202, 0.24);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(21, 86, 135, 0.16);
  backdrop-filter: blur(12px);
}

.safe-power-lp__nav-icon {
  grid-area: icon;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-weight: 900;
}

.safe-power-lp__nav-icon--shield {
  color: #1a76c8;
  background: #e9f6ff;
  border: 1px solid #83bee6;
}

.safe-power-lp__nav-icon--leaf {
  color: #269c65;
  background: #ecfff4;
  border: 1px solid #7bd69e;
}

.safe-power-lp__nav-icon--cell {
  color: #5e6fd4;
  background: #f0f3ff;
  border: 1px solid #aab6ff;
}

.safe-power-lp__hero-nav strong {
  grid-area: title;
  min-width: 0;
  font-size: 14px;
  line-height: 1.35;
}

.safe-power-lp__hero-nav small {
  grid-area: sub;
  color: #12366a;
  font-size: 12px;
  font-weight: 800;
}

.safe-power-lp__hero-products {
  position: relative;
  min-height: 420px;
}

.safe-power-lp__hero-product {
  position: absolute;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 30px 32px rgba(32, 81, 120, 0.22));
}

.safe-power-lp__hero-product--main {
  left: 12%;
  top: 18px;
  width: min(36%, 220px);
  transform: rotate(-5deg);
}

.safe-power-lp__hero-product--mint {
  right: 4%;
  top: 52px;
  width: min(56%, 360px);
  transform: rotate(8deg);
}

.safe-power-lp__hero-product--white {
  right: 2%;
  bottom: 44px;
  width: min(54%, 348px);
  transform: rotate(12deg);
}

.safe-power-lp__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(var(--safe-max), calc(100% - 56px));
  margin: 20px auto 0;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--safe-line);
  border-radius: 18px;
  box-shadow: var(--safe-shadow);
}

.safe-power-lp__benefits div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas:
    "icon text"
    "icon sub";
  align-items: center;
  min-height: 62px;
  padding: 0 18px;
  border-right: 1px solid rgba(87, 142, 177, 0.22);
}

.safe-power-lp__benefits div:last-child {
  border-right: 0;
}

.safe-power-lp__benefit-icon {
  grid-area: icon;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #0d57a7;
  border: 2px solid #95c9eb;
  border-radius: 999px;
  font-weight: 900;
}

.safe-power-lp__benefits strong {
  grid-area: text;
  font-size: 16px;
}

.safe-power-lp__benefits small {
  grid-area: sub;
  color: #31547b;
  font-size: 12px;
  font-weight: 800;
}

.safe-power-lp__section,
.safe-power-lp__category,
.safe-power-lp__support {
  width: min(var(--safe-max), calc(100% - 56px));
  margin: 0 auto;
}

.safe-power-lp__section {
  padding-top: 54px;
}

.safe-power-lp__section-title {
  display: grid;
  justify-items: center;
  margin-bottom: 28px;
}

.safe-power-lp__section-title h2 {
  position: relative;
  margin: 0;
  color: #0b3a80;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.safe-power-lp__section-title h2::after {
  display: block;
  width: 44px;
  height: 3px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, #1c70bd, #52c7a3);
  border-radius: 999px;
  content: "";
}

.safe-power-lp__material-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.safe-power-lp__material-card {
  min-height: 214px;
  padding: 28px;
  border: 1px solid var(--safe-line);
  border-radius: 18px;
  box-shadow: var(--safe-shadow);
  overflow: hidden;
}

.safe-power-lp__material-card--blue {
  background:
    radial-gradient(circle at 90% 82%, rgba(96, 178, 238, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(240, 249, 255, 0.96), rgba(255, 255, 255, 0.86));
}

.safe-power-lp__material-card--green {
  background:
    radial-gradient(circle at 92% 82%, rgba(63, 210, 145, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(240, 255, 246, 0.96), rgba(255, 255, 255, 0.9));
}

.safe-power-lp__material-card--lavender {
  background:
    radial-gradient(circle at 92% 82%, rgba(123, 135, 241, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(244, 247, 255, 0.96), rgba(255, 255, 255, 0.9));
}

.safe-power-lp__material-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  color: #1b72bd;
  border: 2px solid #98cfef;
  border-radius: 15px;
  font-weight: 900;
}

.safe-power-lp__material-card--green .safe-power-lp__material-icon {
  color: #229c67;
  border-color: #80d8a2;
}

.safe-power-lp__material-card--lavender .safe-power-lp__material-icon {
  color: #6671d6;
  border-color: #b5bcff;
}

.safe-power-lp__material-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.45;
}

.safe-power-lp__material-tag {
  margin: 22px 0 12px;
  font-size: 14px;
  font-weight: 900;
}

.safe-power-lp__material-card p:last-child {
  margin: 0;
  color: #2a4772;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.safe-power-lp__purpose {
  padding-bottom: 18px;
}

.safe-power-lp__purpose-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.safe-power-lp__purpose-grid a {
  display: grid;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--safe-line);
  border-radius: 14px;
  box-shadow: var(--safe-shadow);
}

.safe-power-lp__purpose-grid img {
  width: 100%;
  height: 128px;
  object-fit: contain;
  background: linear-gradient(135deg, #edf8ff, #ffffff);
  padding: 16px;
}

.safe-power-lp__purpose-grid span {
  position: relative;
  display: block;
  min-height: 78px;
  padding: 16px 52px 16px 20px;
  color: #0b2e67;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.42;
}

.safe-power-lp__purpose-grid span::after {
  position: absolute;
  top: 22px;
  right: 20px;
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #1694b4;
  border: 1px solid #65bfdb;
  border-radius: 999px;
  content: "âº";
}

.safe-power-lp__category {
  margin-top: 26px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--safe-line);
  border-radius: 18px;
  box-shadow: var(--safe-shadow);
}

.safe-power-lp__category--blue {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(237, 248, 255, 0.9));
}

.safe-power-lp__category--green {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 255, 245, 0.9));
}

.safe-power-lp__category--purple {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 247, 255, 0.9));
}

.safe-power-lp__category-head {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.safe-power-lp__category-head h2 {
  margin: 0;
  color: #0b3a80;
  font-size: 24px;
}

.safe-power-lp__category--green .safe-power-lp__category-head h2 {
  color: #167348;
}

.safe-power-lp__category-head p {
  margin: 0;
  color: #163e6d;
  font-size: 13px;
  font-weight: 800;
}

.safe-power-lp__category-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: 22px;
}

.safe-power-lp__feature-product {
  display: grid;
  grid-template-columns: minmax(160px, 0.82fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.safe-power-lp__product-image {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(100, 159, 197, 0.18);
  border-radius: 15px;
}

.safe-power-lp__product-image img {
  display: block;
  width: 100%;
  max-height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(25, 60, 102, 0.16));
}

.safe-power-lp__capacity {
  margin: 0 0 8px;
  color: #0b3a80;
  font-size: 18px;
  font-weight: 900;
}

.safe-power-lp__feature-product h3 {
  margin: 0;
  color: #0b2e67;
  font-size: 21px;
  line-height: 1.4;
}

.safe-power-lp__price {
  margin: 18px 0 10px;
  color: #08245a;
  font-size: 26px;
  font-weight: 900;
}

.safe-power-lp__price span {
  margin-left: 6px;
  font-size: 13px;
}

.safe-power-lp__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.safe-power-lp__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  color: #0b3a80;
  background: #f2f8ff;
  border: 1px solid rgba(77, 153, 202, 0.28);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.safe-power-lp__button,
.safe-power-lp__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 18px;
  padding: 0 22px;
  color: #0b2e67;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(100, 159, 197, 0.28);
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(24, 80, 132, 0.1);
  font-size: 13px;
  font-weight: 900;
}

.safe-power-lp__mini-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-content: end;
}

.safe-power-lp__mini-products--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.safe-power-lp__mini-products a {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px;
  color: #0b2e67;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(100, 159, 197, 0.18);
  border-radius: 12px;
}

.safe-power-lp__mini-products img {
  width: 100%;
  height: 86px;
  object-fit: contain;
}

.safe-power-lp__mini-products strong {
  font-size: 12px;
  line-height: 1.35;
}

.safe-power-lp__mini-products span {
  color: #0b2e67;
  font-size: 12px;
  font-weight: 900;
}

.safe-power-lp__more {
  width: min(230px, 100%);
  margin: 22px auto 0;
}

.safe-power-lp__support {
  margin-top: 32px;
  margin-bottom: 42px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(236, 248, 255, 0.92), rgba(255, 255, 255, 0.88));
  border: 1px solid var(--safe-line);
  border-radius: 18px;
  box-shadow: var(--safe-shadow);
}

.safe-power-lp__support h2 {
  margin: 0 0 22px;
  color: #0b3a80;
  font-size: 22px;
}

.safe-power-lp__support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.safe-power-lp__support-grid div {
  display: grid;
  gap: 8px;
}

.safe-power-lp__support-grid strong {
  color: #0b3a80;
  font-size: 15px;
}

.safe-power-lp__support-grid span {
  color: #31547b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .safe-power-lp__hero-inner,
  .safe-power-lp__category-layout,
  .safe-power-lp__feature-product {
    grid-template-columns: 1fr;
  }

  .safe-power-lp__hero-products {
    min-height: 320px;
  }

  .safe-power-lp__material-grid,
  .safe-power-lp__purpose-grid,
  .safe-power-lp__support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .safe-power-lp__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .safe-power-lp__benefits div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .safe-power-lp__hero-inner,
  .safe-power-lp__benefits,
  .safe-power-lp__section,
  .safe-power-lp__category,
  .safe-power-lp__support {
    width: min(100% - 24px, var(--safe-max));
  }

  .safe-power-lp__hero {
    min-height: auto;
  }

  .safe-power-lp__hero-inner {
    padding: 34px 0 28px;
  }

  .safe-power-lp__hero h1 {
    font-size: 34px;
  }

  .safe-power-lp__hero-nav,
  .safe-power-lp__benefits,
  .safe-power-lp__material-grid,
  .safe-power-lp__purpose-grid,
  .safe-power-lp__mini-products,
  .safe-power-lp__mini-products--two,
  .safe-power-lp__support-grid {
    grid-template-columns: 1fr;
  }

  .safe-power-lp__hero-products {
    min-height: 260px;
  }

  .safe-power-lp__hero-product--main {
    left: 0;
    width: 34%;
  }

  .safe-power-lp__hero-product--mint {
    right: 0;
    width: 60%;
  }

  .safe-power-lp__hero-product--white {
    right: 0;
    bottom: 18px;
    width: 58%;
  }

  .safe-power-lp__benefits div {
    border-right: 0;
    border-bottom: 1px solid rgba(87, 142, 177, 0.22);
  }

  .safe-power-lp__benefits div:last-child {
    border-bottom: 0;
  }

  .safe-power-lp__material-card,
  .safe-power-lp__category,
  .safe-power-lp__support {
    padding: 20px;
  }
}

/* Final requested visual update: hero image background + horizontal product sliders */
.safe-power-lp__hero {
  min-height: 430px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.10) 100%),
    url("https://shopping.jreast.co.jp/html/upload/user_data/shop/S452/safe-material-hero.png") center center / cover no-repeat;
}

.safe-power-lp__hero::before,
.safe-power-lp__hero-bg,
.safe-power-lp__hero-products {
  display: none;
}

.safe-power-lp__hero-inner {
  display: flex;
  align-items: flex-end;
  width: min(var(--safe-max), calc(100% - 56px));
  min-height: 430px;
  padding: 36px 0;
}

.safe-power-lp__hero-copy {
  width: min(640px, 100%);
}

.safe-power-lp__eyebrow,
.safe-power-lp__hero h1,
.safe-power-lp__subtitle,
.safe-power-lp__lead {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.safe-power-lp__hero-nav {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(620px, 100%);
  margin-top: 0;
}

.safe-power-lp__hero-nav a {
  min-height: 68px;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(89, 151, 190, 0.28);
  box-shadow: 0 14px 28px rgba(24, 82, 132, 0.18);
}

.safe-power-lp__category {
  padding: 24px 0 26px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.safe-power-lp__category-head {
  width: min(var(--safe-max), 100%);
  margin: 0 auto 14px;
  padding: 0 6px;
}

.safe-power-lp__category-layout {
  display: flex;
  gap: 16px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 6px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(72, 132, 124, 0.34) rgba(206, 224, 220, 0.42);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.safe-power-lp__category-layout::-webkit-scrollbar {
  height: 8px;
}

.safe-power-lp__category-layout::-webkit-scrollbar-track {
  background: rgba(206, 224, 220, 0.44);
  border-radius: 999px;
}

.safe-power-lp__category-layout::-webkit-scrollbar-thumb {
  background: rgba(72, 132, 124, 0.42);
  border-radius: 999px;
}

.safe-power-lp__feature-product,
.safe-power-lp__mini-products a {
  flex: 0 0 260px;
  scroll-snap-align: start;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(107, 166, 154, 0.28);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(37, 83, 104, 0.12);
}

.safe-power-lp__feature-product {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  padding: 0;
}

.safe-power-lp__feature-product > div:last-child {
  display: grid;
  gap: 8px;
  padding: 16px 18px 18px;
}

.safe-power-lp__product-image {
  min-height: 220px;
  padding: 18px;
  background: #fff;
  border: 0;
  border-bottom: 1px solid rgba(107, 166, 154, 0.20);
  border-radius: 0;
}

.safe-power-lp__product-image img {
  max-height: 190px;
}

.safe-power-lp__capacity {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.safe-power-lp__feature-product h3 {
  min-height: 48px;
  font-size: 16px;
  line-height: 1.48;
}

.safe-power-lp__price {
  margin: 2px 0 0;
  color: #00715e;
  font-size: 22px;
}

.safe-power-lp__tags {
  gap: 5px;
  margin-top: 2px;
}

.safe-power-lp__tags span {
  min-height: 23px;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 11px;
}

.safe-power-lp__button {
  width: 100%;
  min-height: 36px;
  margin-top: 8px;
  border-radius: 9px;
}

.safe-power-lp__mini-products {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  align-content: stretch;
}

.safe-power-lp__mini-products--two {
  display: flex;
}

.safe-power-lp__mini-products a {
  display: grid;
  grid-template-rows: 170px auto auto;
  gap: 8px;
  padding: 0 0 16px;
}

.safe-power-lp__mini-products img {
  width: 100%;
  height: 170px;
  padding: 16px;
  object-fit: contain;
  background: #fff;
  border-bottom: 1px solid rgba(107, 166, 154, 0.20);
}

.safe-power-lp__mini-products strong {
  min-height: 42px;
  padding: 0 14px;
  color: #17233b;
  font-size: 14px;
  line-height: 1.45;
}

.safe-power-lp__mini-products span {
  padding: 0 14px;
  color: #00715e;
  font-size: 18px;
}

.safe-power-lp__more {
  display: flex;
  width: 148px;
  min-height: 46px;
  margin: 18px 6px 0;
  color: #fff;
  background: #008b73;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(0, 121, 100, 0.22);
}

@media (min-width: 1120px) {
  .safe-power-lp__category-layout,
  .safe-power-lp__more {
    margin-left: calc((100vw - var(--safe-max)) / 2);
  }

  .safe-power-lp__category-layout {
    width: calc(var(--safe-max) + ((100vw - var(--safe-max)) / 2));
  }
}

@media (max-width: 980px) {
  .safe-power-lp__hero-inner {
    min-height: 390px;
  }

  .safe-power-lp__hero {
    min-height: 390px;
    background-position: center center;
  }

  .safe-power-lp__hero-nav {
    grid-template-columns: 1fr;
    width: min(360px, 100%);
  }
}

@media (max-width: 640px) {
  .safe-power-lp__hero {
    min-height: 330px;
    background-size: cover;
    background-position: center top;
  }

  .safe-power-lp__hero-inner {
    width: min(100% - 24px, var(--safe-max));
    min-height: 330px;
    padding: 178px 0 18px;
  }

  .safe-power-lp__hero-nav {
    gap: 8px;
  }

  .safe-power-lp__hero-nav a {
    min-height: 58px;
    padding: 9px 12px;
  }

  .safe-power-lp__category {
    width: min(100% - 24px, var(--safe-max));
  }

  .safe-power-lp__category-layout {
    width: calc(100% + 12px);
    margin-right: -12px;
    padding-right: 12px;
  }

  .safe-power-lp__feature-product,
  .safe-power-lp__mini-products a {
    flex-basis: 150px;
  }

  .safe-power-lp__product-image,
  .safe-power-lp__mini-products img {
    min-height: 150px;
    height: 150px;
  }

  .safe-power-lp__feature-product > div:last-child {
    padding: 12px 12px 14px;
  }

  .safe-power-lp__feature-product h3,
  .safe-power-lp__mini-products strong {
    min-height: 44px;
    font-size: 13px;
  }

  .safe-power-lp__capacity {
    font-size: 11px;
  }

  .safe-power-lp__price,
  .safe-power-lp__mini-products span {
    font-size: 18px;
  }

  .safe-power-lp__tags {
    display: none;
  }

  .safe-power-lp__button {
    display: none;
  }
}

/* Final hero fit + compact benefit row */
.safe-power-lp__hero {
  min-height: 0;
  aspect-ratio: 1200 / 450;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%),
    url("https://shopping.jreast.co.jp/html/upload/user_data/shop/S452/safe-material-hero.png") center center / contain no-repeat;
  background-color: #eaf8ff;
}

.safe-power-lp__hero-inner,
.safe-power-lp__hero-copy,
.safe-power-lp__hero-nav,
.safe-power-lp__hero-products,
.safe-power-lp__eyebrow,
.safe-power-lp__hero h1,
.safe-power-lp__subtitle,
.safe-power-lp__lead {
  display: none !important;
}

.safe-power-lp__benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(var(--safe-max), calc(100% - 56px));
  margin-top: 18px;
  padding: 8px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(28, 86, 132, 0.08);
}

.safe-power-lp__benefits div {
  grid-template-columns: 36px minmax(0, 1fr);
  min-height: 48px;
  padding: 0 14px;
}

.safe-power-lp__benefits div:nth-child(3) {
  border-right: 0;
}

.safe-power-lp__benefit-icon {
  width: 28px;
  height: 28px;
  font-size: 12px;
  border-width: 1px;
}

.safe-power-lp__benefits strong {
  font-size: 14px;
}

.safe-power-lp__benefits small {
  font-size: 11px;
}

@media (max-width: 980px) {
  .safe-power-lp__hero {
    min-height: 0;
    aspect-ratio: 1200 / 450;
    background-size: contain;
    background-position: center center;
  }

  .safe-power-lp__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .safe-power-lp__benefits div:nth-child(2) {
    border-right: 1px solid rgba(87, 142, 177, 0.22);
  }
}

@media (max-width: 640px) {
  .safe-power-lp__hero {
    width: 100%;
    aspect-ratio: 1200 / 450;
    background-size: contain;
    background-position: center center;
  }

  .safe-power-lp__benefits {
    width: min(100% - 24px, var(--safe-max));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 6px 8px;
    border-radius: 12px;
  }

  .safe-power-lp__benefits div {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 58px;
    padding: 6px 5px;
    text-align: center;
    border-right: 1px solid rgba(87, 142, 177, 0.18);
    border-bottom: 0;
  }

  .safe-power-lp__benefits div:last-child {
    border-right: 0;
  }

  .safe-power-lp__benefit-icon {
    width: 26px;
    height: 26px;
  }

  .safe-power-lp__benefits strong {
    font-size: 12px;
    line-height: 1.25;
  }

  .safe-power-lp__benefits small {
    font-size: 10px;
    line-height: 1.25;
  }
}

/* Final image hero: show the supplied visual in full without overlays */
.safe-power-lp__hero {
  min-height: 0;
  aspect-ratio: auto;
  padding: 0;
  overflow: hidden;
  background: #eaf8ff;
}

.safe-power-lp__hero-image {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .safe-power-lp__hero {
    aspect-ratio: auto;
  }

  .safe-power-lp__hero-image {
    width: 100%;
    max-width: none;
  }
}

/* Integrated material guide + compact mobile buying cards */
.safe-power-lp__category-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.9fr);
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(124, 173, 208, 0.26);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(27, 91, 142, 0.08);
  backdrop-filter: blur(14px);
}

.safe-power-lp__category-guide--blue {
  background: linear-gradient(135deg, rgba(238, 248, 255, 0.92), rgba(255, 255, 255, 0.82));
}

.safe-power-lp__category-guide--green {
  background: linear-gradient(135deg, rgba(235, 255, 246, 0.94), rgba(255, 255, 255, 0.82));
}

.safe-power-lp__category-guide--purple {
  background: linear-gradient(135deg, rgba(242, 245, 255, 0.94), rgba(255, 255, 255, 0.82));
}

.safe-power-lp__guide-main {
  display: grid;
  gap: 10px;
}

.safe-power-lp__guide-badge {
  width: fit-content;
  padding: 7px 18px;
  border-radius: 999px;
  background: rgba(116, 210, 191, 0.22);
  color: #075c77;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.safe-power-lp__guide-main h2 {
  margin: 0;
}

.safe-power-lp__guide-main p {
  margin: 0;
  color: #31547b;
  font-size: 14px;
  line-height: 1.9;
}

.safe-power-lp__guide-points {
  display: grid;
  gap: 12px;
  margin: 0;
}

.safe-power-lp__guide-points div {
  padding: 13px 14px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(134, 185, 217, 0.22);
}

.safe-power-lp__guide-points dt {
  margin: 0 0 5px;
  color: #08765d;
  font-size: 12px;
  font-weight: 900;
}

.safe-power-lp__guide-points dd {
  margin: 0;
  color: #18395e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.safe-power-lp__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
}

.safe-power-lp__price em,
.safe-power-lp__mini-price em {
  color: #08765d;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.safe-power-lp__price em {
  font-size: 13px;
}

.safe-power-lp__mini-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 7px;
}

.safe-power-lp__mini-price em {
  font-size: 10px;
}

@media (max-width: 980px) {
  .safe-power-lp__category-guide {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .safe-power-lp__benefits {
    width: min(100% - 24px, var(--safe-max));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 10px;
    padding: 5px 8px;
    border-radius: 12px;
  }

  .safe-power-lp__benefits div {
    grid-template-columns: 24px minmax(0, 1fr);
    grid-template-areas:
      "icon text"
      "icon sub";
    justify-items: start;
    align-items: center;
    min-height: 42px;
    padding: 4px 6px;
    text-align: left;
    border-right: 1px solid rgba(87, 142, 177, 0.2);
    border-bottom: 0;
  }

  .safe-power-lp__benefits div:last-child {
    border-right: 0;
  }

  .safe-power-lp__benefit-icon {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }

  .safe-power-lp__benefits strong {
    font-size: 10px;
    line-height: 1.2;
  }

  .safe-power-lp__benefits small {
    font-size: 8px;
    line-height: 1.2;
  }

  .safe-power-lp__category-head {
    margin-bottom: 12px;
    padding: 0;
  }

  .safe-power-lp__category-guide {
    padding: 15px;
    border-radius: 17px;
  }

  .safe-power-lp__guide-badge {
    padding: 6px 14px;
    font-size: 11px;
  }

  .safe-power-lp__guide-main p {
    font-size: 12px;
    line-height: 1.75;
  }

  .safe-power-lp__guide-points {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .safe-power-lp__guide-points div {
    padding: 10px;
    border-radius: 12px;
  }

  .safe-power-lp__guide-points dt {
    font-size: 10px;
  }

  .safe-power-lp__guide-points dd {
    font-size: 11px;
    line-height: 1.45;
  }

  .safe-power-lp__category-layout {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .safe-power-lp__feature-product {
    display: grid;
    width: 100%;
    margin: 0 0 18px;
    flex: none;
    border-radius: 16px;
  }

  .safe-power-lp__product-image {
    min-height: 330px;
    height: 330px;
    padding: 18px;
  }

  .safe-power-lp__feature-product > div:last-child {
    padding: 14px 16px 16px;
  }

  .safe-power-lp__feature-product h3 {
    min-height: 0;
    font-size: 15px;
  }

  .safe-power-lp__mini-products,
  .safe-power-lp__mini-products--two {
    display: flex;
    gap: 12px;
    width: calc(100% + 12px);
    margin: 0;
    padding: 0 12px 12px 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .safe-power-lp__mini-products a {
    flex: 0 0 150px;
    grid-template-rows: 150px auto auto;
    border-radius: 13px;
    scroll-snap-align: start;
  }

  .safe-power-lp__mini-products img {
    min-height: 150px;
    height: 150px;
    padding: 12px;
  }

  .safe-power-lp__mini-products strong {
    min-height: 38px;
    padding: 0 11px;
    font-size: 12px;
  }

  .safe-power-lp__mini-price {
    padding: 0 11px;
    color: #00715e;
    font-size: 17px;
    line-height: 1.25;
  }

  .safe-power-lp__mini-price em {
    font-size: 9px;
  }
}


/* Final readability pass: larger mobile text, stronger product intro, bigger hero product cards */
.safe-power-lp__category-head {
  margin-bottom: 22px;
}

.safe-power-lp__category-guide {
  padding: 26px 28px;
  border-color: rgba(87, 142, 177, 0.34);
}

.safe-power-lp__guide-main h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.28;
}

.safe-power-lp__guide-main p {
  max-width: 760px;
  color: #173e64;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.95;
}

.safe-power-lp__guide-points dt {
  font-size: 13px;
}

.safe-power-lp__guide-points dd {
  font-size: 14px;
}

.safe-power-lp__feature-product {
  grid-template-columns: minmax(260px, 1.08fr) minmax(0, 1fr);
}

.safe-power-lp__product-image {
  min-height: 330px;
  height: 330px;
  overflow: hidden;
}

.safe-power-lp__product-image img {
  width: 112%;
  height: 112%;
  max-width: none;
  transform: scale(1.08);
}

.safe-power-lp__product-note {
  margin: 0;
  color: #31547b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.safe-power-lp__price em {
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(19, 146, 104, 0.1);
  font-size: 14px;
}

.safe-power-lp__mini-note {
  min-height: 36px;
  margin: -3px 0 0;
  padding: 0 14px;
  color: #526273;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.safe-power-lp__mini-price em {
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(19, 146, 104, 0.09);
  font-size: 11px;
}

@media (max-width: 640px) {
  .safe-power-lp__benefits {
    margin-top: 10px;
    padding: 7px 8px;
    border-radius: 13px;
  }

  .safe-power-lp__benefits div {
    grid-template-columns: 28px minmax(0, 1fr);
    min-height: 48px;
    padding: 5px 7px;
  }

  .safe-power-lp__benefit-icon {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }

  .safe-power-lp__benefits strong {
    font-size: 12px;
    line-height: 1.25;
  }

  .safe-power-lp__benefits small {
    font-size: 9.5px;
    line-height: 1.25;
  }

  .safe-power-lp__purpose {
    display: none !important;
  }

  .safe-power-lp__category-head {
    margin-bottom: 14px;
  }

  .safe-power-lp__category-guide {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .safe-power-lp__guide-badge {
    font-size: 12px;
  }

  .safe-power-lp__guide-main h2 {
    font-size: 22px;
  }

  .safe-power-lp__guide-main p {
    font-size: 14px;
    line-height: 1.82;
  }

  .safe-power-lp__guide-points {
    grid-template-columns: 1fr;
  }

  .safe-power-lp__guide-points dt {
    font-size: 12px;
  }

  .safe-power-lp__guide-points dd {
    font-size: 13px;
  }

  .safe-power-lp__feature-product {
    gap: 0;
    box-shadow: 0 16px 34px rgba(27, 91, 142, 0.12);
  }

  .safe-power-lp__product-image {
    min-height: 390px;
    height: 390px;
    padding: 12px;
  }

  .safe-power-lp__product-image img {
    width: 122%;
    height: 122%;
    transform: scale(1.12);
  }

  .safe-power-lp__feature-product > div:last-child {
    gap: 10px;
    padding: 16px 17px 18px;
  }

  .safe-power-lp__feature-product h3 {
    font-size: 17px;
    line-height: 1.45;
  }

  .safe-power-lp__product-note {
    font-size: 13px;
    line-height: 1.7;
  }

  .safe-power-lp__price {
    font-size: 23px;
    gap: 4px 8px;
  }

  .safe-power-lp__price em {
    font-size: 12px;
  }

  .safe-power-lp__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }

  .safe-power-lp__tags span {
    padding: 6px 9px;
    font-size: 11px;
  }

  .safe-power-lp__button {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 2px;
  }

  .safe-power-lp__mini-products a {
    flex-basis: 168px;
    grid-template-rows: 158px auto auto auto;
  }

  .safe-power-lp__mini-products img {
    min-height: 158px;
    height: 158px;
  }

  .safe-power-lp__mini-products strong {
    min-height: 34px;
    font-size: 13px;
  }

  .safe-power-lp__mini-note {
    min-height: 40px;
    padding: 0 11px;
    font-size: 11px;
  }

  .safe-power-lp__mini-price {
    font-size: 18px;
  }

  .safe-power-lp__mini-price em {
    display: inline-block;
    margin-top: 3px;
    font-size: 10.5px;
  }
}


/* Final requested structure: shop header, promo bar, green CTA, footer campaign grid */
.safe-power-lp__topbar {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 20px;
  min-height: 74px;
  padding: 12px clamp(18px, 4vw, 48px);
  background: #fff;
  border-bottom: 1px solid rgba(18, 52, 80, 0.1);
}

.safe-power-lp__brand {
  display: inline-flex;
  align-items: center;
  width: 132px;
  min-width: 132px;
  text-decoration: none;
}

.safe-power-lp__brand img {
  display: block;
  width: 132px;
  height: auto;
  max-height: 38px;
  object-fit: contain;
}

.safe-power-lp__shop-name {
  justify-self: center;
  color: #111820;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
}

.promo-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(var(--safe-max), calc(100% - 56px));
  margin: 14px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(79, 186, 143, 0.3);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(27, 91, 142, 0.08);
}

.promo-chip {
  color: #0c315d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}

.promo-chip strong {
  color: #00795f;
}

.promo-cta,
.safe-power-lp__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: linear-gradient(135deg, #0e9b70, #08785e);
  color: #fff;
  box-shadow: 0 10px 22px rgba(4, 119, 88, 0.22);
  text-decoration: none;
}

.promo-cta {
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.safe-power-lp__button {
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.safe-power-lp__button:hover,
.promo-cta:hover {
  filter: brightness(1.04);
}

.safe-power-lp__guide-points {
  grid-template-columns: 1fr;
}

.safe-power-lp__guide-points div {
  min-height: 0;
}

.safe-power-lp__mini-products strong {
  min-height: 46px;
}

.footer-note {
  width: min(var(--safe-max), calc(100% - 56px));
  margin: 26px auto 0;
  padding: 24px 0 30px;
  text-align: center;
}

.footer-campaigns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin: 0 auto 18px;
}

.footer-campaigns a {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(129, 176, 204, 0.24);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(23, 65, 106, 0.08);
}

.footer-campaigns img {
  display: block;
  width: 100%;
  aspect-ratio: 390 / 105;
  object-fit: cover;
}

.footer-disclaimer {
  display: block;
  margin: 0 auto 10px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.7;
}

.footer-company {
  margin: 0;
  color: #333;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .safe-power-lp__topbar {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 58px;
    padding: 9px 14px;
  }

  .safe-power-lp__brand,
  .safe-power-lp__brand img {
    width: 92px;
    min-width: 92px;
  }

  .safe-power-lp__brand img {
    max-height: 28px;
  }

  .safe-power-lp__shop-name {
    justify-self: end;
    font-size: 16px;
    line-height: 1.25;
  }

  .promo-bar {
    grid-template-columns: 1fr;
    width: min(100% - 24px, var(--safe-max));
    gap: 10px;
    padding: 12px;
    border-radius: 15px;
  }

  .promo-chip {
    font-size: 12px;
  }

  .promo-cta {
    width: 100%;
    min-height: 40px;
    font-size: 13px;
  }

  .safe-power-lp__guide-points {
    grid-template-columns: 1fr;
  }

  .safe-power-lp__mini-products strong {
    min-height: 42px;
  }

  .footer-note {
    width: min(100% - 24px, var(--safe-max));
    margin-top: 22px;
    padding-bottom: 24px;
  }

  .footer-campaigns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .footer-campaigns a {
    border-radius: 10px;
  }

  .footer-campaigns img {
    aspect-ratio: 390 / 130;
  }

  .footer-disclaimer {
    font-size: 10px;
  }

  .footer-company {
    font-size: 11px;
  }
}


/* Final product-card CTA and compact support icons */
.promo-cta {
  background: #f4b3ad;
  color: #fff05a;
  box-shadow: 0 10px 22px rgba(196, 72, 65, 0.18);
  text-shadow: 0 1px 0 rgba(120, 50, 38, 0.28);
}

.promo-cta:hover {
  filter: brightness(1.02);
}

.safe-power-lp__mini-products a {
  grid-template-rows: 170px auto auto auto;
}

.safe-power-lp__mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 4px 14px 0;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(14, 155, 112, 0.1);
  color: #08785e;
  border: 1px solid rgba(14, 155, 112, 0.22);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.safe-power-lp__mini-cta::after {
  content: "âº";
  margin-left: 7px;
  font-size: 16px;
  line-height: 1;
}

.safe-power-lp__mini-products a:hover .safe-power-lp__mini-cta {
  background: #0e9b70;
  color: #fff;
}

.safe-power-lp__support-grid--icons {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.safe-power-lp__support-grid--icons div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 3px 12px;
  align-items: center;
  min-height: 88px;
  padding: 16px;
  border: 1px solid rgba(129, 176, 204, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.safe-power-lp__support-icon {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(224, 246, 255, 0.96), rgba(232, 255, 246, 0.96));
  color: #08785e;
  border: 1px solid rgba(72, 159, 196, 0.22);
  font-size: 12px;
  font-weight: 900;
}

.safe-power-lp__support-grid--icons strong {
  grid-area: title;
  color: #0b3a80;
  font-size: 14px;
  font-weight: 900;
}

.safe-power-lp__support-grid--icons small {
  grid-area: text;
  color: #31547b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .promo-cta {
    background: #f4b3ad;
    color: #fff05a;
  }

  .safe-power-lp__mini-products a {
    grid-template-rows: 158px auto auto auto auto;
  }

  .safe-power-lp__mini-cta {
    min-height: 31px;
    margin: 3px 11px 0;
    font-size: 11px;
  }

  .safe-power-lp__support-grid--icons {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .safe-power-lp__support-grid--icons div {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "title"
      "text";
    justify-items: center;
    min-height: 120px;
    padding: 13px 10px;
    text-align: center;
  }

  .safe-power-lp__support-icon {
    width: 38px;
    height: 38px;
  }

  .safe-power-lp__support-grid--icons strong {
    font-size: 12px;
  }

  .safe-power-lp__support-grid--icons small {
    font-size: 10px;
  }
}


/* Final compact mini product CTA */
.safe-power-lp__mini-cta {
  justify-self: start;
  min-height: 24px;
  margin: 2px 14px 0;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
}

.safe-power-lp__mini-cta::after {
  margin-left: 5px;
  font-size: 13px;
}

@media (max-width: 640px) {
  .safe-power-lp__mini-cta {
    justify-self: start;
    min-height: 23px;
    margin: 2px 11px 0;
    padding: 0 9px;
    font-size: 10.5px;
  }

  .safe-power-lp__mini-cta::after {
    margin-left: 5px;
    font-size: 12px;
  }
}


/* Final correction: tiny mini CTA, flowing water background, fixed desktop layout */
.safe-power-lp {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, #eaf8ff 0%, #ffffff 35%, #f3fbff 100%);
}

.safe-power-lp::before,
.safe-power-lp::after {
  content: "";
  position: absolute;
  inset: -8% -12%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background:
    radial-gradient(ellipse at 16% 10%, rgba(125, 211, 252, 0.26), transparent 36%),
    radial-gradient(ellipse at 86% 22%, rgba(93, 225, 184, 0.2), transparent 38%),
    radial-gradient(ellipse at 52% 86%, rgba(185, 219, 255, 0.22), transparent 42%),
    linear-gradient(118deg, transparent 0%, rgba(255, 255, 255, 0.5) 38%, transparent 64%);
  background-size: 150% 150%, 140% 140%, 160% 160%, 240% 240%;
  animation: safePowerWaterFlow 34s ease-in-out infinite alternate;
  will-change: background-position, transform;
}

.safe-power-lp::after {
  opacity: 0.3;
  filter: blur(14px);
  background:
    repeating-linear-gradient(
      104deg,
      rgba(255, 255, 255, 0) 0 42px,
      rgba(255, 255, 255, 0.3) 43px 46px,
      rgba(85, 188, 231, 0.08) 47px 82px,
      rgba(255, 255, 255, 0) 83px 128px
    ),
    radial-gradient(ellipse at 72% 20%, rgba(154, 225, 255, 0.2), transparent 34%),
    radial-gradient(ellipse at 22% 72%, rgba(108, 224, 190, 0.16), transparent 36%);
  background-size: 260px 260px, 145% 145%, 150% 150%;
  transform: translate3d(-4%, 0, 0);
  animation-duration: 52s;
  animation-direction: alternate-reverse;
}

.safe-power-lp > * {
  position: relative;
  z-index: 1;
}

@keyframes safePowerWaterFlow {
  0% {
    background-position: 0% 12%, 100% 18%, 24% 88%, 0% 50%;
    transform: translate3d(-1.4%, -0.5%, 0) scale(1.018);
  }
  50% {
    background-position: 58% 34%, 45% 62%, 72% 36%, 72% 45%;
    transform: translate3d(1.2%, 0.8%, 0) scale(1.028);
  }
  100% {
    background-position: 100% 48%, 8% 86%, 36% 12%, 100% 54%;
    transform: translate3d(-0.6%, 1.3%, 0) scale(1.018);
  }
}

@media (prefers-reduced-motion: reduce) {
  .safe-power-lp::before,
  .safe-power-lp::after {
    animation: none;
  }
}

.safe-power-lp__mini-cta {
  justify-self: start;
  width: auto;
  min-width: 0;
  min-height: 18px;
  margin: 1px 14px 0;
  padding: 2px 7px;
  border: 0;
  border-radius: 999px;
  background: rgba(19, 146, 104, 0.09);
  color: #08765d;
  box-shadow: none;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1;
}

.safe-power-lp__mini-cta::after {
  margin-left: 4px;
  font-size: 10px;
  line-height: 1;
}

.safe-power-lp__mini-products a:hover .safe-power-lp__mini-cta {
  background: rgba(19, 146, 104, 0.16);
  color: #08765d;
}

@media (min-width: 981px) {
  .safe-power-lp__category-layout {
    display: grid;
    grid-template-columns: minmax(330px, 0.85fr) minmax(0, 1.15fr);
    gap: 22px;
    width: min(var(--safe-max), 100%);
    margin: 0 auto;
    padding: 0;
    overflow: visible;
  }

  .safe-power-lp__feature-product {
    display: grid;
    grid-template-columns: 1fr;
    flex: none;
    min-width: 0;
    height: 100%;
  }

  .safe-power-lp__feature-product > div:last-child {
    align-content: start;
  }

  .safe-power-lp__mini-products,
  .safe-power-lp__mini-products--two {
    display: flex;
    gap: 14px;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0 0 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    align-content: stretch;
  }

  .safe-power-lp__mini-products a {
    flex: 0 0 174px;
    grid-template-rows: 154px auto auto auto auto;
  }

  .safe-power-lp__mini-products img {
    height: 154px;
    min-height: 154px;
  }
}

@media (max-width: 640px) {
  .safe-power-lp__mini-cta {
    min-height: 18px;
    margin: 1px 11px 0;
    padding: 2px 7px;
    font-size: 10px;
  }

  .safe-power-lp__mini-cta::after {
    margin-left: 4px;
    font-size: 10px;
  }
}


/* Hard override: mini card CTA must match point badge scale */
.safe-power-lp .safe-power-lp__mini-products .safe-power-lp__mini-cta {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 0;
  max-width: max-content;
  min-height: 0;
  height: auto;
  margin: 2px 14px 0;
  padding: 2px 7px;
  border: 0;
  border-radius: 999px;
  background: rgba(19, 146, 104, 0.09);
  color: #08765d;
  box-shadow: none;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.safe-power-lp .safe-power-lp__mini-products .safe-power-lp__mini-cta::after {
  content: "âº";
  margin-left: 4px;
  font-size: 10px;
  line-height: 1;
}

.safe-power-lp .safe-power-lp__mini-products a:hover .safe-power-lp__mini-cta {
  background: rgba(19, 146, 104, 0.16);
  color: #08765d;
}

@media (max-width: 640px) {
  .safe-power-lp .safe-power-lp__mini-products .safe-power-lp__mini-cta {
    margin: 2px 11px 0;
    padding: 2px 7px;
    font-size: 10px;
    line-height: 1.1;
  }
}


/* Desktop mini products: normal wrapping card grid */
@media (min-width: 981px) {
  .safe-power-lp__category-layout {
    grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
    align-items: start;
  }

  .safe-power-lp__mini-products,
  .safe-power-lp__mini-products--two {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 14px;
    width: 100%;
    max-height: none;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .safe-power-lp__mini-products--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .safe-power-lp__mini-products a {
    display: grid;
    grid-template-rows: 118px auto minmax(34px, auto) minmax(46px, auto) auto;
    gap: 7px;
    align-content: start;
    min-height: 0;
    height: auto;
    min-height: 292px;
    flex: none;
    scroll-snap-align: none;
  }

  .safe-power-lp__mini-products img {
    height: 118px;
    min-height: 118px;
    padding: 10px;
  }

  .safe-power-lp__mini-products strong {
    min-height: 30px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 1.3;
  }

  .safe-power-lp__mini-note {
    min-height: 34px;
    padding: 0 12px;
    font-size: 10.5px;
    line-height: 1.45;
  }

  .safe-power-lp__mini-price {
    display: grid;
    gap: 4px;
    align-items: start;
    min-height: 46px;
    padding: 0 12px;
    font-size: 17px;
    line-height: 1.2;
  }

  .safe-power-lp__mini-price em {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-left: 0;
    font-size: 10px;
    line-height: 1.25;
    white-space: normal;
  }

  .safe-power-lp .safe-power-lp__mini-products .safe-power-lp__mini-cta {
    margin: 3px 12px 0;
  }
}


/* Mobile layout stability: prevent blank gaps while the hero image loads */
.safe-power-lp__hero {
  aspect-ratio: auto;
  line-height: 0;
}

.safe-power-lp__hero-image {
  aspect-ratio: 1200 / 453;
  line-height: normal;
}

@media (max-width: 640px) {
  .safe-power-lp__hero {
    aspect-ratio: auto;
  }

  .safe-power-lp__hero-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .promo-bar {
    margin-bottom: 14px;
  }

  .promo-bar + .safe-power-lp__category {
    margin-top: 0;
    padding-top: 0;
  }
}


/* Desktop hero edge blend: extend the image colors into wide side gutters */
@media (min-width: 1201px) {
  .safe-power-lp__hero {
    background:
      radial-gradient(ellipse at 20% 42%, rgba(255, 255, 255, 0.7), transparent 34%),
      radial-gradient(ellipse at 82% 36%, rgba(255, 255, 255, 0.52), transparent 30%),
      linear-gradient(90deg,
        #dff5ff 0%,
        #eaf8ff 16%,
        #f7fdff 39%,
        #f8feff 61%,
        #e6f8fb 84%,
        #d7eef7 100%
      );
  }
}/* =========================================================
   Final Mobile Product Card Adaptive Fix
   ç®çï¼
   - ææºç«¯ååå¡çä¸è¢«å³ä¾§é®æ¡
   - ä¸»ååå¡å®æ´æ¾ç¤º
   - å°ååå¡æ¨ªåæ»å¨
   - éé 320px / 360px / 375px / 390px / 430px ç­ææºå®½åº¦
========================================================= */

@media (max-width: 640px) {
  /* é²æ­¢é¡µé¢æ´ä½æ¨ªåæº¢åº */
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .safe-power-lp {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .safe-power-lp * {
    box-sizing: border-box;
  }

  .safe-power-lp img {
    max-width: 100%;
  }

  /* åç±»åºåæ´ä½æ§å¶å¨å±å¹å */
  .safe-power-lp__category {
    width: min(100% - 20px, var(--safe-max)) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  .safe-power-lp__category-head {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* guide åºåä¹é²æ­¢æº¢åº */
  .safe-power-lp__category-guide {
    width: 100% !important;
    max-width: 100% !important;
    padding: clamp(14px, 4vw, 18px) !important;
    overflow: hidden !important;
  }

  .safe-power-lp__guide-main,
  .safe-power-lp__guide-points,
  .safe-power-lp__guide-points div {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .safe-power-lp__guide-main h2,
  .safe-power-lp__guide-main p,
  .safe-power-lp__guide-points dt,
  .safe-power-lp__guide-points dd {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  /* ååã¬ã¤ã¢ã¦ãï¼ã¹ããã§ã¯ç¸¦ç©ã¿ */
  .safe-power-lp__category-layout {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  /* =========================
     ä¸»ååã«ã¼ã
  ========================= */

  .safe-power-lp__feature-product {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 16px !important;
  }

  .safe-power-lp__product-image {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: clamp(210px, 62vw, 330px) !important;
    padding: clamp(12px, 4vw, 18px) !important;
    overflow: hidden !important;
  }

  .safe-power-lp__product-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    transform: none !important;
  }

  .safe-power-lp__feature-product > div:last-child {
    display: grid !important;
    gap: 9px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: clamp(12px, 4vw, 17px) !important;
  }

  .safe-power-lp__capacity {
    margin: 0 !important;
    font-size: clamp(10px, 3vw, 12px) !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .safe-power-lp__feature-product h3 {
    min-height: 0 !important;
    margin: 0 !important;
    font-size: clamp(14px, 4.2vw, 17px) !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .safe-power-lp__product-note {
    margin: 0 !important;
    font-size: clamp(12px, 3.5vw, 13px) !important;
    line-height: 1.65 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .safe-power-lp__price {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 4px 8px !important;
    margin: 2px 0 0 !important;
    font-size: clamp(19px, 6vw, 23px) !important;
    line-height: 1.3 !important;
  }

  .safe-power-lp__price span,
  .safe-power-lp__price em {
    max-width: 100% !important;
    font-size: clamp(10px, 3vw, 12px) !important;
    white-space: normal !important;
  }

  .safe-power-lp__tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    max-width: 100% !important;
  }

  .safe-power-lp__tags span {
    max-width: 100% !important;
    min-height: 24px !important;
    padding: 5px 8px !important;
    font-size: clamp(10px, 3vw, 11px) !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .safe-power-lp__button {
    display: inline-flex !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 42px !important;
    margin-top: 4px !important;
    padding: 0 14px !important;
    font-size: clamp(12px, 3.6vw, 14px) !important;
    white-space: normal !important;
  }

  /* =========================
     å°ååã«ã¼ãï¼ZEROSHOCKå¼ã®å®å®æ¨ªã¹ã¯ã­ã¼ã«
  ========================= */

  .safe-power-lp__mini-products,
  .safe-power-lp__mini-products--two {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-columns: none !important;
    grid-auto-columns: minmax(184px, 72vw) !important;
    gap: 12px !important;

    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0 14px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: thin !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .safe-power-lp__mini-products a {
    display: grid !important;
    grid-template-rows: clamp(140px, 42vw, 170px) auto auto auto auto !important;
    gap: 7px !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;

    padding: 0 0 12px !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
  }

  .safe-power-lp__mini-products img {
    display: block !important;
    width: 100% !important;
    height: clamp(140px, 42vw, 170px) !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 12px !important;
    object-fit: contain !important;
  }

  .safe-power-lp__mini-products strong {
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 11px !important;
    font-size: clamp(11px, 3.3vw, 13px) !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .safe-power-lp__mini-note {
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 11px !important;
    font-size: clamp(10px, 3vw, 11px) !important;
    line-height: 1.4 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .safe-power-lp__mini-price {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 3px 6px !important;
    min-width: 0 !important;
    padding: 0 11px !important;
    font-size: clamp(15px, 4.8vw, 18px) !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .safe-power-lp__mini-price em {
    display: inline-flex !important;
    max-width: 100% !important;
    font-size: clamp(9px, 2.9vw, 10.5px) !important;
    white-space: normal !important;
  }

  .safe-power-lp .safe-power-lp__mini-products .safe-power-lp__mini-cta {
    display: inline-flex !important;
    justify-self: start !important;
    width: max-content !important;
    max-width: calc(100% - 22px) !important;
    min-width: 0 !important;
    min-height: 18px !important;
    height: auto !important;
    margin: 2px 11px 0 !important;
    padding: 2px 7px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    text-align: center !important;
  }
}

/* =========================================================
   Extra Small Phones
   iPhone SE / 320px å¹ã¯ã©ã¹å¯¾ç­
========================================================= */

@media (max-width: 360px) {
  .safe-power-lp__category {
    width: calc(100% - 16px) !important;
  }

  .safe-power-lp__category-guide {
    padding: 13px !important;
  }

  .safe-power-lp__product-image {
    height: clamp(190px, 60vw, 250px) !important;
  }

  .safe-power-lp__feature-product > div:last-child {
    padding: 12px !important;
  }

  .safe-power-lp__feature-product h3 {
    font-size: 14px !important;
  }

  .safe-power-lp__product-note {
    font-size: 12px !important;
  }

  .safe-power-lp__tags span {
    padding: 4px 7px !important;
    font-size: 10px !important;
  }

  .safe-power-lp__mini-products,
  .safe-power-lp__mini-products--two {
    grid-auto-columns: minmax(168px, 76vw) !important;
  }

  .safe-power-lp__mini-products img {
    height: clamp(132px, 40vw, 150px) !important;
  }
}

/* Custom visual layer for SemiSolidPowerBank. Keep this block after the baseline rules. */
:root {
  --safe-ink: #1f2a30;
  --safe-muted: #5c6970;
  --safe-line: #dbe5e7;
  --safe-paper: #ffffff;
  --safe-canvas: #f7fbfb;
  --safe-teal: #087a7b;
  --safe-teal-soft: #eaf7f6;
  --safe-blue: #236eaf;
  --safe-blue-soft: #edf6fc;
  --safe-green: #3d7a55;
  --safe-green-soft: #f0f7f1;
  --safe-gold: #c88300;
  --safe-point-red: #c64452;
}

.safe-power-lp-preview {
  margin: 0;
  background: var(--safe-canvas);
  overflow-anchor: none;
}

.safe-power-lp,
.safe-power-lp * {
  box-sizing: border-box;
}

.safe-power-lp {
  width: min(100%, 1200px);
  margin: 0 auto;
  color: var(--safe-ink);
  background: var(--safe-paper);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
}

.safe-power-lp a {
  color: inherit;
  text-decoration: none;
}

.safe-power-lp a:focus-visible {
  outline: 3px solid #f1b83a;
  outline-offset: 3px;
}

.safe-power-lp__hero {
  overflow: hidden;
  background: #eef8fb;
}

.safe-power-lp__hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.safe-power-lp__guide,
.safe-power-lp__finder,
.safe-power-lp__support,
.safe-power-lp__notice {
  margin-right: 28px;
  margin-left: 28px;
}

.safe-power-lp__guide {
  padding: 30px 0 24px;
}

.safe-power-lp__section-heading {
  display: block;
  margin-bottom: 18px;
}

.safe-power-lp__section-heading h2 {
  margin: 0;
  color: #176d74;
  font-size: 27px;
  line-height: 1.35;
}

.safe-power-lp__section-heading > p:last-child {
  max-width: 520px;
  margin: 7px 0 0;
  color: var(--safe-muted);
  font-size: 14px;
  text-align: left;
}

.safe-power-lp__section-heading--compact {
  display: block;
  margin-bottom: 12px;
}

.safe-power-lp__eyebrow {
  margin: 0 0 3px;
  color: var(--safe-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.safe-power-lp__quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.safe-power-lp__quick-link {
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  gap: 10px;
  align-items: center;
  min-height: 88px;
  padding: 16px 18px;
  border: 1px solid var(--safe-line);
  border-radius: 8px;
  background: var(--safe-paper);
  box-shadow: 0 5px 12px rgba(24, 59, 68, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.safe-power-lp__quick-link:hover {
  transform: translateY(-2px);
  border-color: currentColor;
  box-shadow: 0 8px 18px rgba(24, 59, 68, 0.14);
}

.safe-power-lp__quick-link-number {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
}

.safe-power-lp__quick-link strong,
.safe-power-lp__quick-link small {
  display: block;
}

.safe-power-lp__quick-link strong {
  font-size: 16px;
  line-height: 1.35;
}

.safe-power-lp__quick-link small {
  margin-top: 2px;
  color: var(--safe-muted);
  font-size: 12px;
}

.safe-power-lp__quick-link--light { color: var(--safe-teal); }
.safe-power-lp__quick-link--pc { color: var(--safe-blue); }
.safe-power-lp__quick-link--emergency { color: var(--safe-green); }

.safe-power-lp__arrow {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.safe-power-lp__finder {
  padding: 23px 0 28px;
}

.safe-power-lp__table-wrap {
  overflow: hidden;
  border: 1px solid #bcd7d9;
  border-radius: 6px;
}

.safe-power-lp__finder-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}

.safe-power-lp__finder-table th,
.safe-power-lp__finder-table td {
  padding: 10px 16px;
  border-right: 1px solid #d8e5e6;
  border-bottom: 1px solid #d8e5e6;
  text-align: center;
  vertical-align: middle;
}

.safe-power-lp__finder-table th:last-child,
.safe-power-lp__finder-table td:last-child { border-right: 0; }
.safe-power-lp__finder-table tbody tr:last-child td { border-bottom: 0; }

.safe-power-lp__finder-table th {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #4c9ca3;
  color: #fff;
  font-weight: 700;
}

.safe-power-lp__finder-table td:first-child {
  font-weight: 700;
}

.safe-power-lp__finder-table td a {
  color: #0d6870;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #afd7da;
  text-underline-offset: 3px;
}

.safe-power-lp__support {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}

.safe-power-lp__support-item {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 90px;
  padding: 14px;
  border: 1px solid #e3ecec;
  border-radius: 8px;
  background: #fff;
}

.safe-power-lp__support-number {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #56a9a7;
  border-radius: 50%;
  color: var(--safe-teal);
  font-size: 10px;
  font-weight: 800;
}

.safe-power-lp__support-item strong,
.safe-power-lp__support-item p { display: block; }
.safe-power-lp__support-item strong { color: #275b60; font-size: 14px; line-height: 1.3; }
.safe-power-lp__support-item p { margin: 3px 0 0; color: var(--safe-muted); font-size: 11px; line-height: 1.4; }

.safe-power-lp__category {
  --category-color: var(--safe-teal);
  --category-tint: var(--safe-teal-soft);
  padding: 30px 28px 22px;
  background: var(--category-tint);
}

.safe-power-lp__category + .safe-power-lp__category { margin-top: 18px; }
.safe-power-lp__category--semi { --category-color: var(--safe-teal); --category-tint: var(--safe-teal-soft); }
.safe-power-lp__category--sodium { --category-color: var(--safe-blue); --category-tint: var(--safe-blue-soft); }
.safe-power-lp__category--lifepo { --category-color: var(--safe-green); --category-tint: var(--safe-green-soft); }

.safe-power-lp__category-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.65fr);
  gap: 22px;
  align-items: stretch;
}

.safe-power-lp__category-intro {
  display: flex;
  flex-direction: column;
  padding: 4px 6px 8px 0;
}

.safe-power-lp__material-label {
  margin: 0 0 4px;
  color: var(--category-color);
  font-size: 14px;
  font-weight: 800;
}

.safe-power-lp__category-intro h2 {
  margin: 0;
  color: var(--category-color);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.35;
}

.safe-power-lp__category-intro > p:not(.safe-power-lp__material-label) {
  margin: 12px 0 14px;
  font-size: 13px;
  line-height: 1.7;
}

.safe-power-lp__category-intro dl { margin: 0 0 12px; }
.safe-power-lp__category-intro dl div { padding: 8px 10px; border-left: 3px solid var(--category-color); background: rgba(255, 255, 255, 0.62); }
.safe-power-lp__category-intro dt { color: var(--category-color); font-size: 11px; font-weight: 800; line-height: 1.25; }
.safe-power-lp__category-intro dd { margin: 3px 0 0; font-size: 12px; font-weight: 700; line-height: 1.45; }

.safe-power-lp__text-link {
  margin-top: auto;
  color: var(--category-color) !important;
  font-size: 13px;
  font-weight: 800;
}

.safe-power-lp__featured-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  gap: 6px;
  min-height: 286px;
  padding: 16px 14px 12px 17px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 13px rgba(35, 76, 82, 0.08);
}

.safe-power-lp__featured-copy { min-width: 0; }
.safe-power-lp__recommend { display: inline-block; margin: 0 0 6px; padding: 2px 8px; border-radius: 3px; background: var(--category-color); color: #fff; font-size: 10px; font-weight: 800; line-height: 1.4; }
.safe-power-lp__featured-product h3 { margin: 0; font-size: 23px; line-height: 1.2; }
.safe-power-lp__price { margin: 11px 0 0; font-size: 20px; font-weight: 800; line-height: 1.2; }
.safe-power-lp__price span { color: var(--safe-muted); font-size: 11px; font-weight: 600; }
.safe-power-lp__points { margin: 4px 0 11px; color: var(--safe-point-red); font-size: 11px; font-weight: 800; line-height: 1.35; }
.safe-power-lp__points::before { content: "P"; display: inline-grid; place-items: center; width: 15px; height: 15px; margin-right: 4px; border-radius: 50%; background: #f9e7ea; color: var(--safe-point-red); font-size: 9px; line-height: 1; }

.safe-power-lp__chips { display: flex; flex-wrap: wrap; gap: 5px; margin: 0 0 14px; padding: 0; list-style: none; }
.safe-power-lp__chips li { padding: 3px 7px; border-radius: 999px; background: var(--category-tint); color: var(--category-color); font-size: 10px; font-weight: 800; line-height: 1.2; }

.safe-power-lp__product-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 6px;
  border: 1px solid var(--category-color);
  background: #fff;
  color: var(--category-color) !important;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.safe-power-lp__product-button:hover { background: var(--category-color); color: #fff !important; box-shadow: 0 5px 12px rgba(25, 73, 78, 0.18); }
.safe-power-lp__product-button span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--category-color); color: #fff; font-size: 16px; font-weight: 400; line-height: 1; transition: background 160ms ease, color 160ms ease; }
.safe-power-lp__product-button:hover span { background: #fff; color: var(--category-color); }

.safe-power-lp__featured-product > img {
  align-self: center;
  justify-self: center;
  width: 100%;
  max-height: 210px;
  object-fit: contain;
}

.safe-power-lp__product-rail-wrap { margin-top: 20px; }
.safe-power-lp__rail-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin: 0 0 8px; }
.safe-power-lp__rail-heading strong { color: var(--category-color); font-size: 14px; }
.safe-power-lp__rail-heading span { color: #60757a; font-size: 11px; }
.safe-power-lp__rail-heading b { margin-left: 5px; color: var(--category-color); font-size: 14px; letter-spacing: 0.15em; }

.safe-power-lp__product-rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 4px 2px 13px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--category-color) rgba(255, 255, 255, 0.75);
  scrollbar-width: thin;
  cursor: grab;
}

.safe-power-lp__product-rail:active { cursor: grabbing; }
.safe-power-lp__product-rail::-webkit-scrollbar { height: 8px; }
.safe-power-lp__product-rail::-webkit-scrollbar-track { border-radius: 8px; background: rgba(255, 255, 255, 0.75); }
.safe-power-lp__product-rail::-webkit-scrollbar-thumb { border: 2px solid rgba(255, 255, 255, 0.75); border-radius: 8px; background: var(--category-color); }

.safe-power-lp__product-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 178px;
  min-width: 0;
  min-height: 250px;
  padding: 12px 12px 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 13px rgba(35, 76, 82, 0.08);
  scroll-snap-align: start;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.safe-power-lp__product-card:hover { transform: translateY(-2px); box-shadow: 0 8px 17px rgba(35, 76, 82, 0.14); }
.safe-power-lp__product-card img { display: block; width: 100%; height: 112px; margin: 0 auto 10px; object-fit: contain; }
.safe-power-lp__product-card strong { font-size: 14px; line-height: 1.35; }
.safe-power-lp__product-card > span:not(.safe-power-lp__product-card-label) { min-height: 34px; margin-top: 5px; color: var(--safe-muted); font-size: 11px; line-height: 1.45; }
.safe-power-lp__product-card b { display: block; margin-top: auto; padding-top: 7px; font-size: 16px; line-height: 1.25; }
.safe-power-lp__product-card small { color: var(--safe-muted); font-size: 10px; font-weight: 600; }
.safe-power-lp__product-card em { margin-top: 4px; color: var(--safe-point-red); font-size: 10px; font-style: normal; font-weight: 800; line-height: 1.3; }
.safe-power-lp__product-card em::before { content: "P"; display: inline-grid; place-items: center; width: 13px; height: 13px; margin-right: 3px; border-radius: 50%; background: #f9e7ea; color: var(--safe-point-red); font-size: 8px; line-height: 1; }

.safe-power-lp__product-card--guide { justify-content: center; border: 1px solid rgba(61, 122, 85, 0.25); background: rgba(255, 255, 255, 0.7); }
.safe-power-lp__product-card--guide .safe-power-lp__product-card-label { display: inline-block; width: fit-content; margin-bottom: 9px; padding: 3px 6px; background: var(--safe-green); color: #fff; font-size: 9px; font-weight: 800; line-height: 1.1; }
.safe-power-lp__product-card--guide strong { color: var(--safe-green); font-size: 17px; }

.safe-power-lp__category-all {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  color: var(--category-color) !important;
  font-size: 13px;
  font-weight: 800;
}

.safe-power-lp__category-all span { font-size: 18px; line-height: 1; }

.safe-power-lp__notice {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid #b9dfd6;
  background: #f2fbf8;
}

.safe-power-lp__notice .safe-power-lp__eyebrow { align-self: start; margin-top: 3px; color: var(--safe-green); }
.safe-power-lp__notice h2 { margin: 0; color: #347061; font-size: 16px; line-height: 1.35; }
.safe-power-lp__notice p:not(.safe-power-lp__eyebrow) { margin: 4px 0 0; font-size: 12px; line-height: 1.55; }

.safe-power-lp__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.safe-power-lp__mobile-break { display: none; }

@media (max-width: 1020px) {
  .safe-power-lp__category-grid { grid-template-columns: minmax(200px, 0.75fr) minmax(0, 1.25fr); }
  .safe-power-lp__product-card { flex-basis: 166px; }
  .safe-power-lp__product-card img { height: 105px; }
}

@media (max-width: 720px) {
  .safe-power-lp { font-size: 15px; }
  .safe-power-lp__guide,
  .safe-power-lp__finder,
  .safe-power-lp__support,
  .safe-power-lp__notice { margin-right: 16px; margin-left: 16px; }
  .safe-power-lp__guide { padding-top: 22px; }
  .safe-power-lp__section-heading { display: block; margin-bottom: 14px; }
  .safe-power-lp__section-heading h2 { font-size: 22px; }
  .safe-power-lp__section-heading > p:last-child { margin-top: 7px; font-size: 13px; text-align: left; }
  .safe-power-lp__quick-links { grid-template-columns: 1fr; gap: 8px; }
  .safe-power-lp__quick-link { min-height: 68px; padding: 12px 14px; }
  .safe-power-lp__finder { padding-top: 18px; padding-bottom: 20px; }
  .safe-power-lp__table-wrap { overflow: visible; border: 0; border-radius: 0; }
  .safe-power-lp__finder-table,
  .safe-power-lp__finder-table tbody,
  .safe-power-lp__finder-table tr,
  .safe-power-lp__finder-table td { display: block; width: 100%; }
  .safe-power-lp__finder-table thead { display: none; }
  .safe-power-lp__finder-table tbody { display: grid; gap: 7px; }
  .safe-power-lp__finder-table tr { padding: 11px 12px; border: 1px solid #d6e6e6; border-left: 4px solid #4c9ca3; background: #fff; }
  .safe-power-lp__finder-table td { display: grid; grid-template-columns: 105px 1fr; gap: 8px; padding: 2px 0; border: 0; text-align: left; font-size: 12px; }
  .safe-power-lp__finder-table td::before { content: attr(data-label); color: #537579; font-size: 11px; font-weight: 700; }
  .safe-power-lp__support { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 18px; }
  .safe-power-lp__support-item { min-height: 78px; padding: 10px; }
  .safe-power-lp__category { padding: 23px 16px 18px; }
  .safe-power-lp__category + .safe-power-lp__category { margin-top: 12px; }
  .safe-power-lp__category-grid { grid-template-columns: 1fr; gap: 10px; }
  .safe-power-lp__category-intro { padding: 0; }
  .safe-power-lp__category-intro h2 { font-size: 21px; }
  .safe-power-lp__category-intro > p:not(.safe-power-lp__material-label) { margin: 8px 0 10px; font-size: 12px; }
  .safe-power-lp__category-intro dl { margin-bottom: 10px; }
  .safe-power-lp__text-link { margin-top: 0; }
  .safe-power-lp__featured-product { min-height: 240px; grid-template-columns: minmax(0, 1.25fr) minmax(110px, 0.75fr); padding: 14px 12px 12px; }
  .safe-power-lp__featured-product h3 { font-size: 21px; }
  .safe-power-lp__featured-product > img { max-height: 170px; }
  .safe-power-lp__product-rail-wrap { margin-top: 14px; }
  .safe-power-lp__rail-heading { margin-bottom: 6px; }
  .safe-power-lp__rail-heading span { font-size: 10px; }
  .safe-power-lp__product-rail { gap: 9px; padding-bottom: 11px; }
  .safe-power-lp__product-card { padding: 10px; }
  .safe-power-lp__product-card { flex-basis: 154px; min-height: 230px; }
  .safe-power-lp__product-card img { height: 104px; }
  .safe-power-lp__product-card strong { font-size: 12px; }
  .safe-power-lp__product-card > span:not(.safe-power-lp__product-card-label) { min-height: 31px; font-size: 10px; }
  .safe-power-lp__product-card b { font-size: 14px; }
  .safe-power-lp__category-all { justify-content: center; }
  .safe-power-lp__notice { grid-template-columns: 1fr; gap: 4px; padding: 14px; }
}

@media (max-width: 375px) {
  .safe-power-lp__quick-link { grid-template-columns: 26px 1fr 18px; gap: 8px; }
  .safe-power-lp__quick-link strong { font-size: 14px; }
  .safe-power-lp__finder-table td { grid-template-columns: 92px 1fr; }
  .safe-power-lp__featured-product { grid-template-columns: minmax(0, 1.2fr) minmax(92px, 0.8fr); }
  .safe-power-lp__featured-product h3 { font-size: 19px; }
  .safe-power-lp__price { font-size: 18px; }
  .safe-power-lp__product-button { padding-right: 10px; padding-left: 10px; font-size: 13px; }
}

/* Visual refinement inspired by the supplied solarpunk reference.
   This layer changes presentation only; the existing page structure stays intact. */
:root {
  --safe-canvas: #effbf5;
  --safe-teal: #008b7b;
  --safe-blue: #258fc7;
  --safe-green: #319b70;
  --safe-solar: #e7c74a;
  --safe-deep-green: #004d40;
}

.safe-power-lp-preview { background: var(--safe-canvas); }

.safe-power-lp {
  background: rgba(252, 255, 253, 0.9);
  color: #173f37;
}

.safe-power-lp__section-heading h2,
.safe-power-lp__category-intro h2 { color: var(--safe-deep-green); }

.safe-power-lp__eyebrow,
.safe-power-lp__material-label,
.safe-power-lp__text-link,
.safe-power-lp__category-all { color: var(--safe-teal) !important; }

.safe-power-lp__quick-link,
.safe-power-lp__support-item,
.safe-power-lp__featured-product,
.safe-power-lp__product-card {
  border-color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 9px 26px rgba(0, 77, 64, 0.09);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.safe-power-lp__quick-link:hover,
.safe-power-lp__product-card:hover {
  box-shadow: 0 14px 30px rgba(0, 139, 123, 0.15);
}

.safe-power-lp__quick-link-number {
  border-color: rgba(0, 139, 123, 0.48);
  background: rgba(255, 255, 255, 0.6);
}

.safe-power-lp__finder-table th {
  background: #087f74;
}

.safe-power-lp__finder-table td {
  background: rgba(255, 255, 255, 0.52);
}

.safe-power-lp__finder-table td a {
  color: #007c70;
  text-decoration-color: rgba(0, 191, 165, 0.42);
}

.safe-power-lp__support-number {
  border-color: rgba(0, 139, 123, 0.52);
  color: var(--safe-teal);
}

.safe-power-lp__category--semi { --category-color: #008b7b; --category-tint: rgba(226, 249, 243, 0.88); }
.safe-power-lp__category--sodium { --category-color: #258fc7; --category-tint: rgba(230, 246, 253, 0.9); }
.safe-power-lp__category--lifepo { --category-color: #319b70; --category-tint: rgba(239, 249, 233, 0.9); }

.safe-power-lp__category-intro dl div {
  background: rgba(255, 255, 255, 0.56);
}

.safe-power-lp__chips li {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid color-mix(in srgb, var(--category-color) 22%, white);
}

.safe-power-lp__product-button {
  border-color: color-mix(in srgb, var(--category-color) 68%, white);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 4px 12px rgba(0, 77, 64, 0.08);
}

.safe-power-lp__product-button span {
  background: var(--safe-solar);
  color: var(--safe-deep-green);
}

.safe-power-lp__product-button:hover {
  background: var(--category-color);
  box-shadow: 0 8px 18px rgba(0, 139, 123, 0.18);
}

.safe-power-lp__product-button:hover span {
  background: var(--safe-solar);
  color: var(--safe-deep-green);
}

.safe-power-lp__rail-heading b {
  color: var(--safe-solar);
}

.safe-power-lp__product-rail {
  scrollbar-color: var(--safe-solar) rgba(255, 255, 255, 0.72);
}

.safe-power-lp__product-rail::-webkit-scrollbar-thumb {
  background: var(--safe-solar);
}

.safe-power-lp__notice {
  border-color: rgba(49, 155, 112, 0.34);
  background: rgba(245, 255, 249, 0.78);
  box-shadow: 0 8px 22px rgba(0, 77, 64, 0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Hero-aligned glass palette: ice blue, mist white, blush pink, and deep teal. */
:root {
  --safe-canvas: #edf8fb;
  --safe-teal: #2f7f8a;
  --safe-blue: #6baec7;
  --safe-green: #6d9c96;
  --safe-blush: #efbdc7;
  --safe-ice: #cfeaf4;
  --safe-deep-teal: #286d79;
  --safe-point-red: #bd6673;
}

@keyframes safe-power-palette-flow {
  0% { background-position: 8% 48%, 94% 12%, 50% 50%; }
  28% { background-position: 42% 28%, 66% 72%, 48% 44%; }
  58% { background-position: 92% 58%, 12% 88%, 54% 56%; }
  78% { background-position: 58% 82%, 38% 32%, 52% 52%; }
  100% { background-position: 8% 48%, 94% 12%, 50% 50%; }
}

.safe-power-lp-preview {
  background: #eef8fb;
}

.safe-power-lp {
  background: linear-gradient(118deg, #f8edf2 0%, #f9fbfc 30%, #dff2f8 62%, #e6f4f8 100%);
  background-size: 240% 240%;
  animation: safe-power-palette-flow 26s ease-in-out infinite;
  color: #244a51;
}

.safe-power-lp__topbar,
.safe-power-lp__benefits,
.promo-bar,
.footer-note {
  border-color: rgba(255, 255, 255, 0.78) !important;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.68), rgba(235, 248, 252, 0.5), rgba(255, 239, 244, 0.46)) !important;
  box-shadow: 0 12px 30px rgba(48, 109, 121, 0.1);
  backdrop-filter: blur(15px) saturate(112%);
  -webkit-backdrop-filter: blur(15px) saturate(112%);
}

.safe-power-lp__topbar {
  border-bottom-color: rgba(255, 255, 255, 0.82) !important;
}

.safe-power-lp__shop-name,
.safe-power-lp__section-heading h2,
.safe-power-lp__category-intro h2 {
  color: var(--safe-deep-teal) !important;
}

.safe-power-lp__benefit-icon,
.safe-power-lp__quick-link-number,
.safe-power-lp__support-number {
  border-color: rgba(91, 164, 189, 0.52);
  color: var(--safe-teal);
  background: rgba(255, 255, 255, 0.42);
}

.promo-chip strong,
.safe-power-lp__eyebrow,
.safe-power-lp__material-label,
.safe-power-lp__text-link,
.safe-power-lp__category-all {
  color: var(--safe-teal) !important;
}

.promo-cta {
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  background: linear-gradient(110deg, #caeaf4, #f3c8d0) !important;
  color: #2b626d !important;
  box-shadow: 0 7px 16px rgba(113, 162, 178, 0.2) !important;
}

.safe-power-lp__quick-link,
.safe-power-lp__support-item,
.safe-power-lp__featured-product,
.safe-power-lp__product-card,
.safe-power-lp__notice {
  border-color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.72), rgba(230, 246, 251, 0.5), rgba(255, 238, 243, 0.46));
  box-shadow: 0 12px 30px rgba(48, 109, 121, 0.1);
  backdrop-filter: blur(15px) saturate(112%);
  -webkit-backdrop-filter: blur(15px) saturate(112%);
}

.safe-power-lp__quick-link:hover,
.safe-power-lp__product-card:hover {
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 17px 35px rgba(83, 144, 161, 0.17);
}

.safe-power-lp__finder-table th {
  background: linear-gradient(102deg, #367f8a, #77b5c9, #9fcde0);
}

.safe-power-lp__finder-table td {
  border-color: rgba(133, 187, 204, 0.32);
  background: rgba(255, 255, 255, 0.46);
}

.safe-power-lp__finder-table td a {
  color: #2c7b88;
  text-decoration-color: rgba(239, 189, 199, 0.84);
}

.safe-power-lp__category--semi { --category-color: #347f89; --category-tint: linear-gradient(105deg, rgba(220, 244, 247, 0.86), rgba(246, 238, 243, 0.72)); }
.safe-power-lp__category--sodium { --category-color: #609bb5; --category-tint: linear-gradient(105deg, rgba(220, 241, 250, 0.88), rgba(239, 247, 251, 0.74)); }
.safe-power-lp__category--lifepo { --category-color: #6b9690; --category-tint: linear-gradient(105deg, rgba(232, 246, 245, 0.88), rgba(249, 235, 241, 0.7)); }

.safe-power-lp__category-intro dl div,
.safe-power-lp__chips li {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.44);
}

.safe-power-lp__product-button {
  border-color: rgba(101, 170, 192, 0.56);
  background: linear-gradient(112deg, rgba(232, 247, 251, 0.88), rgba(253, 233, 239, 0.82));
  color: var(--safe-deep-teal) !important;
  box-shadow: 0 6px 17px rgba(75, 137, 154, 0.12);
}

.safe-power-lp__product-button span {
  background: linear-gradient(135deg, #9bcddf, #efb6c2);
  color: #fff;
}

.safe-power-lp__product-button:hover {
  background: linear-gradient(112deg, #6aaabd, #e7aeba);
  color: #fff !important;
  box-shadow: 0 9px 21px rgba(76, 140, 159, 0.22);
}

.safe-power-lp__product-button:hover span {
  background: rgba(255, 255, 255, 0.88);
  color: var(--safe-deep-teal);
}

.safe-power-lp__rail-heading b { color: var(--safe-blush); }

.safe-power-lp__product-rail::-webkit-scrollbar-thumb {
  background: var(--safe-blush);
}

.safe-power-lp__product-rail {
  scrollbar-color: var(--safe-blush) rgba(255, 255, 255, 0.62);
}

.safe-power-lp__points,
.safe-power-lp__product-card em {
  color: var(--safe-point-red);
}

@media (prefers-reduced-motion: reduce) {
  .safe-power-lp {
    animation: none;
    background-position: 50% 50%;
  }
}

/* Compact multi-line reading on narrow screens. The HTML stays unchanged. */
@media (max-width: 720px) {
  .safe-power-lp__quick-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .safe-power-lp__quick-link {
    position: relative;
    display: block;
    min-height: 148px;
    padding: 11px 6px;
  }

  .safe-power-lp__quick-link-number {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 25px;
    height: 25px;
  }

  .safe-power-lp__quick-link > span:nth-child(2) {
    display: block;
    padding-top: 34px;
  }

  .safe-power-lp__quick-link strong {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.32;
    white-space: nowrap;
  }

  .safe-power-lp__narrow-break {
    display: none;
  }

  .safe-power-lp__quick-link small {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.45;
  }

  .safe-power-lp__mobile-break { display: block; }

  .safe-power-lp__arrow {
    position: absolute;
    top: 12px;
    right: 6px;
    font-size: 17px;
  }

  .safe-power-lp__finder-table tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .safe-power-lp__finder-table tr {
    display: block;
    gap: 0;
    padding: 0;
    overflow: hidden;
  }

  .safe-power-lp__finder-table tr:last-child {
    grid-column: 1 / -1;
  }

  .safe-power-lp__finder-table td {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding: 9px 10px;
    font-size: 12px;
    line-height: 1.45;
  }

  .safe-power-lp__finder-table td::before {
    display: block;
    font-size: 10px;
    line-height: 1.2;
  }

  .safe-power-lp__finder-table td:first-child {
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(133, 187, 204, 0.3);
    font-size: 13px;
  }

  .safe-power-lp__finder-table td:nth-child(2) {
    border-right: 0;
  }

  .safe-power-lp__finder-table td a {
    display: block;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .safe-power-lp__support {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(142px, 42vw);
    grid-template-columns: none;
    gap: 9px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 2px 2px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--safe-blush) rgba(255, 255, 255, 0.62);
    scrollbar-width: thin;
  }

  .safe-power-lp__support::-webkit-scrollbar { height: 7px; }
  .safe-power-lp__support::-webkit-scrollbar-track { border-radius: 8px; background: rgba(255, 255, 255, 0.62); }
  .safe-power-lp__support::-webkit-scrollbar-thumb { border-radius: 8px; background: var(--safe-blush); }

  .safe-power-lp__support-item {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    min-height: 92px;
    padding: 12px 10px;
    scroll-snap-align: start;
  }

  .safe-power-lp__support-number {
    margin-top: 2px;
  }

  .safe-power-lp__support-item strong {
    max-inline-size: 7.5ch;
    line-height: 1.34;
    text-wrap: balance;
  }

  .safe-power-lp__support-item p {
    max-inline-size: 12ch;
    margin-top: 5px;
    line-height: 1.45;
  }
}

@media (max-width: 340px) {
  .safe-power-lp__narrow-break {
    display: inline;
  }
}

/* Align material-category copy with the mobile page gutter. */
@media (max-width: 720px) {
  .safe-power-lp__category {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .safe-power-lp__category-intro {
    min-width: 0;
  }
}

/* Depth system: quiet cards, elevated products, and a distinct featured model. */
:root {
  --safe-shadow-quiet: 0 7px 18px rgba(45, 100, 114, 0.08);
  --safe-shadow-raised: 0 13px 28px rgba(45, 100, 114, 0.12);
  --safe-shadow-featured: 0 20px 42px rgba(45, 100, 114, 0.16);
  --safe-glass-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(103, 163, 180, 0.06);
}

.safe-power-lp__topbar,
.safe-power-lp__benefits,
.promo-bar,
.footer-note {
  box-shadow: var(--safe-glass-highlight), 0 10px 26px rgba(45, 100, 114, 0.08);
}

.safe-power-lp__quick-link,
.safe-power-lp__support-item {
  box-shadow: var(--safe-glass-highlight), var(--safe-shadow-quiet);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.safe-power-lp__quick-link:hover {
  transform: translateY(-2px);
  box-shadow: var(--safe-glass-highlight), var(--safe-shadow-raised);
}

.safe-power-lp__product-card {
  box-shadow: var(--safe-glass-highlight), var(--safe-shadow-raised);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.safe-power-lp__product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--safe-glass-highlight), var(--safe-shadow-featured);
}

.safe-power-lp__featured-product {
  position: relative;
  border-color: rgba(255, 255, 255, 0.94);
  box-shadow: var(--safe-glass-highlight), var(--safe-shadow-featured);
}

.safe-power-lp__featured-product::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.88);
  content: "";
  pointer-events: none;
}

.safe-power-lp__featured-product > img {
  filter: drop-shadow(0 12px 12px rgba(37, 83, 94, 0.18));
  transition: transform 180ms ease, filter 180ms ease;
}

.safe-power-lp__featured-product:hover > img {
  transform: translateY(-2px);
  filter: drop-shadow(0 16px 18px rgba(37, 83, 94, 0.22));
}

.safe-power-lp__product-button {
  box-shadow: var(--safe-glass-highlight), 0 5px 13px rgba(75, 137, 154, 0.13);
}

.safe-power-lp__product-button:hover {
  box-shadow: var(--safe-glass-highlight), 0 9px 20px rgba(76, 140, 159, 0.22);
}

/* Restrained glass finish: retain depth while keeping product content crisp. */
:root {
  --safe-shadow-quiet: 0 8px 20px rgba(45, 100, 114, 0.07);
  --safe-shadow-raised: 0 15px 30px rgba(45, 100, 114, 0.11);
  --safe-shadow-featured: 0 19px 38px rgba(45, 100, 114, 0.14);
  --safe-glass-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 -1px 0 rgba(103, 163, 180, 0.05);
}

.safe-power-lp {
  background-image:
    linear-gradient(132deg, rgba(149, 211, 231, 0.3) 0%, rgba(216, 241, 247, 0.15) 32%, rgba(255, 255, 255, 0) 61%),
    linear-gradient(312deg, rgba(244, 189, 202, 0.25) 0%, rgba(250, 230, 237, 0.13) 36%, rgba(255, 255, 255, 0) 66%),
    linear-gradient(116deg, #fbfcfd 0%, #f8fbfc 37%, #e9f5f8 66%, #f8eff3 100%);
  background-size: 185% 185%, 220% 220%, 175% 175%;
  background-position: 8% 48%, 94% 12%, 50% 50%;
  animation: safe-power-palette-flow 22s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.safe-power-lp__topbar,
.safe-power-lp__benefits,
.footer-note {
  border-color: rgba(255, 255, 255, 0.9) !important;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.82), rgba(238, 249, 252, 0.67), rgba(252, 244, 247, 0.61)) !important;
  box-shadow: var(--safe-glass-highlight), var(--safe-shadow-quiet);
  backdrop-filter: blur(14px) saturate(108%);
  -webkit-backdrop-filter: blur(14px) saturate(108%);
}

.safe-power-lp__quick-link,
.safe-power-lp__support-item,
.safe-power-lp__featured-product,
.safe-power-lp__product-card,
.safe-power-lp__notice {
  border-color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(128deg, rgba(255, 255, 255, 0.8), rgba(237, 248, 251, 0.68), rgba(252, 244, 247, 0.62));
  backdrop-filter: blur(14px) saturate(108%);
  -webkit-backdrop-filter: blur(14px) saturate(108%);
}

/* A high-contrast campaign panel deliberately stands apart from the glass UI. */
.promo-bar {
  border: 1px solid #f2d5d9 !important;
  border-top: 3px solid #efd567 !important;
  background: #fff !important;
  box-shadow: inset 0 1px 0 #fff, 0 11px 24px rgba(98, 78, 84, 0.1);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.promo-chip {
  color: #26535d !important;
}

.promo-chip strong {
  color: #b42332 !important;
}

.promo-cta {
  border: 1px solid #a91f2c !important;
  background: #bd2634 !important;
  color: #fff1a8 !important;
  font-weight: 800;
  text-shadow: 0 1px 0 rgba(95, 25, 31, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 7px 15px rgba(153, 35, 48, 0.24) !important;
}

.promo-cta:hover {
  background: #a81e2b !important;
  color: #fff6bf !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 10px 20px rgba(153, 35, 48, 0.3) !important;
}

@media (max-width: 720px) {
  .safe-power-lp__quick-link {
    min-height: 116px;
    padding: 9px 6px 8px;
  }

  .safe-power-lp__quick-link-number {
    top: 9px;
  }

  .safe-power-lp__quick-link > span:nth-child(2) {
    padding-top: 32px;
  }

  .safe-power-lp__quick-link small {
    margin-top: 2px;
    line-height: 1.35;
  }
}

/* Use the same 14px radius as the six footer campaign cards for every surface. */
:root {
  --safe-surface-radius: 14px;
}

.safe-power-lp__hero,
.safe-power-lp__topbar,
.safe-power-lp__benefits,
.promo-bar,
.footer-note,
.safe-power-lp__quick-link,
.safe-power-lp__support-item,
.safe-power-lp__category,
.safe-power-lp__category-intro dl div,
.safe-power-lp__featured-product,
.safe-power-lp__product-card,
.safe-power-lp__notice,
.safe-power-lp__table-wrap,
.safe-power-lp__product-button,
.promo-cta,
.safe-power-lp__recommend,
.safe-power-lp__chips li,
.safe-power-lp__product-card--guide .safe-power-lp__product-card-label {
  border-radius: var(--safe-surface-radius) !important;
}

.safe-power-lp__hero,
.safe-power-lp__table-wrap,
.footer-campaigns a {
  overflow: hidden;
}

.footer-campaigns a,
.footer-campaigns a img {
  border-radius: var(--safe-surface-radius);
}

@media (max-width: 720px) {
  .safe-power-lp__finder-table tr {
    border-radius: var(--safe-surface-radius);
    overflow: hidden;
  }
}

/* Purpose-led comparison guide: responsive list on phones, three columns on larger screens. */
.usage-guide-table {
  overflow: hidden;
  border: 1px solid rgba(113, 169, 184, 0.36);
  border-radius: var(--safe-surface-radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 10px 24px rgba(48, 109, 121, 0.08);
}

.usage-guide-table__intro {
  padding: 17px 22px 16px;
  border-bottom: 1px solid rgba(113, 169, 184, 0.28);
  background: linear-gradient(108deg, rgba(231, 248, 249, 0.88), rgba(245, 250, 252, 0.74));
}

.usage-guide-table__lead,
.usage-guide-table__caption,
.usage-guide-row__purpose-label,
.usage-guide-row__reason {
  margin: 0;
}

.usage-guide-table__lead {
  color: var(--safe-deep-teal);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.usage-guide-table__caption {
  margin-top: 4px;
  color: #58757c;
  font-size: 12px;
  line-height: 1.5;
}

.usage-guide-table__desktop-header,
.usage-guide-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.92fr) minmax(230px, 1.22fr) minmax(170px, 0.86fr);
}

.usage-guide-table__desktop-header {
  align-items: center;
  min-height: 43px;
  background: linear-gradient(102deg, #367f8a, #72afc0, #9ac9d8);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.usage-guide-table__desktop-header span {
  padding: 0 19px;
}

.usage-guide-table__desktop-header span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.48);
}

.usage-guide-table__rows {
  margin: 0;
  padding: 0;
  list-style: none;
}

.usage-guide-row {
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid rgba(113, 169, 184, 0.28);
  background: rgba(255, 255, 255, 0.64);
}

.usage-guide-row:last-child {
  border-bottom: 0;
}

.usage-guide-row:nth-child(even) {
  background: rgba(239, 248, 250, 0.54);
}

.usage-guide-row__purpose,
.usage-guide-row__model,
.usage-guide-row__reason {
  min-width: 0;
  padding: 15px 19px;
}

.usage-guide-row__purpose {
  display: flex;
  gap: 11px;
  align-items: center;
}

.usage-guide-row__icon {
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #3c8e9a;
}

.usage-guide-row__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.usage-guide-row__purpose-label {
  color: #214d56;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.usage-guide-row__model {
  color: #247c89;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
  text-decoration-color: rgba(239, 189, 199, 0.92);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.usage-guide-row__model:hover {
  color: #126772;
  text-decoration-line: underline;
}

.usage-guide-row__reason {
  color: #5e777d;
  font-size: 13px;
  line-height: 1.5;
}

.usage-guide-table__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 720px) {
  .usage-guide-table__intro {
    padding: 14px 16px 13px;
  }

  .usage-guide-table__lead {
    font-size: 15px;
  }

  .usage-guide-table__caption {
    font-size: 11px;
  }

  .usage-guide-table__desktop-header {
    display: none;
  }

  .usage-guide-row {
    grid-template-columns: 31px minmax(0, 1fr);
    column-gap: 10px;
    align-items: start;
    min-height: 96px;
    padding: 12px 13px 11px;
  }

  .usage-guide-row__purpose {
    display: contents;
  }

  .usage-guide-row__icon {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: center;
    width: 28px;
    height: 28px;
  }

  .usage-guide-row__purpose-label,
  .usage-guide-row__model,
  .usage-guide-row__reason {
    grid-column: 2;
    padding: 0;
  }

  .usage-guide-row__purpose-label {
    grid-row: 1;
    font-size: 14px;
    line-height: 1.35;
  }

  .usage-guide-row__model {
    grid-row: 2;
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.35;
    text-decoration-line: underline;
  }

  .usage-guide-row__reason {
    grid-row: 3;
    margin-top: 3px;
    color: #6a8186;
    font-size: 11px;
    line-height: 1.4;
  }
}

@media (max-width: 340px) {
  .usage-guide-row {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 8px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .usage-guide-row__icon {
    width: 25px;
    height: 25px;
  }

  .usage-guide-row__model {
    font-size: 14px;
  }
}

/* Four-column quick finder, matched to the reference table on every viewport. */
.usage-guide-table__desktop-header,
.usage-guide-row {
  grid-template-columns: minmax(180px, 0.92fr) minmax(230px, 1.18fr) minmax(165px, 0.82fr) minmax(100px, 0.5fr);
}

.usage-guide-table__desktop-header {
  min-height: 48px;
}

.usage-guide-table__desktop-header span {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.usage-guide-row {
  align-items: stretch;
  min-height: 94px;
}

.usage-guide-row__purpose,
.usage-guide-row__model,
.usage-guide-row__reason,
.usage-guide-row__product {
  min-width: 0;
  padding: 14px 16px;
}

.usage-guide-row__model,
.usage-guide-row__reason,
.usage-guide-row__product {
  border-left: 1px solid rgba(113, 169, 184, 0.26);
}

.usage-guide-row__product {
  display: flex;
  align-items: center;
  justify-content: center;
}

.usage-guide-row__product img {
  display: block;
  width: 100%;
  max-width: 82px;
  max-height: 70px;
  object-fit: contain;
}

@media (max-width: 720px) {
  .usage-guide-table__desktop-header,
  .usage-guide-row {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.06fr) minmax(0, 0.91fr) minmax(42px, 0.58fr);
  }

  .usage-guide-table__desktop-header {
    display: grid;
    min-height: 50px;
    font-size: 10px;
    line-height: 1.3;
  }

  .usage-guide-table__desktop-header span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 4px;
    padding-left: 4px;
  }

  .usage-guide-row {
    column-gap: 0;
    align-items: stretch;
    min-height: 112px;
    padding: 0;
  }

  .usage-guide-row__purpose,
  .usage-guide-row__model,
  .usage-guide-row__reason,
  .usage-guide-row__product {
    grid-column: auto;
    grid-row: auto;
    min-width: 0;
    margin: 0;
    padding: 10px 6px;
  }

  .usage-guide-row__purpose {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: center;
  }

  .usage-guide-row__icon {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    width: 24px;
    height: 24px;
  }

  .usage-guide-row__purpose-label {
    grid-column: auto;
    grid-row: auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .usage-guide-row__model {
    grid-column: auto;
    grid-row: auto;
    display: flex;
    align-items: center;
    padding: 10px 7px;
    font-size: 13px;
    line-height: 1.38;
    overflow-wrap: anywhere;
  }

  .usage-guide-row__reason {
    grid-column: auto;
    grid-row: auto;
    display: flex;
    align-items: center;
    padding: 10px 6px;
    color: #58757c;
    font-size: 11px;
    line-height: 1.4;
  }

  .usage-guide-row__product {
    grid-column: auto;
    grid-row: auto;
    padding: 6px 3px;
  }

  .usage-guide-row__product img {
    width: 100%;
    max-width: 54px;
    max-height: 54px;
  }
}

@media (max-width: 340px) {
  .usage-guide-table__desktop-header {
    min-height: 46px;
    font-size: 9px;
  }

  .usage-guide-row__purpose,
  .usage-guide-row__model,
  .usage-guide-row__reason {
    padding-right: 4px;
    padding-left: 4px;
  }

  .usage-guide-row__purpose-label {
    font-size: 11px;
  }

  .usage-guide-row__model {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }

  .usage-guide-row__reason {
    font-size: 10px;
  }

  .usage-guide-row__product img {
    max-width: 44px;
    max-height: 44px;
  }
}

/* Keep the shop identity inside the masthead rather than in a separate card. */
.safe-power-lp__topbar {
  position: relative;
  z-index: 1;
  border: 0 !important;
  border-radius: 0 !important;
  background: #eef8fb !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.safe-power-lp__hero {
  border-radius: 0 0 var(--safe-surface-radius) var(--safe-surface-radius) !important;
}

@media (max-width: 720px) {
  .safe-power-lp__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    padding: 12px 16px;
  }

  .safe-power-lp__topbar > span[aria-hidden="true"] {
    display: none;
  }

  .safe-power-lp__brand {
    flex: 0 0 auto;
    line-height: 0;
  }

  .safe-power-lp__brand img {
    display: block;
    width: clamp(76px, 25vw, 112px);
    height: auto;
  }

  .safe-power-lp__shop-name {
    min-width: 0;
    margin-left: auto;
    color: var(--safe-deep-teal) !important;
    font-size: clamp(10px, 3.4vw, 14px);
    line-height: 1.2;
    letter-spacing: 0;
    text-align: right;
    white-space: nowrap;
  }

  /* Four thin cards, always visible without a horizontal rail. */
  .safe-power-lp__support {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .safe-power-lp__support-item {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: start;
    gap: 7px;
    min-width: 0;
    min-height: 72px;
    padding: 9px 10px;
    scroll-snap-align: none;
  }

  .safe-power-lp__support-number {
    width: 26px;
    height: 26px;
    margin-top: 1px;
    font-size: 9px;
  }

  .safe-power-lp__support-item strong {
    max-inline-size: none;
    font-size: 13px;
    line-height: 1.28;
    text-wrap: balance;
  }

  .safe-power-lp__support-item p {
    max-inline-size: none;
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.35;
  }
}

/* Layered glass: reflection and edge definition without fragile SVG filters. */
.safe-power-lp__quick-link,
.safe-power-lp__support-item,
.safe-power-lp__featured-product,
.safe-power-lp__product-card {
  border-color: rgba(255, 255, 255, 0.94);
  background:
    linear-gradient(128deg, rgba(255, 255, 255, 0.86) 0%, rgba(237, 249, 252, 0.70) 48%, rgba(252, 242, 247, 0.64) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(83, 148, 167, 0.08),
    0 13px 28px rgba(45, 100, 114, 0.10);
  backdrop-filter: blur(16px) saturate(115%);
  -webkit-backdrop-filter: blur(16px) saturate(115%);
}

.safe-power-lp__quick-link,
.safe-power-lp__support-item,
.safe-power-lp__product-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.safe-power-lp__quick-link::after,
.safe-power-lp__support-item::after,
.safe-power-lp__product-card::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.14) 24%, transparent 48%),
    linear-gradient(304deg, transparent 55%, rgba(255, 255, 255, 0.16) 100%);
  content: "";
  pointer-events: none;
}

.safe-power-lp__quick-link > *,
.safe-power-lp__support-item > *,
.safe-power-lp__product-card > * {
  z-index: 1;
}

.safe-power-lp__quick-link:hover,
.safe-power-lp__support-item:hover,
.safe-power-lp__product-card:hover {
  border-color: rgba(255, 255, 255, 1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(83, 148, 167, 0.10),
    0 17px 34px rgba(45, 100, 114, 0.14);
}

.safe-power-lp__featured-product {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(83, 148, 167, 0.08),
    0 20px 40px rgba(45, 100, 114, 0.15);
}

/* The supplied product photos are opaque JPEGs. Blend their white canvas into the glass card. */
.safe-power-lp__product-card img {
  mix-blend-mode: multiply;
  filter: contrast(1.03) saturate(0.96);
}

/* Keep the animated canvas continuous and reserve surfaces for actual cards. */
.safe-power-lp-preview {
  background-image:
    linear-gradient(132deg, rgba(149, 211, 231, 0.30) 0%, rgba(216, 241, 247, 0.15) 32%, rgba(255, 255, 255, 0) 61%),
    linear-gradient(312deg, rgba(244, 189, 202, 0.25) 0%, rgba(250, 230, 237, 0.13) 36%, rgba(255, 255, 255, 0) 66%),
    linear-gradient(116deg, #fbfcfd 0%, #f8fbfc 37%, #e9f5f8 66%, #f8eff3 100%);
  background-size: 185% 185%, 220% 220%, 175% 175%;
  background-position: 8% 48%, 94% 12%, 50% 50%;
  animation: safe-power-palette-flow 22s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.safe-power-lp {
  background: transparent !important;
  animation: none;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

/* The legacy remote stylesheet adds oversized decorative layers here. */
.safe-power-lp::before,
.safe-power-lp::after {
  content: none;
}

.safe-power-lp__hero {
  border-radius: 0 !important;
  overflow: visible;
}

.safe-power-lp__support,
.safe-power-lp__category,
.safe-power-lp__product-rail-wrap {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Product-led comparison: image headers above a concise comparison matrix. */
.usage-guide-comparison {
  overflow: hidden;
  border: 1px solid rgba(113, 169, 184, 0.36);
  border-radius: var(--safe-surface-radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 10px 24px rgba(48, 109, 121, 0.08);
  backdrop-filter: blur(12px) saturate(108%);
  -webkit-backdrop-filter: blur(12px) saturate(108%);
}

.usage-guide-comparison__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.usage-guide-comparison__label-col {
  width: 14%;
}

.usage-guide-comparison__corner,
.usage-guide-comparison__product,
.usage-guide-comparison__table tbody th,
.usage-guide-comparison__table tbody td {
  border-right: 1px solid rgba(113, 169, 184, 0.25);
}

.usage-guide-comparison__table tr > :last-child {
  border-right: 0;
}

.usage-guide-comparison__corner {
  padding: 12px 8px;
  background: linear-gradient(112deg, #367f8a, #72afc0);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
}

.usage-guide-comparison__product {
  padding: 12px 7px 11px;
  background: linear-gradient(128deg, rgba(255, 255, 255, 0.88), rgba(237, 249, 252, 0.68), rgba(252, 242, 247, 0.62));
  isolation: isolate;
  text-align: center;
  vertical-align: top;
}

.usage-guide-comparison__product-link {
  display: grid;
  justify-items: center;
  color: inherit;
}

.usage-guide-comparison__image {
  display: grid;
  place-items: center;
  width: 100%;
  height: 120px;
}

.usage-guide-comparison__image img {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 100%;
  mix-blend-mode: multiply;
  filter: contrast(1.03) saturate(0.96);
  object-fit: contain;
}

.usage-guide-comparison__view {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  margin-top: 6px;
  color: #287d8b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.usage-guide-comparison__view span {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(112, 180, 198, 0.26);
  font-size: 12px;
}

.usage-guide-comparison__mobile-summary {
  display: none;
}

.usage-guide-comparison__table tbody th,
.usage-guide-comparison__table tbody td {
  padding: 13px 9px;
  border-top: 1px solid rgba(113, 169, 184, 0.26);
  text-align: center;
  vertical-align: middle;
}

.usage-guide-comparison__table tbody th {
  background: rgba(220, 242, 246, 0.62);
  color: #356c76;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.usage-guide-comparison__table tbody td {
  background: rgba(255, 255, 255, 0.54);
  color: #4d6f76;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.usage-guide-comparison__table tbody tr:nth-child(even) td {
  background: rgba(239, 248, 250, 0.54);
}

.usage-guide-comparison__model {
  color: #237d8b !important;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: rgba(239, 189, 199, 0.92);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.usage-guide-comparison__model:hover {
  color: #126772 !important;
}

.usage-guide-comparison__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 720px) {
  .usage-guide-comparison {
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid rgba(113, 169, 184, 0.36);
    border-radius: var(--safe-surface-radius);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 10px 24px rgba(48, 109, 121, 0.08);
    backdrop-filter: blur(12px) saturate(108%);
    -webkit-backdrop-filter: blur(12px) saturate(108%);
    overscroll-behavior-x: contain;
    scrollbar-color: rgba(59, 131, 145, 0.48) transparent;
    scrollbar-width: thin;
  }

  .usage-guide-comparison__table {
    display: table;
    width: 860px;
    min-width: 860px;
    table-layout: fixed;
  }

  .usage-guide-comparison__label-col {
    width: 120px;
  }

  .usage-guide-comparison__table thead {
    display: table-header-group;
    width: auto;
  }

  .usage-guide-comparison__table thead tr {
    display: table-row;
    width: auto;
  }

  .usage-guide-comparison__table colgroup {
    display: table-column-group;
  }

  .usage-guide-comparison__table tbody {
    display: table-row-group;
  }

  .usage-guide-comparison__corner {
    display: table-cell;
  }

  .usage-guide-comparison__product {
    display: table-cell;
    min-width: auto;
    padding: 12px 7px 11px;
    border: 0 !important;
    border-radius: 0;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.84), rgba(237, 249, 252, 0.68), rgba(252, 242, 247, 0.62));
    box-shadow: none;
  }

  .usage-guide-comparison__product:last-child {
    grid-column: auto;
    width: auto;
    justify-self: auto;
  }

  .usage-guide-comparison__image {
    height: 112px;
  }

  .usage-guide-comparison__image img {
    max-width: 120px;
  }

  .usage-guide-comparison__view {
    display: inline-flex;
  }

  .usage-guide-comparison__mobile-summary {
    display: none;
  }
}

/* Compact segmented navigation for the three battery materials. */
.safe-power-lp__quick-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.safe-power-lp__quick-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 7px 12px 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  border-radius: var(--safe-surface-radius);
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.82), rgba(238, 249, 252, 0.67), rgba(252, 244, 247, 0.61));
  box-shadow: var(--safe-glass-highlight), 0 7px 17px rgba(45, 100, 114, 0.07) !important;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
  backdrop-filter: blur(14px) saturate(108%);
  -webkit-backdrop-filter: blur(14px) saturate(108%);
}

.safe-power-lp__quick-link::before {
  display: none;
}

.safe-power-lp__quick-link::after {
  display: none;
}

.safe-power-lp__quick-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 1) !important;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.94), rgba(242, 251, 253, 0.76), rgba(254, 247, 250, 0.7));
  box-shadow: var(--safe-glass-highlight), 0 9px 20px rgba(45, 100, 114, 0.1) !important;
}

.safe-power-lp__quick-link-number {
  display: none;
}

.safe-power-lp__quick-link > span:nth-child(2) {
  display: block;
  padding-top: 0 !important;
}

.safe-power-lp__quick-link strong {
  display: block;
  color: currentColor;
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.3;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

.safe-power-lp__quick-link small {
  display: block;
  margin-top: 2px !important;
  color: #4a6870;
  font-size: 11px !important;
  line-height: 1.35;
}

.safe-power-lp__quick-link--light { color: #087a7b; }
.safe-power-lp__quick-link--pc { color: #277da0; }
.safe-power-lp__quick-link--emergency { color: #3d7a55; }

@media (max-width: 720px) {
  .safe-power-lp__quick-links {
    gap: 6px;
  }

  .safe-power-lp__support {
    margin-bottom: 0;
  }

  .safe-power-lp__support + .safe-power-lp__category {
    margin-top: 0;
  }

  .safe-power-lp__quick-link {
    min-height: 0 !important;
    padding: 6px 9px !important;
  }

  .safe-power-lp__quick-link strong {
    font-size: 10.5px !important;
    line-height: 1.3;
  }

  .safe-power-lp__quick-link > span:nth-child(2) {
    width: 100%;
  }

  .safe-power-lp__quick-link small {
    margin-top: 2px !important;
    font-size: 9px !important;
    line-height: 1.3;
  }

}

/* Compact product action inside the comparison table. */
.usage-guide-comparison__view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-top: 16px;
  padding: 5px 9px 5px 10px;
  gap: 6px;
  border: 1px solid rgba(40, 125, 139, 0.46);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  color: #1f7180;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.usage-guide-comparison__view span {
  display: inline;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 13px;
  line-height: 1;
}

.usage-guide-comparison__product-link:hover .usage-guide-comparison__view {
  border-color: #287d8b;
  background: #287d8b;
  color: #ffffff;
}

@media (max-width: 720px) {
  .safe-power-lp__featured-product {
    grid-template-columns: minmax(0, 1.12fr) minmax(128px, 0.88fr);
  }

  .safe-power-lp__featured-product h3 {
    font-size: 19px;
  }

  .safe-power-lp__product-button {
    display: inline-flex;
    align-self: flex-start;
    width: auto !important;
    justify-content: center;
    min-height: 34px;
    height: 34px;
    padding: 0 10px;
    gap: 0;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
  }

  .safe-power-lp__featured-product > img {
    max-width: none;
    max-height: 190px;
  }
}

@media (max-width: 340px) {
  .safe-power-lp__featured-product {
    grid-template-columns: minmax(0, 1.18fr) minmax(112px, 0.82fr);
  }
}

@media (min-width: 360px) and (max-width: 720px) {
  .safe-power-lp__featured-product h3 {
    font-size: 17px;
    white-space: nowrap;
  }
}

/* Desktop buttons retain their full-width action treatment. */
@media (min-width: 721px) {
  .safe-power-lp__product-button::after {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #9bcddf, #efb6c2);
    color: #fff;
    content: "→";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .safe-power-lp__product-button:hover::after {
    background: rgba(255, 255, 255, 0.88);
    color: var(--safe-deep-teal);
  }
}

@media (max-width: 720px) {
  .safe-power-lp__support-item {
    min-height: 0;
    padding: 7px 10px;
  }
}

/* Keep the footer content on the animated canvas, without a surrounding card. */
.footer-note {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
