.product-page {
  --sl-violet: #8b5cf6;
  --sl-violet-bright: #a78bfa;
  --sl-lilac: #d8b4fe;
  --sl-amber: #f0b764;
  --sl-coral: #f07a67;
  --sl-surface: #0b0a10;
  --sl-surface-high: #14121b;
  --sl-edge: rgba(216, 180, 254, 0.18);
}

.product-page a:focus-visible,
.product-page button:focus-visible,
.product-page summary:focus-visible {
  outline: 2px solid var(--sl-lilac);
  outline-offset: 4px;
}

.product-page .sl-eyebrow {
  color: var(--sl-lilac);
  letter-spacing: 0;
}

.product-page .btn--primary {
  background: #6d28d9;
}

.product-page .btn--primary:hover {
  background: #7c3aed;
}

.sl-hero {
  position: relative;
  min-height: calc(100svh - 96px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 48px 0 64px;
}

.sl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.7) 42%, rgba(11, 8, 18, 0.22) 72%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(ellipse at 74% 38%, rgba(139, 92, 246, 0.18), transparent 52%);
}

.sl-hero__inner {
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}

.sl-hero__copy {
  position: relative;
  z-index: 2;
}

.sl-hero__copy h1 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: 6.6rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.82;
}

.sl-hero__lede {
  margin: 28px 0 0;
  max-width: 17ch;
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--fg);
}

.sl-hero__body {
  max-width: 55ch;
  margin: 22px 0 0;
  color: var(--fg-muted);
  font-size: 16px;
  line-height: 1.75;
}

.sl-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.sl-download::before {
  content: "↓";
  font-family: var(--font-mono);
  font-size: 18px;
  line-height: 1;
}

.sl-hero__note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 22px 0 0;
  color: var(--fg-faint);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sl-hero__note span {
  position: relative;
}

.sl-hero__note span + span::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 50%;
  left: -11px;
  background: var(--sl-amber);
}

.btn.is-disabled {
  cursor: not-allowed;
  color: var(--fg-muted);
  background: #16131d;
  box-shadow: inset 0 0 0 1px rgba(216, 180, 254, 0.16);
  opacity: 0.86;
}

.btn.is-disabled::before {
  content: "…";
  font-size: 16px;
}

.sl-stage {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 34px 0 30px;
  perspective: 1500px;
}

.sl-stage::before,
.sl-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sl-stage::before {
  width: 78%;
  height: 70%;
  left: 16%;
  top: 16%;
  background: rgba(139, 92, 246, 0.22);
  filter: blur(72px);
  opacity: 0.55;
}

.sl-stage::after {
  inset: 0 -12% -3% 8%;
  border: 1px solid rgba(216, 180, 254, 0.08);
  transform: translateZ(-80px) rotateY(-5deg);
}

.sl-stage__bar {
  position: absolute;
  top: 0;
  left: 2%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  color: var(--fg-faint);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0;
}

.sl-panel-frame {
  position: relative;
  margin: 0;
  min-width: 0;
  border: 1px solid rgba(216, 180, 254, 0.2);
  border-radius: 8px;
  background: #08070c;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 9px 0 #07060a,
    0 10px 0 rgba(216, 180, 254, 0.12),
    0 30px 80px rgba(0, 0, 0, 0.72);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 460ms cubic-bezier(0.2, 0.75, 0.2, 1), box-shadow 460ms ease;
}

.sl-panel-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.07), transparent 19%, transparent 80%, rgba(139, 92, 246, 0.06));
}

.sl-panel-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.sl-panel-frame figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 6px 9px;
  border: 1px solid rgba(216, 180, 254, 0.16);
  border-radius: 5px;
  background: rgba(6, 5, 10, 0.84);
  color: var(--fg-muted);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0;
}

.sl-panel-frame--hero {
  transform: perspective(1500px) rotateY(-8deg) rotateX(2deg) translateZ(0);
}

.sl-stage:hover .sl-panel-frame--hero {
  transform: perspective(1500px) rotateY(-4deg) rotateX(1deg) translateY(-5px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 12px 0 #07060a,
    0 13px 0 rgba(216, 180, 254, 0.16),
    0 44px 100px rgba(0, 0, 0, 0.78);
}

.sl-stage__callout {
  position: absolute;
  z-index: 4;
  padding: 8px 11px;
  border: 1px solid rgba(216, 180, 254, 0.25);
  border-radius: 5px;
  color: #f8f5ff;
  background: rgba(13, 10, 19, 0.88);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
  font-family: var(--font-mono);
  font-size: 10px;
}

.sl-stage__callout::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 1px;
  background: var(--sl-amber);
}

.sl-stage__callout--category {
  left: -4%;
  top: 41%;
}

.sl-stage__callout--category::after {
  left: 100%;
  top: 50%;
}

.sl-stage__callout--track {
  right: -2%;
  top: 18%;
}

.sl-stage__callout--track::after {
  right: 100%;
  top: 50%;
}

.sl-section-head {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}

.sl-section-head--wide {
  max-width: 960px;
  margin-bottom: clamp(68px, 9vw, 116px);
}

.sl-section-head h2 {
  margin: 14px 0 18px;
  font-family: var(--font-display);
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.sl-section-head p {
  max-width: 68ch;
  margin: 0 auto;
  color: var(--fg-muted);
  font-size: 16px;
  line-height: 1.75;
}

.sl-flow-section {
  border-bottom: 1px solid var(--hair);
}

.sl-flow {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
}

.sl-flow li,
.sl-capabilities article {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(216, 180, 254, 0.13);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(23, 19, 31, 0.94), rgba(9, 8, 13, 0.98));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 6px 0 #060509,
    0 7px 0 rgba(216, 180, 254, 0.08),
    0 22px 50px rgba(0, 0, 0, 0.38);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.sl-flow li {
  min-height: 292px;
  padding: 30px;
}

.sl-flow li:hover,
.sl-capabilities article:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 180, 254, 0.3);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 10px 0 #060509,
    0 11px 0 rgba(216, 180, 254, 0.1),
    0 30px 58px rgba(0, 0, 0, 0.46);
}

.sl-flow__number,
.sl-feature__index,
.sl-capabilities article > span {
  color: var(--sl-amber);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0;
}

.sl-flow__line {
  width: 42px;
  height: 3px;
  margin: 24px 0 28px;
  background: var(--sl-violet);
  box-shadow: 8px 0 0 rgba(139, 92, 246, 0.5), 16px 0 0 rgba(139, 92, 246, 0.2);
}

.sl-flow h3,
.sl-capabilities h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: 0;
}

.sl-flow p,
.sl-capabilities p {
  margin: 0;
  color: var(--fg-muted);
  line-height: 1.7;
}

.sl-features {
  overflow: hidden;
}

.sl-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
  margin-bottom: clamp(100px, 13vw, 180px);
}

.sl-feature--reverse {
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
}

.sl-feature--reverse .sl-feature__copy {
  order: 2;
}

.sl-feature--reverse .sl-panel-frame {
  order: 1;
}

.sl-feature__copy h3 {
  margin: 14px 0 22px;
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.sl-feature__copy > p {
  margin: 0;
  color: var(--fg-muted);
  font-size: 16px;
  line-height: 1.78;
}

.sl-checks {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
}

.sl-checks li {
  position: relative;
  padding-left: 26px;
  color: #d9d4e2;
  font-size: 14px;
}

.sl-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--sl-lilac);
  border-bottom: 2px solid var(--sl-lilac);
  transform: rotate(-45deg);
}

.sl-inline-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.sl-inline-facts span {
  padding: 7px 10px;
  border: 1px solid rgba(240, 183, 100, 0.22);
  border-radius: 5px;
  color: #e4ded3;
  background: rgba(240, 183, 100, 0.06);
  font-family: var(--font-mono);
  font-size: 10px;
}

.sl-panel-frame--left {
  transform: perspective(1400px) rotateY(-4deg) rotateX(1deg);
}

.sl-panel-frame--right {
  transform: perspective(1400px) rotateY(4deg) rotateX(1deg);
}

.sl-feature:hover .sl-panel-frame--left,
.sl-feature:hover .sl-panel-frame--right {
  transform: perspective(1400px) rotateY(0) rotateX(0) translateY(-4px);
}

.sl-capabilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sl-capabilities article {
  min-height: 226px;
  padding: 26px;
}

.sl-capabilities h3 {
  margin-top: 30px;
}

.sl-privacy {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 10vw, 124px) 0;
  border-block: 1px solid rgba(216, 180, 254, 0.14);
  background:
    linear-gradient(90deg, rgba(139, 92, 246, 0.14), transparent 34%),
    linear-gradient(180deg, #0e0b14, #07070a);
}

.sl-privacy::after {
  content: "LOCAL ONLY";
  position: absolute;
  right: -24px;
  bottom: -42px;
  color: rgba(216, 180, 254, 0.035);
  font-family: var(--font-display);
  font-size: 11rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.sl-privacy__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: center;
}

.sl-privacy h2 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: 3.5rem;
  line-height: 1.03;
  letter-spacing: 0;
}

.sl-privacy p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fg-muted);
  font-size: 15px;
  line-height: 1.8;
}

.sl-install {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.7fr);
  gap: clamp(50px, 8vw, 112px);
  align-items: start;
}

.sl-install__copy h2 {
  margin: 14px 0 24px;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0;
}

.sl-install__copy p {
  margin: 0;
  max-width: 66ch;
  color: var(--fg-muted);
  line-height: 1.78;
}

.sl-install__copy .sl-install__note {
  margin-top: 22px;
  padding-left: 16px;
  border-left: 2px solid var(--sl-amber);
  color: #d9d4e2;
  font-size: 13px;
}

.sl-install-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(216, 180, 254, 0.15);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(23, 19, 31, 0.94), rgba(9, 8, 13, 0.98));
  box-shadow: 0 8px 0 #060509, 0 9px 0 rgba(216, 180, 254, 0.08), 0 26px 60px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.sl-install-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(247, 244, 255, 0.07);
  color: var(--fg);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
}

.sl-install-steps li:last-child {
  border-bottom: 0;
}

.sl-install-steps span {
  color: var(--fg-faint);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0;
}

.sl-faq-wrap {
  max-width: 980px;
}

.sl-faq {
  border-top: 1px solid var(--hair-2);
}

.sl-faq details {
  border-bottom: 1px solid var(--hair-2);
}

.sl-faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  cursor: pointer;
  padding: 24px 2px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.sl-faq summary::-webkit-details-marker {
  display: none;
}

.sl-faq summary i {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(216, 180, 254, 0.2);
  border-radius: 5px;
}

.sl-faq summary i::before,
.sl-faq summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--sl-lilac);
  transform: translate(-50%, -50%);
}

.sl-faq summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.sl-faq details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.sl-faq p {
  max-width: 76ch;
  margin: -6px 52px 24px 2px;
  color: var(--fg-muted);
  line-height: 1.75;
}

.sl-final {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 13vw, 170px) 0;
  border-top: 1px solid rgba(216, 180, 254, 0.12);
  text-align: center;
}

.sl-final::before {
  content: "";
  position: absolute;
  width: min(820px, 86vw);
  height: min(420px, 52vw);
  left: 50%;
  top: 48%;
  border: 1px solid rgba(216, 180, 254, 0.1);
  box-shadow: 0 0 0 40px rgba(216, 180, 254, 0.025), 0 0 0 80px rgba(216, 180, 254, 0.015);
  transform: translate(-50%, -50%) perspective(900px) rotateX(64deg);
}

.sl-final__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.sl-final h2 {
  margin: 16px 0 24px;
  font-family: var(--font-display);
  font-size: 6.7rem;
  line-height: 0.88;
  letter-spacing: 0;
}

.sl-final p {
  max-width: 58ch;
  margin: 0 auto 30px;
  color: var(--fg-muted);
  font-size: 16px;
  line-height: 1.7;
}

.sl-final__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 24px;
  color: var(--fg-faint);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.product-page .foot__brand,
.product-page .foot__col h4,
.product-page .foot__bottom {
  letter-spacing: 0;
}

.sl-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sl-reveal.is-pending {
  opacity: 0;
  transform: translateY(24px);
}

.sl-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .sl-hero {
    min-height: auto;
  }

  .sl-hero__inner {
    grid-template-columns: minmax(300px, 0.72fr) minmax(470px, 1.28fr);
    padding-inline: 24px;
    gap: 42px;
  }

  .sl-hero__copy h1 {
    font-size: 5.4rem;
  }

  .sl-hero__lede {
    font-size: 2.8rem;
  }

  .sl-section-head h2 {
    font-size: 4rem;
  }

  .sl-feature__copy h3 {
    font-size: 3rem;
  }

  .sl-final h2 {
    font-size: 5.8rem;
  }

  .sl-stage__callout {
    display: none;
  }

  .sl-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sl-hero__inner,
  .sl-feature,
  .sl-feature--reverse,
  .sl-install,
  .sl-privacy__inner {
    grid-template-columns: 1fr;
  }

  .sl-hero {
    padding-top: 64px;
  }

  .sl-hero__copy h1 {
    font-size: 5.2rem;
  }

  .sl-hero__lede {
    font-size: 2.8rem;
    max-width: 18ch;
  }

  .sl-section-head h2,
  .sl-install__copy h2 {
    font-size: 3.5rem;
  }

  .sl-feature__copy h3,
  .sl-privacy h2 {
    font-size: 3rem;
  }

  .sl-final h2 {
    font-size: 5rem;
  }

  .sl-stage {
    width: min(100%, 760px);
  }

  .sl-feature,
  .sl-feature--reverse {
    gap: 44px;
  }

  .sl-feature--reverse .sl-feature__copy,
  .sl-feature--reverse .sl-panel-frame {
    order: initial;
  }

  .sl-panel-frame--hero,
  .sl-panel-frame--left,
  .sl-panel-frame--right {
    transform: none;
  }

  .sl-feature__copy {
    max-width: 720px;
  }

  .sl-privacy__inner {
    align-items: start;
  }

}

@media (max-width: 760px) {
  .sl-hero {
    padding: 38px 0 28px;
  }

  .sl-hero__inner {
    padding-inline: 18px;
    gap: 24px;
  }

  .sl-hero__copy h1 {
    font-size: 4.8rem;
  }

  .sl-hero__lede {
    font-size: 2.7rem;
  }

  .sl-hero__body {
    display: none;
  }

  .sl-hero__ctas {
    margin-top: 22px;
  }

  .sl-hero__note {
    margin-top: 16px;
  }

  .sl-section-head h2,
  .sl-install__copy h2 {
    font-size: 2.8rem;
  }

  .sl-feature__copy h3,
  .sl-privacy h2 {
    font-size: 2.5rem;
  }

  .sl-final h2 {
    font-size: 4rem;
  }

  .sl-privacy::after {
    font-size: 6rem;
  }

  .sl-hero__ctas .btn {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .sl-hero__note {
    display: grid;
    gap: 7px;
  }

  .sl-hero__note span + span::before {
    display: none;
  }

  .sl-stage {
    padding: 0 0 10px;
  }

  .sl-stage__bar {
    position: static;
    margin-bottom: 10px;
  }

  .sl-panel-frame {
    box-shadow: 0 6px 0 #060509, 0 7px 0 rgba(216, 180, 254, 0.08), 0 22px 50px rgba(0, 0, 0, 0.5);
  }

  .sl-panel-frame--hero {
    max-height: 170px;
  }

  .sl-panel-frame figcaption {
    position: static;
    border: 0;
    border-top: 1px solid rgba(216, 180, 254, 0.12);
    border-radius: 0;
  }

  .sl-flow {
    grid-template-columns: 1fr;
  }

  .sl-flow li {
    min-height: 0;
  }

  .sl-capabilities {
    grid-template-columns: 1fr;
  }

  .sl-capabilities article {
    min-height: 0;
  }

  .sl-faq summary {
    font-size: 16px;
  }

  .sl-faq p {
    margin-right: 2px;
  }
}

@media (max-width: 430px) {
  .sl-hero__copy h1 {
    font-size: 4rem;
  }

  .sl-hero__lede {
    font-size: 2.35rem;
  }

  .sl-section-head h2,
  .sl-install__copy h2 {
    font-size: 2.35rem;
  }

  .sl-feature__copy h3,
  .sl-privacy h2 {
    font-size: 2.15rem;
  }

  .sl-final h2 {
    font-size: 3.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .sl-panel-frame,
  .sl-panel-frame--hero,
  .sl-panel-frame--left,
  .sl-panel-frame--right {
    transform: none !important;
  }

  .sl-reveal,
  .sl-reveal.is-pending {
    opacity: 1;
    transform: none;
  }
}

/* Uclu bilgi bandi. Gorseli olmayan ozellikler icin; iki sutunlu
   .sl-feature duzeninde saginin bos kalmasini onler. */
.product-page .sl-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 64px;
  background: var(--sl-edge);
  border-radius: 18px;
  overflow: hidden;
}
.product-page .sl-trio article {
  padding: 32px 28px;
  background: var(--sl-surface);
}
.product-page .sl-trio__index {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--sl-lilac);
  margin-bottom: 14px;
}
.product-page .sl-trio h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.product-page .sl-trio p {
  margin: 0;
  color: var(--fg-muted);
  font-size: 14.5px;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .product-page .sl-trio { grid-template-columns: 1fr; }
}
