/*
 * Alsourayia single product experience.
 * Scope: .als-product-page only. Loaded conditionally on singular als_product.
 */
.als-product-page {
  --als-sp-green: #08683a;
  --als-sp-green-dark: #06351f;
  --als-sp-gold: #c89a32;
  --als-sp-gold-light: #e8b84b;
  --als-sp-cream: #fbf6e7;
  --als-sp-ink: #152219;
  --als-sp-muted: #3d5247;
  --als-sp-white: #fff;
  --als-sp-surface: #f4f0e6;
  --als-sp-border: rgba(8, 104, 58, .13);
  --als-sp-card-shadow: 0 4px 24px rgba(21, 34, 25, .1);
  --als-sp-hover-shadow: 0 14px 42px rgba(21, 34, 25, .17);
  --als-sp-r-sm: 10px;
  --als-sp-r-md: 18px;
  --als-sp-r-lg: 28px;
  color: var(--als-sp-ink);
  background: var(--als-sp-cream);
  line-height: 1.7;
  overflow: clip;
}

.als-product-page *,
.als-product-page *::before,
.als-product-page *::after { box-sizing: border-box; }

.als-product-page button,
.als-product-page input,
.als-product-page select,
.als-product-page textarea { font: inherit; }

.als-product-page button { color: inherit; }

.als-product-page a { text-decoration: none; }

.als-product-page svg { flex: 0 0 auto; }

.als-sp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: min(820px, calc(100vh - 78px));
  max-height: 880px;
  background: var(--als-sp-white);
}

.als-sp-gallery {
  position: relative;
  min-width: 0;
  background: var(--als-sp-ink);
  overflow: hidden;
}

.als-sp-gallery-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
  user-select: none;
}

.als-sp-gallery-track { position: absolute; inset: 0; }

.als-sp-gallery-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity .48s ease, transform .72s ease, visibility 0s linear .48s;
  pointer-events: none;
}

.als-sp-gallery-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0s;
  pointer-events: auto;
}

.als-sp-gallery-main {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: .9;
  -webkit-user-drag: none;
}

.als-sp-gallery-stage.is-dragging { cursor: grabbing; }

.als-sp-gallery-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(6, 53, 31, .62), transparent 58%, rgba(200, 154, 50, .16));
}

.als-sp-gallery-badge {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  max-width: calc(100% - 48px);
  padding: 7px 15px;
  border-radius: 999px;
  background: var(--als-sp-gold);
  color: var(--als-sp-ink);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .13);
}


.als-sp-gallery-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  background: rgba(6, 53, 31, .58);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease, opacity .2s ease;
}

.als-sp-gallery-arrow:hover,
.als-sp-gallery-arrow:focus-visible {
  background: var(--als-sp-green);
  transform: translateY(-50%) scale(1.06);
}

.als-sp-gallery-prev { right: 24px; }
.als-sp-gallery-next { left: 24px; }
.als-sp-gallery-prev svg { transform: rotate(180deg); }
.als-sp-gallery.has-single-image .als-sp-gallery-arrow { display: none; }

.als-sp-gallery-thumbs {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: calc(100% - 110px);
  overflow-y: auto;
  scrollbar-width: none;
}

.als-sp-gallery-thumbs::-webkit-scrollbar { display: none; }

.als-sp-gallery-thumb {
  width: 58px;
  height: 58px;
  border: 2px solid transparent;
  border-radius: var(--als-sp-r-sm);
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .15);
  opacity: .72;
  cursor: pointer;
  transition: border-color .22s ease, opacity .22s ease, transform .22s ease;
}

.als-sp-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.als-sp-gallery-thumb:hover,
.als-sp-gallery-thumb:focus-visible,
.als-sp-gallery-thumb.is-active { border-color: var(--als-sp-gold); opacity: 1; transform: scale(1.045); }

.als-sp-gallery-counter {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 600;
  direction: ltr;
}

.als-sp-summary {
  min-width: 0;
  background: var(--als-sp-white);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(8, 104, 58, .2) transparent;
}

.als-sp-summary-inner {
  width: min(100%, 700px);
  min-height: 100%;
  margin-inline: auto;
  padding: 42px clamp(28px, 4vw, 58px) 30px;
  display: flex;
  flex-direction: column;
}

.als-sp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  color: var(--als-sp-muted);
  font-size: 12px;
}

.als-sp-breadcrumb a { color: var(--als-sp-green); }
.als-sp-breadcrumb a:hover { text-decoration: underline; }

.als-sp-category-tag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(8, 104, 58, .08);
  color: var(--als-sp-green);
  font-size: 12px;
  font-weight: 700;
}

.als-sp-category-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.als-sp-title {
  margin: 0 0 8px;
  color: var(--als-sp-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.035em;
}

.als-sp-code { margin: 0 0 7px; color: var(--als-sp-muted); font-size: 12px; }
.als-sp-code strong { color: var(--als-sp-green); direction: ltr; unicode-bidi: isolate; }

.als-sp-lead {
  margin: 0 0 18px;
  color: var(--als-sp-muted);
  font-size: 16px;
  line-height: 1.75;
}

.als-sp-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }

.als-sp-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border: 1px solid var(--als-sp-border);
  border-radius: 999px;
  background: var(--als-sp-surface);
  color: var(--als-sp-ink);
  font-size: 12px;
  font-weight: 600;
}

.als-sp-chip svg { color: var(--als-sp-green); }

.als-sp-paths-label,
.als-sp-sidebar-label {
  margin: 0 0 10px;
  color: var(--als-sp-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}

.als-sp-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-bottom: 16px; }

.als-sp-path-card {
  position: relative;
  min-width: 0;
  min-height: 126px;
  padding: 15px 10px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 2px solid var(--als-sp-border);
  border-radius: var(--als-sp-r-md);
  background: var(--als-sp-white);
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.als-sp-path-card:hover,
.als-sp-path-card:focus-visible {
  border-color: var(--als-sp-green);
  background: rgba(8, 104, 58, .025);
  transform: translateY(-2px);
  box-shadow: var(--als-sp-card-shadow);
}

.als-sp-path-card.is-selected {
  border-color: var(--als-sp-green);
  background: rgba(8, 104, 58, .065);
}

.als-sp-path-check {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--als-sp-green);
  color: var(--als-sp-white);
  opacity: 0;
  transform: scale(.72);
  transition: opacity .2s ease, transform .2s ease;
}

.als-sp-path-card.is-selected .als-sp-path-check { opacity: 1; transform: scale(1); }

.als-sp-path-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  border-radius: var(--als-sp-r-sm);
  background: linear-gradient(135deg, var(--als-sp-green), var(--als-sp-green-dark));
  color: var(--als-sp-white);
  box-shadow: 0 8px 20px rgba(8, 104, 58, .2);
}

.als-sp-path-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.als-sp-path-copy strong { color: var(--als-sp-ink); font-size: 13px; line-height: 1.3; }
.als-sp-path-copy small { color: var(--als-sp-muted); font-size: 11px; line-height: 1.4; }

.als-sp-action-area {
  min-height: 79px;
  margin-bottom: 13px;
  padding: 18px;
  border: 1px solid transparent;
  border-radius: var(--als-sp-r-md);
  background: var(--als-sp-surface);
  transition: background .25s ease, border-color .25s ease;
}

.als-sp-action-area.has-selection { border-color: rgba(8, 104, 58, .16); background: rgba(8, 104, 58, .05); }
.als-sp-action-hint { margin: 8px 0; text-align: center; color: var(--als-sp-muted); font-size: 13px; }
.als-sp-action-panel[hidden] { display: none !important; }

.als-sp-action-panel.is-visible { animation: alsSpFadeUp .28s ease both; }

.als-sp-action-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 11px;
  color: var(--als-sp-ink);
  font-size: 14px;
  font-weight: 700;
}

.als-sp-action-title svg { color: var(--als-sp-green); }

.als-sp-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-bottom: 9px; }

.als-sp-field { display: block; min-width: 0; }
.als-sp-field > span { display: block; margin-bottom: 4px; color: var(--als-sp-muted); font-size: 11px; font-weight: 700; }

.als-sp-field input,
.als-sp-field select,
.als-sp-field textarea {
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 1.5px solid var(--als-sp-border);
  border-radius: var(--als-sp-r-sm);
  outline: 0;
  background: var(--als-sp-white);
  color: var(--als-sp-ink);
  font-size: 13px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.als-sp-field input:focus,
.als-sp-field select:focus,
.als-sp-field textarea:focus {
  border-color: var(--als-sp-green);
  box-shadow: 0 0 0 3px rgba(8, 104, 58, .08);
}

.als-sp-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.als-sp-btn:hover { transform: translateY(-1px); }
.als-sp-btn:disabled { cursor: wait; opacity: .68; transform: none; }
.als-sp-btn-full { width: 100%; }

.als-sp-btn-gold { background: linear-gradient(135deg, var(--als-sp-gold), var(--als-sp-gold-light)); color: var(--als-sp-ink); }
.als-sp-btn-gold:hover { box-shadow: 0 7px 20px rgba(200, 154, 50, .34); color: var(--als-sp-ink); }
.als-sp-btn-wa { background: #25d366; color: #fff; }
.als-sp-btn-wa:hover { background: #1dae51; color: #fff; box-shadow: 0 7px 19px rgba(37, 211, 102, .25); }
.als-sp-btn-outline { border: 1.5px solid rgba(21, 34, 25, .18); background: transparent; color: var(--als-sp-ink); }
.als-sp-btn-outline:hover { border-color: var(--als-sp-green); color: var(--als-sp-green); }

.als-sp-form-status { min-height: 0; margin-top: 7px; color: var(--als-sp-green); font-size: 12px; font-weight: 700; text-align: center; }
.als-sp-form-status.error { color: #a51d1d; }
.als-sp-form.is-success .als-sp-form-grid,
.als-sp-form.is-success > .als-sp-btn { display: none; }
.als-sp-form.is-success .als-sp-form-status { min-height: 74px; display: grid; place-items: center; padding: 14px; border-radius: var(--als-sp-r-sm); background: rgba(8, 104, 58, .07); }
.als-sp-form.is-success .als-sp-form-status::before { content: "✓"; width: 30px; height: 30px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; margin-inline: auto; font-size: 16px; }

.als-sp-quick-actions { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 2px; }
.als-sp-quick-actions .als-sp-btn { flex: 1 1 150px; }

.als-sp-service-strip {
  display: flex;
  margin-top: auto;
  padding-top: 17px;
}

.als-sp-service-strip > span {
  flex: 1;
  min-width: 0;
  min-height: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--als-sp-border);
  border-left: 0;
  color: var(--als-sp-green);
}

.als-sp-service-strip > span:first-child { border-radius: 0 var(--als-sp-r-md) var(--als-sp-r-md) 0; }
.als-sp-service-strip > span:last-child { border-left: 1px solid var(--als-sp-border); border-radius: var(--als-sp-r-md) 0 0 var(--als-sp-r-md); }
.als-sp-service-strip small { color: var(--als-sp-muted); font-size: 11px; font-weight: 700; text-align: center; }

.als-sp-main-layout {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
  padding: 58px 0 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 32px;
  align-items: start;
}

.als-sp-content { min-width: 0; }
.als-sp-section + .als-sp-section { margin-top: 45px; }
.als-sp-eyebrow { margin: 0 0 7px; color: var(--als-sp-green); font-size: 11px; font-weight: 800; letter-spacing: .09em; }

.als-sp-section-title {
  margin: 0 0 18px;
  color: var(--als-sp-ink);
  font-size: clamp(25px, 2.5vw, 33px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.als-sp-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--als-sp-border);
  border-radius: var(--als-sp-r-md);
  overflow: hidden;
  background: var(--als-sp-border);
}

.als-sp-spec-cell {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 12px;
  background: var(--als-sp-white);
  text-align: center;
  transition: background .2s ease;
}

.als-sp-spec-cell:hover { background: var(--als-sp-surface); }
.als-sp-spec-cell strong { color: var(--als-sp-green); font-size: clamp(18px, 2vw, 25px); line-height: 1.25; overflow-wrap: anywhere; }
.als-sp-spec-cell span { color: var(--als-sp-muted); font-size: 12px; font-weight: 600; }

.als-sp-entry-content { margin-bottom: 20px; color: var(--als-sp-muted); }
.als-sp-entry-content > *:first-child { margin-top: 0; }
.als-sp-entry-content > *:last-child { margin-bottom: 0; }
.als-sp-entry-content p { margin-bottom: 12px; }
.als-sp-entry-content ul,
.als-sp-entry-content ol { padding-right: 20px; }

.als-sp-features-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }

.als-sp-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 17px;
  border: 1px solid var(--als-sp-border);
  border-radius: var(--als-sp-r-md);
  background: var(--als-sp-white);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.als-sp-feature-item:hover { border-color: rgba(8, 104, 58, .27); box-shadow: var(--als-sp-card-shadow); transform: translateY(-1px); }

.als-sp-feature-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: var(--als-sp-r-sm);
  background: rgba(8, 104, 58, .1);
  color: var(--als-sp-green);
}

.als-sp-feature-item > div { min-width: 0; }
.als-sp-feature-item strong { display: block; margin-bottom: 3px; color: var(--als-sp-ink); font-size: 14px; }
.als-sp-feature-item span:not(.als-sp-feature-icon) { display: block; color: var(--als-sp-muted); font-size: 12px; line-height: 1.55; }

.als-sp-detail-note,
.als-sp-color-list { margin-top: 17px; padding: 17px; border-radius: var(--als-sp-r-md); background: rgba(8, 104, 58, .055); border: 1px solid var(--als-sp-border); }
.als-sp-detail-note > strong,
.als-sp-color-list > strong { display: block; margin-bottom: 7px; color: var(--als-sp-ink); font-size: 14px; }
.als-sp-detail-note p { margin: 0; color: var(--als-sp-muted); font-size: 13px; }
.als-sp-color-list > div { display: flex; flex-wrap: wrap; gap: 7px; }
.als-sp-color-list span { padding: 5px 11px; border: 1px solid var(--als-sp-border); border-radius: 999px; background: var(--als-sp-white); color: var(--als-sp-muted); font-size: 12px; font-weight: 600; }

.als-sp-apps { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.als-sp-apps::-webkit-scrollbar { display: none; }
.als-sp-app-card { flex: 0 0 164px; position: relative; height: 142px; display: grid; place-items: center; overflow: hidden; border-radius: var(--als-sp-r-md); background: linear-gradient(135deg, var(--als-sp-green-dark), var(--als-sp-green)); scroll-snap-align: start; }
.als-sp-app-card:nth-child(2) { background: linear-gradient(135deg, #2c3e50, #3d5a73); }
.als-sp-app-card:nth-child(3) { background: linear-gradient(135deg, #7b4f12, #c07a1e); }
.als-sp-app-card:nth-child(4) { background: linear-gradient(135deg, #1a3a5c, #2e6b99); }
.als-sp-app-card:nth-child(5) { background: linear-gradient(135deg, #2a1a4e, #5e3a8c); }
.als-sp-app-visual { font-size: 43px; transform: translateY(-5px); transition: transform .25s ease; }
.als-sp-app-card:hover .als-sp-app-visual { transform: translateY(-8px) scale(1.06); }
.als-sp-app-card strong { position: absolute; inset-inline: 0; bottom: 0; padding: 26px 12px 10px; background: linear-gradient(to top, rgba(6, 53, 31, .95), transparent); color: #fff; font-size: 12px; text-align: center; }

.als-sp-faq-list { display: flex; flex-direction: column; gap: 9px; }
.als-sp-faq-item { overflow: hidden; border: 1px solid var(--als-sp-border); border-radius: var(--als-sp-r-md); background: var(--als-sp-white); }
.als-sp-faq-item h3 { margin: 0; }
.als-sp-faq-question { width: 100%; min-height: 58px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 0; background: transparent; color: var(--als-sp-ink); text-align: right; font-size: 14px; font-weight: 700; cursor: pointer; }
.als-sp-faq-question svg { color: var(--als-sp-green); transition: transform .23s ease; }
.als-sp-faq-question[aria-expanded="true"] svg { transform: rotate(45deg); }
.als-sp-faq-answer[hidden] { display: none; }
.als-sp-faq-answer { padding: 0 18px 15px; animation: alsSpFade .25s ease both; }
.als-sp-faq-answer p { margin: 0; color: var(--als-sp-muted); font-size: 13px; line-height: 1.75; }

.als-sp-sidebar { position: sticky; top: 94px; display: flex; flex-direction: column; gap: 16px; }
.als-sp-sidebar-card { overflow: hidden; border: 1px solid var(--als-sp-border); border-radius: var(--als-sp-r-lg); background: var(--als-sp-white); box-shadow: var(--als-sp-card-shadow); }
.als-sp-sidebar-head { padding: 20px 23px; background: linear-gradient(135deg, var(--als-sp-green), var(--als-sp-green-dark)); color: #fff; }
.als-sp-sidebar-head h2 { margin: 0 0 3px; color: #fff; font-size: 18px; line-height: 1.35; }
.als-sp-sidebar-head p { margin: 0; color: rgba(255, 255, 255, .78); font-size: 12px; }
.als-sp-sidebar-body { padding: 19px 23px; }
.als-sp-sidebar-paths { display: flex; flex-direction: column; gap: 8px; }
.als-sp-sidebar-paths button { width: 100%; min-height: 49px; display: flex; align-items: center; gap: 10px; padding: 10px 13px; border: 1.5px solid var(--als-sp-border); border-radius: var(--als-sp-r-sm); background: var(--als-sp-surface); color: var(--als-sp-ink); text-align: right; font-size: 12px; font-weight: 700; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.als-sp-sidebar-paths button > svg:first-child { color: var(--als-sp-green); }
.als-sp-sidebar-paths button span { min-width: 0; flex: 1; }
.als-sp-sidebar-paths button .als-sp-path-arrow { margin-right: auto; color: var(--als-sp-muted); transition: transform .2s ease, color .2s ease; }
.als-sp-sidebar-paths button:hover,
.als-sp-sidebar-paths button.is-active { border-color: var(--als-sp-green); background: rgba(8, 104, 58, .06); color: var(--als-sp-green); }
.als-sp-sidebar-paths button:hover .als-sp-path-arrow,
.als-sp-sidebar-paths button.is-active .als-sp-path-arrow { color: var(--als-sp-green); transform: translateX(-4px); }

.als-sp-sidebar-files { display: grid; gap: 7px; margin-top: 12px; }
.als-sp-sidebar-files a { min-height: 40px; display: flex; align-items: center; gap: 8px; padding: 8px 11px; border-radius: var(--als-sp-r-sm); background: rgba(200, 154, 50, .09); color: var(--als-sp-ink); font-size: 12px; font-weight: 700; }
.als-sp-sidebar-files a:hover { color: var(--als-sp-green); }

.als-sp-sidebar-divider { position: relative; margin: 15px 0 11px; text-align: center; color: var(--als-sp-muted); font-size: 11px; }
.als-sp-sidebar-divider::before { content: ""; position: absolute; inset-inline: 0; top: 50%; height: 1px; background: var(--als-sp-border); }
.als-sp-sidebar-divider span { position: relative; padding: 0 10px; background: var(--als-sp-white); }
.als-sp-contact-options { display: flex; gap: 8px; }
.als-sp-contact-options .als-sp-btn { min-width: 0; flex: 1; padding-inline: 10px; }
.als-sp-wa-note { display: flex; align-items: center; gap: 7px; margin: 10px 0 0; padding: 8px 10px; border-radius: var(--als-sp-r-sm); background: rgba(37, 211, 102, .075); color: var(--als-sp-muted); font-size: 11px; }
.als-sp-wa-note svg { color: #25d366; }

.als-sp-trust-strip { display: flex; border-top: 1px solid var(--als-sp-border); }
.als-sp-trust-strip > span { flex: 1; min-width: 0; min-height: 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: var(--als-sp-green); text-align: center; }
.als-sp-trust-strip small { color: var(--als-sp-muted); font-size: 10px; font-weight: 650; }

.als-sp-related-inner { padding: 20px 22px; }
.als-sp-related-list { display: flex; flex-direction: column; gap: 9px; }
.als-sp-related-list a { display: flex; align-items: center; gap: 11px; padding: 8px; border-radius: var(--als-sp-r-sm); background: var(--als-sp-surface); transition: background .2s ease, transform .2s ease; }
.als-sp-related-list a:hover { background: rgba(8, 104, 58, .08); transform: translateX(-2px); }
.als-sp-related-list img { width: 52px; height: 52px; object-fit: cover; border-radius: 9px; }
.als-sp-related-list span { min-width: 0; }
.als-sp-related-list strong { display: block; color: var(--als-sp-ink); font-size: 12px; line-height: 1.4; }
.als-sp-related-list small { display: block; margin-top: 2px; color: var(--als-sp-muted); font-size: 10px; line-height: 1.4; }

.als-sp-mobile-bar { display: none; }

.als-sp-reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.als-sp-reveal.is-visible { opacity: 1; transform: none; }

@keyframes alsSpFadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes alsSpFade { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 1100px) {
  .als-sp-summary-inner { padding-inline: 28px; }
  .als-sp-path-copy small { display: none; }
  .als-sp-path-card { min-height: 108px; }
  .als-sp-main-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; }
}

@media (max-width: 900px) {
  .als-sp-hero { grid-template-columns: 1fr; min-height: 0; max-height: none; }
  .als-sp-gallery { height: clamp(285px, 58vw, 470px); }
  .als-sp-gallery-stage { position: relative; height: 100%; }
  .als-sp-summary { overflow: visible; }
  .als-sp-summary-inner { width: 100%; padding: 28px 22px 24px; }
  .als-sp-paths { grid-template-columns: 1fr; gap: 7px; }
  .als-sp-path-card { min-height: 72px; flex-direction: row; align-items: center; text-align: right; padding: 10px 13px; }
  .als-sp-path-icon { margin: 0; width: 39px; height: 39px; }
  .als-sp-path-copy small { display: block; }
  .als-sp-path-check { top: 8px; left: 8px; }
  .als-sp-main-layout { grid-template-columns: 1fr; width: min(100% - 28px, 760px); padding-top: 40px; }
  .als-sp-sidebar { position: static; }
  .als-sp-related-card { display: none; }
  .als-product-page { padding-bottom: 75px; }
  .als-sp-mobile-bar { position: fixed; z-index: 80; bottom: 0; inset-inline: 0; display: flex; gap: 7px; padding: 9px max(12px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); border-top: 1px solid var(--als-sp-border); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); box-shadow: 0 -8px 24px rgba(21, 34, 25, .08); }
  .als-sp-mobile-bar .als-sp-btn { flex: 1; min-width: 0; min-height: 42px; padding-inline: 8px; font-size: 11px; }
}

@media (max-width: 640px) {
  .als-sp-gallery { height: 76vw; min-height: 270px; max-height: 360px; }
  .als-sp-gallery-thumbs { right: 14px; bottom: 14px; flex-direction: row; max-width: calc(100% - 88px); max-height: none; overflow-x: auto; }
  .als-sp-gallery-thumb { width: 48px; height: 48px; flex: 0 0 48px; }
  .als-sp-gallery-counter { left: 14px; bottom: 28px; }
  .als-sp-gallery-badge { top: 14px; right: 14px; max-width: calc(100% - 28px); }
  .als-sp-gallery-arrow { width: 38px; height: 38px; top: 46%; }
  .als-sp-gallery-prev { right: 12px; }
  .als-sp-gallery-next { left: 12px; }
  .als-sp-summary-inner { padding-inline: 16px; }
  .als-sp-title { font-size: 28px; }
  .als-sp-lead { font-size: 14px; }
  .als-sp-form-grid { grid-template-columns: 1fr; }
  .als-sp-action-area { padding: 14px; }
  .als-sp-main-layout { width: min(100% - 24px, 600px); }
  .als-sp-specs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .als-sp-spec-cell { min-height: 100px; }
  .als-sp-features-grid { grid-template-columns: 1fr; }
  .als-sp-section + .als-sp-section { margin-top: 37px; }
  .als-sp-section-title { margin-bottom: 14px; font-size: 25px; }
  .als-sp-sidebar-body { padding-inline: 17px; }
  .als-sp-sidebar-head { padding-inline: 18px; }
}

@media (max-width: 390px) {
  .als-sp-path-copy small { font-size: 10px; }
  .als-sp-quick-actions { flex-direction: column; }
  .als-sp-quick-actions .als-sp-btn { flex-basis: auto; }
  .als-sp-contact-options { flex-direction: column; }
  .als-sp-mobile-bar .als-sp-btn svg { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .als-product-page *,
  .als-product-page *::before,
  .als-product-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .als-sp-reveal { opacity: 1; transform: none; }
}
