/** Shopify CDN: Minification failed

Line 1112:20 Unexpected "{"
Line 1112:29 Expected ":"
Line 1119:20 Unexpected "{"
Line 1119:29 Expected ":"
Line 1120:20 Unexpected "{"
Line 1120:29 Expected ":"
Line 1121:20 Unexpected "{"
Line 1121:29 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:accio-faq (INDEX:0) */
.accio-faq {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding-block: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid #E5E5EA;
}

.accio-faq__inner {
  max-width: 1500px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 5vw, 4rem);
  box-sizing: border-box;
}

/* ── Header ── */
.accio-faq__header {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.accio-faq__label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #1B7F4B;
  margin: 0 0 0.75rem;
}

.accio-faq__heading {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1D1D1F;
  line-height: 1.05;
  margin: 0 0 0.75rem;
}

.accio-faq__subheading {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(1.35rem, 1.8vw, 1.6rem);
  color: #6E6E73;
  line-height: 1.55;
  margin: 0;
}

/* ── Groups ── */
.accio-faq__groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 4vw, 3rem) clamp(3rem, 6vw, 6rem);
}

@media screen and (max-width: 989px) {
  .accio-faq__groups {
    grid-template-columns: 1fr;
  }
}

.accio-faq__group-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1B7F4B;
  margin: 0 0 0.75rem;
}

.accio-faq__group-icon {
  font-size: 1.06rem;
  line-height: 1;
}

.accio-faq__items {
  border-top: 1px solid #E5E5EA;
}

/* ── Item ── */
.accio-faq__item {
  border-bottom: 1px solid #E5E5EA;
}

.accio-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: none;
  border: none;
  padding: 1.1rem 0;
  cursor: pointer;
  text-align: left;
  color: #1D1D1F;
  transition: color 0.18s ease;
}

.accio-faq__question:hover {
  color: #1B7F4B;
}

.accio-faq__question[aria-expanded="true"] {
  color: #1B7F4B;
}

.accio-faq__question-text {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(1.29rem, 1.5vw, 1.48rem);
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
}

.accio-faq__chevron {
  flex-shrink: 0;
  color: #6E6E73;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s ease;
  display: flex;
  align-items: center;
}

.accio-faq__question[aria-expanded="true"] .accio-faq__chevron {
  transform: rotate(180deg);
  color: #1B7F4B;
}

/* ── Answer ── */
.accio-faq__answer {
  overflow: hidden;
}

.accio-faq__answer[hidden] {
  display: block;
  max-height: 0;
  visibility: hidden;
}

.accio-faq__answer:not([hidden]) {
  max-height: 600px;
  visibility: visible;
}

.accio-faq__answer-inner {
  padding-bottom: 1.1rem;
  font-family: 'Barlow', sans-serif;
  font-size: clamp(1.21rem, 1.25vw, 1.32rem);
  color: #6E6E73;
  line-height: 1.7;
}

/* Smooth open/close transition */
.accio-faq__answer {
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0.35s ease;
}

/* ── Mobile ── */
@media screen and (max-width: 749px) {
  .accio-faq {
    padding-block: clamp(2.5rem, 8vw, 4rem);
  }

  .accio-faq__question {
    padding: 1rem 0;
  }
}
/* END_SECTION:accio-faq */

/* START_SECTION:accio-feature-row (INDEX:1) */
.accio-feature-row,
.accio-feature-row * {
  box-sizing: border-box;
}

.accio-feature-row {
  width: 100%;
  background-color: var(--afr-bg, #FFFFFF);
  color: var(--afr-text-primary, #1D1D1F);
  overflow: hidden;
}

.accio-feature-row__shell {
  width: min(1600px, calc(100% - 64px));
  max-width: 1600px;
  margin-inline: auto;
  padding-top: max(40px, var(--afr-padding-top, 40px));
  padding-bottom: max(40px, var(--afr-padding-bottom, 40px));
}

.accio-feature-row__label-bar {
  text-align: center;
  padding-inline: 1.5rem;
  margin-bottom: 14px;
}

.accio-feature-row__label {
  display: block;
  font-family: var(--afr-title-family, 'Bebas Neue', 'Oswald', sans-serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, var(--afr-section-label-size, 4.8rem));
  letter-spacing: 0.05em;
  line-height: .98;
  text-transform: uppercase;
  color: var(--afr-feature-heading-color, #1B7F4B);
}

.accio-feature-row__intro {
  max-width: 760px;
  margin: .9rem auto 0;
  color: var(--afr-text-secondary, #6E6E73);
  font-family: var(--afr-body-family, 'Barlow', sans-serif);
  font-size: clamp(1.25rem, 1.5vw, var(--afr-section-intro-size, 1.55rem));
  font-weight: 600;
  line-height: 1.5;
}

.accio-feature-row__gallery-wrap {
  position: relative;
}

.accio-feature-row__gallery {
  display: flex;
  align-items: stretch;
  gap: var(--afr-gap, 10px);
  height: var(--afr-gallery-height, 520px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.accio-feature-row__card {
  position: relative;
  flex: var(--afr-collapsed-grow, 1.2) 1 0;
  min-width: 0;
  border-radius: var(--afr-radius, 10px);
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  background: #101312;
  box-shadow: none;
  transition:
    flex-grow 560ms cubic-bezier(.2, .8, .2, 1),
    opacity 320ms ease,
    filter 320ms ease,
    transform 320ms ease;
}

.accio-feature-row__card.is-active {
  flex-grow: var(--afr-active-grow, 7);
  cursor: default;
}

.accio-feature-row__card:not(.is-active) {
  opacity: .9;
  filter: saturate(.82) contrast(.95);
}

.accio-feature-row__card::before,
.accio-feature-row__card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.accio-feature-row__card::before {
  z-index: 2;
  background:
    linear-gradient(to top, rgba(0,0,0,var(--afr-overlay-opacity, .48)) 0%, rgba(0,0,0,.18) 38%, rgba(0,0,0,.02) 72%),
    linear-gradient(to right, rgba(0,0,0,.32), rgba(0,0,0,0) 46%);
}

.accio-feature-row__card:not(.is-active)::after {
  z-index: 3;
  background: rgba(255,255,255,var(--afr-inactive-overlay-opacity, .18));
}

.accio-feature-row__card:focus-visible {
  outline: 3px solid var(--afr-accent, #1B7F4B);
  outline-offset: 4px;
}

.accio-feature-row__card-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.accio-feature-row__media,
.accio-feature-row__placeholder {
  width: 100%;
  height: 100%;
}

.accio-feature-row__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.accio-feature-row__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 760ms cubic-bezier(.2, .8, .2, 1);
}

.accio-feature-row__card.is-active .accio-feature-row__image {
  transform: scale(1.035);
}

.accio-feature-row__placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(27,127,75,.24), rgba(245,245,247,.92));
}

.accio-feature-row__placeholder-svg {
  width: 42%;
  height: 42%;
  opacity: .36;
}

.accio-feature-row__media-icon {
  font-size: clamp(4rem, 10vw, 8rem);
}

.accio-feature-row__content {
  position: absolute;
  left: clamp(18px, 2.4vw, 34px);
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 5;
  max-width: min(620px, calc(100% - 36px));
  padding: clamp(14px, 1.6vw, 22px);
  border-radius: min(16px, var(--afr-radius, 10px));
  background: rgba(0,0,0,var(--afr-caption-bg-opacity, .52));
  color: var(--afr-card-text, #FFFFFF);
  text-align: left;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 280ms ease 80ms, transform 280ms ease 80ms;
  backdrop-filter: blur(12px);
}

.accio-feature-row__card.is-active .accio-feature-row__content {
  opacity: 1;
  transform: translateY(0);
}

.accio-feature-row__tag {
  margin: 0 0 .55rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 1.2vw, var(--afr-tag-size, 18px));
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--afr-feature-tag-color, #1B7F4B);
}

.accio-feature-row__title {
  margin: 0 0 .55rem;
  font-family: var(--afr-title-family, 'Bebas Neue', 'Oswald', sans-serif);
  font-size: clamp(2.25rem, 4vw, var(--afr-title-size, 3rem));
  font-weight: var(--afr-title-weight, 400);
  letter-spacing: 0.04em;
  line-height: var(--afr-title-line-height, 1);
  text-transform: uppercase;
  color: var(--afr-feature-title-color, #1B7F4B);
}

.accio-feature-row__benefit {
  margin: 0 0 .55rem;
  color: var(--afr-feature-benefit-color, #FFFFFF);
  font-family: var(--afr-body-family, 'Barlow', sans-serif);
  font-size: clamp(1.18rem, 1.55vw, var(--afr-benefit-size, 20px));
  font-weight: var(--afr-benefit-weight, 700);
  line-height: var(--afr-benefit-line-height, 1.32);
}

.accio-feature-row__desc {
  margin: 0;
  color: var(--afr-feature-desc-color, #D9DEDB);
  font-family: var(--afr-body-family, 'Barlow', sans-serif);
  font-size: clamp(1.05rem, 1.35vw, var(--afr-desc-size, 1.4rem));
  font-weight: var(--afr-desc-weight, 600);
  line-height: var(--afr-desc-line-height, 1.42);
}

.accio-feature-row__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 1rem;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 999px;
  padding: .68rem 1.35rem;
  color: var(--afr-card-text, #FFFFFF);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.accio-feature-row__button:hover {
  border-color: var(--afr-accent, #1B7F4B);
  background: var(--afr-accent, #1B7F4B);
  color: #FFFFFF;
}

.accio-feature-row__arrows {
  display: none;
}

@media (hover: hover) {
  .accio-feature-row__card:hover {
    opacity: 1;
    filter: saturate(1) contrast(1);
  }
}

@media screen and (max-width: 989px) {
  .accio-feature-row__content {
    max-width: min(560px, calc(100% - 28px));
  }
}

@media screen and (max-width: 749px) {
  .accio-feature-row__shell {
    width: min(100% - 28px, var(--afr-max-width, 1440px));
  }

  .accio-feature-row__label-bar {
    margin-bottom: 14px;
    padding-inline: 0;
  }

  .accio-feature-row__label {
    font-size: clamp(3rem, 11vw, 4.6rem);
  }

  .accio-feature-row__intro {
    font-size: 1.28rem;
    line-height: 1.45;
  }

  .accio-feature-row__gallery {
    height: var(--afr-mobile-height, 440px);
    gap: max(10px, calc(var(--afr-gap, 10px) * .8));
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
  }

  .accio-feature-row__gallery::-webkit-scrollbar {
    display: none;
  }

  .accio-feature-row__card,
  .accio-feature-row__card.is-active,
  .accio-feature-row__card:not(.is-active) {
    flex: 0 0 84%;
    min-width: 84%;
    scroll-snap-align: center;
    opacity: 1;
    filter: none;
  }

  .accio-feature-row__card:not(.is-active)::after {
    background: rgba(255,255,255,.08);
  }

  .accio-feature-row__content,
  .accio-feature-row__card.is-active .accio-feature-row__content {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    padding: 14px;
    opacity: 1;
    transform: none;
  }

  .accio-feature-row__tag {
    font-size: 1rem;
    margin-bottom: .45rem;
  }

  .accio-feature-row__title {
    font-size: clamp(2.25rem, 8vw, 3.3rem);
  }

  .accio-feature-row__benefit {
    font-size: 1.18rem;
  }

  .accio-feature-row__desc {
    font-size: 1.06rem;
    line-height: 1.36;
  }

  .accio-feature-row__button {
    margin-top: .8rem;
    font-size: 1rem;
    padding: .62rem 1.1rem;
  }

  .accio-feature-row__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
  }

  .accio-feature-row__arrow {
    display: inline-grid;
    place-items: center;
    width: var(--afr-arrow-size, 40px);
    height: var(--afr-arrow-size, 40px);
    border: 0;
    border-radius: 999px;
    background: var(--afr-arrow-bg, #ececef);
    color: var(--afr-arrow-color, #55575c);
    cursor: pointer;
    font: inherit;
    box-shadow: none;
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
  }

  .accio-feature-row__arrow span {
    display: block;
    margin-top: -2px;
    font-size: calc(var(--afr-arrow-size, 40px) * .72);
    font-weight: 800;
    line-height: 1;
  }

  .accio-feature-row__arrow:active {
    transform: scale(.94);
  }

  .accio-feature-row__arrow:hover {
    background: var(--afr-arrow-hover-bg, #d8dade);
    color: var(--afr-arrow-hover-color, #222326);
  }
}
/* END_SECTION:accio-feature-row */

/* START_SECTION:accio-hero (INDEX:2) */
.accio-hero { width: 100%; min-height: 100vh; position: relative; display: flex; align-items: stretch; overflow: visible; box-sizing: border-box; background: #0a0a0a; }
.accio-hero__video-wrap { position: absolute; inset: 0; z-index: 0; overflow: hidden; background-color: #0a0a0a; background-image: var(--accio-hero-poster-desktop); background-size: cover; background-position: center; }
.accio-hero__video { width: 100%; height: 100%; object-fit: cover; display: block; }
.accio-hero__poster { position: absolute; inset: 0; z-index: 1; display: block; pointer-events: none; opacity: 1; transition: opacity .45s ease; }
.accio-hero__poster img { width: 100%; height: 100%; display: block; object-fit: cover; }
.accio-hero__video-wrap[data-video-ready="true"] .accio-hero__poster { opacity: 0; }
.accio-hero__overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.05) 35%, rgba(0,0,0,0.05) 60%, rgba(0,0,0,0.65) 100%); }
.accio-hero__inner { position: relative; z-index: 3; width: 100%; max-width: 860px; margin-inline: auto; padding-inline: clamp(1.5rem, 5vw, 4rem); padding-block: clamp(3.5rem, 8vw, 6rem); box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; min-height: 100vh; text-align: center; }
.accio-hero__top { display: flex; flex-direction: column; align-items: center; }
.accio-hero__label { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: clamp(0.95rem, 1.3vw, 1.25rem); letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin: 0 0 0.75rem 0; }
.accio-hero__heading { line-height: 1; margin: 0 0 1rem 0; }
.accio-hero__tagline { font-family: 'Barlow Condensed', sans-serif; font-weight: 400; font-size: clamp(1.57rem, 3.5vw, 2.69rem); letter-spacing: 0.01em; color: rgba(255,255,255,0.90); margin: 0; line-height: 1.1; font-style: italic; }
.accio-hero__logo { display: block; width: min(56vw, 520px); height: auto; filter: drop-shadow(0 2px 34px rgba(0,0,0,0.22)); }
.accio-hero__bottom { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.accio-hero__subheading { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: clamp(1.35rem, 2.2vw, 1.85rem); color: rgba(255,255,255,0.70); margin: 0; line-height: 1.5; letter-spacing: 0.04em; }
.accio-hero__button { display: inline-block; background-color: rgba(255,255,255,0.15); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: #FFFFFF; border: 1.5px solid rgba(255,255,255,0.50); font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 1.25rem; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; padding: 1rem 3rem; border-radius: 50px; transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
.accio-hero__button:hover { background-color: rgba(255,255,255,0.28); border-color: rgba(255,255,255,0.85); transform: scale(1.03); }
.accio-hero__media-btn { position: absolute; z-index: 4; bottom: 2rem; right: 2rem; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.45); background: rgba(28,28,28,0.55); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease; }
.accio-hero__media-btn:hover { background: rgba(55,55,55,0.75); border-color: rgba(255,255,255,0.80); transform: scale(1.1); }
.accio-hero__media-btn:focus-visible { outline: 2px solid #1B7F4B; outline-offset: 3px; }
@media screen and (max-width: 749px) {
  .accio-hero { min-height: 0; aspect-ratio: 3 / 4; align-items: stretch; }
  .accio-hero__video, .accio-hero__poster img { object-fit: contain; object-position: center center; }
  .accio-hero__video-wrap { background-image: none; background-size: contain; background-position: center center; background-repeat: no-repeat; }
  .accio-hero__overlay { background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.00) 22%, rgba(0,0,0,0.00) 72%, rgba(0,0,0,0.75) 100%); }
  .accio-hero__inner { min-height: 0; height: 100%; padding-inline: 1.25rem; padding-block: 1rem 1.25rem; }
  .accio-hero__top { margin-top: 40px; }
  .accio-hero__heading { font-size: clamp(3.12rem, 18.2vw, 4.81rem); margin-bottom: 0.45rem; }
  .accio-hero__tagline { font-size: clamp(1.34rem, 5.2vw, 1.72rem); }
  .accio-hero__label   { font-size: clamp(0.95rem, 1.3vw, 1.25rem); letter-spacing: 0.12em; margin-bottom: 0.35rem; }
  .accio-hero__subheading { font-size: clamp(1.1rem, 1.8vw, 1.45rem); letter-spacing: 0.03em; }
  .accio-hero__button  { padding: 0.62rem 1.55rem; font-size: 1.11rem; }
  .accio-hero__bottom  { gap: 0.8rem; margin-bottom: 40px; }
  .accio-hero__media-btn { display: none; }
}
/* END_SECTION:accio-hero */

/* START_SECTION:accio-highlights (INDEX:3) */
.accio-highlights {
  width: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

.accio-highlights__story {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  background-image: var(--story-outer-bg-image, none);
  background-size: var(--story-outer-bg-size, cover);
  background-position: var(--story-outer-bg-position, center center);
  background-repeat: no-repeat;
  color: var(--story-text, #514D47);
  padding: var(--story-outer-padding-top, 40px) clamp(1.5rem, 4vw, 4rem) var(--story-outer-padding-bottom, 40px);
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
}

.accio-highlights__story::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--story-outer-overlay-color, #000000);
  opacity: var(--story-outer-overlay-opacity, 0);
  pointer-events: none;
}

.accio-highlights__story > * {
  position: relative;
  z-index: 1;
}

.accio-highlights__story-inner {
  max-width: 1400px;
  min-height: 0;
  height: var(--story-bg-height, 280px);
  max-height: none;
  margin-inline: auto;
  padding: 40px clamp(1.5rem, 5.4vw, 6rem);
  box-sizing: border-box;
  background: var(--story-bg-glass, rgba(245, 245, 247, 0.6));
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(29, 29, 31, 0.08), 0 2px 10px rgba(29, 29, 31, 0.04);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(180px, 260px) minmax(280px, 0.82fr);
  gap: clamp(2rem, 4.4vw, 5rem);
  align-items: center;
  align-content: center;
}

.accio-highlights__story-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1rem, 1.15vw, var(--story-eyebrow-size, 18px));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--story-muted, #6A645D);
  margin: 0 0 clamp(1.7rem, 2.2vw, 2.4rem);
}

.accio-highlights__story-heading {
  margin: 0;
  color: var(--story-text, #514D47);
  font-family: var(--story-heading-font, 'Barlow', sans-serif);
  font-weight: var(--story-heading-weight, 400);
  font-size: clamp(3.4rem, 4.4vw, var(--story-heading-size, 82px));
  line-height: var(--story-heading-line-height, 1);
  letter-spacing: 0;
}

.accio-highlights__story-heading span,
.accio-highlights__story-heading em {
  display: block;
}

.accio-highlights__story-heading em {
  width: fit-content;
  margin-top: 0.08em;
  margin-left: clamp(8rem, 12vw, 14rem);
  font-family: var(--story-script-font, Georgia, 'Times New Roman', serif);
  font-size: clamp(3rem, 3.8vw, var(--story-script-size, 64px));
  font-style: italic;
  font-weight: var(--story-script-weight, 400);
  line-height: 0.92;
  white-space: nowrap;
}

.accio-highlights__story-media {
  width: 100%;
  max-width: 260px;
  justify-self: center;
}

.accio-highlights__story-media img,
.accio-highlights__story-media-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.86;
  object-fit: contain;
}

.accio-highlights__story-media-placeholder {
  border: 1px dashed rgba(81, 77, 71, 0.32);
  border-radius: 18px;
  color: rgba(81, 77, 71, 0.58);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
}

.accio-highlights__story-aside {
  max-width: 430px;
}

.accio-highlights__story-aside p {
  font-family: var(--story-body-font, 'Barlow', sans-serif);
  font-size: clamp(1.18rem, 1.08vw, var(--story-body-size, 18px));
  font-weight: var(--story-body-weight, 600);
  line-height: var(--story-body-line-height, 1.4);
  color: var(--story-muted, #6A645D);
  margin: 0 0 2rem;
}

.accio-highlights__story-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  background: var(--story-button-bg, #514D47);
  color: var(--story-button-text, #F8F2EA);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: var(--story-button-size, 20px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease;
}

.accio-highlights__story-button:hover {
  background: var(--story-button-hover-bg, #1D1D1F);
  transform: translateY(-2px);
}

@media screen and (max-width: 989px) {
  .accio-highlights__story-inner {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
    height: auto;
    max-height: none;
    gap: 2.5rem;
  }
  .accio-highlights__story-copy {
    grid-column: 1 / -1;
  }
  .accio-highlights__story-heading em {
    margin-left: clamp(7rem, 24vw, 16rem);
  }
  .accio-highlights__story-aside {
    max-width: 620px;
  }
}

@media screen and (max-width: 749px) {
  .accio-highlights__story {
    padding: 40px 1.5rem;
  }
  .accio-highlights__story-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 34px 1.5rem 36px;
    border-radius: 22px;
    gap: 0.85rem;
  }
  .accio-highlights__story-eyebrow {
    margin-bottom: 1.1rem;
  }
  .accio-highlights__story-heading {
    font-size: clamp(2.8rem, 11vw, var(--story-heading-size-mobile, 42px));
  }
  .accio-highlights__story-heading em {
    margin-left: clamp(3rem, 14vw, 6rem);
    font-size: clamp(2.6rem, 10vw, var(--story-script-size-mobile, 38px));
    white-space: normal;
  }
  .accio-highlights__story-media {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
  }
  .accio-highlights__story-media img {
    width: min(78vw, 270px);
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center center;
  }
  .accio-highlights__story-aside {
    margin-top: 0;
  }
  .accio-highlights__story-aside p {
    font-size: 1.18rem;
    margin-bottom: 1.35rem;
  }
  .accio-highlights__story-button {
    min-height: 44px;
    padding: 0.78rem 1.45rem;
    font-size: 1.12rem;
  }
}
/* END_SECTION:accio-highlights */

/* START_SECTION:accio-how-it-works (INDEX:4) */
.accio-how-to {
  padding-block: clamp(4rem, 8vw, 8rem);
  background: #FFFFFF;
}

.accio-how-to__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(4rem, 10vw, 10rem);
}

/* ── Hero ── */
.accio-how-to__hero {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
}

.accio-how-to__label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #1B7F4B;
  margin-bottom: 1rem;
}

.accio-how-to__heading {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1D1D1F;
  line-height: 1.02;
  margin-bottom: 1.5rem;
}

.accio-how-to__sub {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(1.35rem, 1.8vw, 1.6rem);
  color: #6E6E73;
  line-height: 1.6;
}

/* ── Hardware & Steps Grid ── */
.accio-how-to__hardware-grid,
.accio-how-to__step-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 6rem);
}

.accio-how-to__step-grid--reverse .accio-how-to__step-content { order: 2; }
.accio-how-to__step-grid--reverse .accio-how-to__step-media { order: 1; }

.accio-how-to__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  color: #1D1D1F;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.accio-how-to__title--center { text-align: center; }

.accio-how-to__hardware-img,
.accio-how-to__step-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.accio-how-to__placeholder {
  aspect-ratio: 4 / 3;
  background: #f5f5f7;
  border-radius: 12px;
  overflow: hidden;
}

.accio-how-to__hardware-specs {
  font-family: 'Barlow', sans-serif;
  font-size: 1.25rem;
  color: #424245;
  line-height: 1.8;
}

.accio-how-to__hardware-specs strong {
  color: #1D1D1F;
  display: block;
  margin-top: 1.2rem;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── Steps ── */
.accio-how-to__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #1B7F4B;
  color: #FFF;
  border-radius: 50%;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.accio-how-to__step-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  text-transform: uppercase;
  color: #1D1D1F;
  margin-bottom: 1.2rem;
  letter-spacing: 0.02em;
}

.accio-how-to__step-text {
  font-family: 'Barlow', sans-serif;
  font-size: 1.25rem;
  color: #6E6E73;
  line-height: 1.7;
}

/* ── Features Grid ── */
.accio-how-to__features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 2rem;
}

.accio-how-to__feature-item h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #1B7F4B;
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
}

.accio-how-to__feature-item p {
  font-family: 'Barlow', sans-serif;
  font-size: 1.18rem;
  color: #6E6E73;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 749px) {
  .accio-how-to__hardware-grid,
  .accio-how-to__step-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .accio-how-to__step-grid--reverse .accio-how-to__step-content { order: 1; }
  .accio-how-to__step-grid--reverse .accio-how-to__step-media { order: 2; }
  
  .accio-how-to__step-num { margin-inline: auto; }
  
  .accio-how-to__features-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
/* END_SECTION:accio-how-it-works */

/* START_SECTION:accio-reviews (INDEX:6) */
.accio-reviews{width:100%;background:#F5F5F7;box-sizing:border-box;padding-block:clamp(2.5rem,5vw,4.5rem);position:relative;overflow:hidden;isolation:isolate}
.accio-reviews--has-bg{background-color:transparent!important;background-image:var(--reviews-bg-image)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important}
.accio-reviews__custom-bg{position:absolute;inset:0;z-index:0;pointer-events:none;background:var(--reviews-bg-image) center center/cover no-repeat;filter:blur(var(--reviews-bg-blur,0));transform:scale(1.06);opacity:1}
.accio-reviews__custom-bg::after{content:"";position:absolute;inset:-2px;background:var(--reviews-overlay-color,#000);opacity:var(--reviews-overlay-opacity,.4)}
.accio-reviews__inner{max-width:1200px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,6rem);text-align:center;margin-bottom:clamp(1.5rem,3vw,2rem);position:relative;z-index:2}
.accio-reviews__carousel-wrap{max-width:1200px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,6rem);position:relative;z-index:2}
.accio-reviews__label{font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size: 1.5rem;letter-spacing:.25em;text-transform:uppercase;color:#36C486;margin:0 0 1rem;text-shadow:0 2px 14px rgba(0,0,0,.35)}
.accio-reviews__heading{font-family:'Bebas Neue','Oswald',sans-serif;font-size:clamp(2.2rem,5vw,4rem);font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:#28B879;margin:0 0 .75rem;line-height:1.02;text-shadow:0 3px 18px rgba(0,0,0,.42)}
.accio-reviews__subheading{font-family:'Barlow',sans-serif;font-size:clamp(1.35rem,1.8vw,1.6rem);color:rgba(255,255,255,.9);margin:0;line-height:1.6;text-shadow:0 2px 12px rgba(0,0,0,.38)}
.accio-reviews__proof{display:flex;align-items:center;justify-content:center;gap:1rem 1.4rem;flex-wrap:wrap;margin-top:1.5rem}
.accio-reviews__score{display:inline-flex;align-items:center;gap:.75rem;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(10,12,12,.62);box-shadow:0 12px 30px rgba(0,0,0,.18);backdrop-filter:blur(12px);padding:.55rem .9rem}
.accio-reviews__score-number{font-family:'Bebas Neue','Oswald',sans-serif;font-size: 1.96rem;line-height:1;color:#1D1D1F;letter-spacing:.04em}
.accio-reviews__score .accio-reviews__score-number{color:#FFF}
.accio-reviews__score-copy{font-family:'Barlow',sans-serif;font-size: 0.97rem;line-height:1.25;color:rgba(255,255,255,.88);text-align:left;max-width:13rem}
.accio-reviews__tags{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}
.accio-reviews__tags span{border:1px solid rgba(74,218,148,.42);border-radius:999px;background:rgba(27,127,75,.34);box-shadow:0 10px 26px rgba(0,0,0,.16);backdrop-filter:blur(10px);color:#DDFBEA;font-family:'Barlow Condensed',sans-serif;font-size: 1.05rem;font-weight:600;letter-spacing:.08em;line-height:1;text-transform:uppercase;padding:.55rem .7rem}
.accio-reviews__carousel{position:relative;cursor:grab;user-select:none}
.accio-reviews__carousel:active{cursor:grabbing}
.accio-reviews__track-wrap{overflow-x:clip;overflow-y:visible;border-radius:24px;padding-block:10px;margin-inline:-28px;padding-inline:28px}
.accio-reviews__track{display:flex;gap:20px;transition:transform .45s cubic-bezier(.25,.46,.45,.94);will-change:transform}
.accio-reviews__card{flex:0 0 calc((100% - 40px)/3);background:rgba(14,16,16,.58);border:1px solid rgba(255,255,255,.22);border-radius:14px;padding:clamp(1.35rem,2.5vw,2rem);box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease,opacity .35s ease,clip-path .35s ease;transform-style:preserve-3d;backface-visibility:hidden;box-shadow:0 18px 42px rgba(0,0,0,.2);backdrop-filter:blur(12px);color:#FFF}
.accio-reviews__card--center{background:#111413;border-color:rgba(74,218,148,.58);border-radius:10px;box-shadow:0 20px 56px rgba(0,0,0,.36),0 0 0 1px rgba(74,218,148,.18);clip-path:inset(0 round 10px);opacity:1;transform:scale(1.03)}
.accio-reviews__card--side{background:rgba(17,20,20,.46);border-color:rgba(255,255,255,.18);clip-path:inset(0 round 12px);opacity:.78;transform:scale(.96)}
.accio-reviews__card--side-right{background:rgba(17,20,20,.46);border-color:rgba(255,255,255,.18);clip-path:inset(0 round 12px);opacity:.78;transform:scale(.96)}
.accio-reviews__card-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
.accio-reviews__stars{display:flex;gap:2px}
.accio-reviews__star{font-size: 1.23rem;color:#D1D1D6;line-height:1}
.accio-reviews__star--filled{color:#F5A623}
.accio-reviews__verified{font-family:'Barlow Condensed',sans-serif;font-size: 0.89rem;font-weight:600;letter-spacing:.08em;color:#DDFBEA;text-transform:uppercase;border:1px solid rgba(74,218,148,.38);border-radius:999px;background:rgba(27,127,75,.3);padding:.32rem .52rem;line-height:1}
.accio-reviews__card-title{font-family:'Barlow Condensed',sans-serif;font-size:clamp(1.4rem, 1.65vw, 1.74rem);font-weight:600;letter-spacing:.02em;line-height:1.08;color:#FFF;margin:.1rem 0 0;text-transform:none}
.accio-reviews__quote{font-family:'Barlow',sans-serif;font-size:clamp(1.05rem,1.2vw,1.12rem);color:rgba(255,255,255,.84);line-height:1.62;margin:0;font-style:normal;flex-grow:1}
.accio-reviews__context{width:fit-content;border-radius:999px;background:rgba(27,127,75,.28);border:1px solid rgba(74,218,148,.34);color:#DDFBEA;font-family:'Barlow Condensed',sans-serif;font-size: 0.85rem;font-weight:600;letter-spacing:.08em;line-height:1;text-transform:uppercase;margin:0;padding:.48rem .62rem}
.accio-reviews__author{display:flex;align-items:center;gap:.875rem;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}
.accio-reviews__avatar{width:40px;height:40px;border-radius:50%;background:#1D1D1F;color:#FFF;font-family:'Bebas Neue',sans-serif;font-size: 1.23rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.05em}
.accio-reviews__name{font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:1.06rem;color:#FFF;margin:0;letter-spacing:.03em}
.accio-reviews__meta{font-family:'Barlow',sans-serif;font-size: 1.06rem;color:rgba(255,255,255,.72);margin:0}
.accio-reviews__indicators{display:flex;justify-content:center;gap:8px;margin-top:2rem;padding-bottom:.5rem}
.accio-reviews__dot{width:8px;height:8px;border-radius:50%;border:none;background:#D1D1D6;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease;appearance:none}
.accio-reviews__dot.active{background:#1B7F4B;transform:scale(1.35)}
.accio-reviews__dot:focus-visible{outline:2px solid #1B7F4B;outline-offset:2px}
@media screen and (max-width:989px){.accio-reviews__card{flex:0 0 calc((100% - 20px)/2)}}
@media screen and (max-width:749px){.accio-reviews__proof{align-items:stretch;flex-direction:column}.accio-reviews__score{justify-content:center}.accio-reviews__score-copy{text-align:left}.accio-reviews__card{flex:0 0 85%;clip-path:inset(0 round 12px)}.accio-reviews__card--center,.accio-reviews__card--side,.accio-reviews__card--side-right{transform:none;opacity:1;box-shadow:0 18px 42px rgba(0,0,0,.24);border-color:rgba(74,218,148,.36);clip-path:inset(0 round 12px)}.accio-reviews__carousel-wrap{padding-inline:1.5rem}}
/* END_SECTION:accio-reviews */

/* START_SECTION:accio-timer-compare (INDEX:7) */
.accio-compare {
  width: 100%;
  min-height: 0;
  height: auto;
  background: #FFFFFF;
  box-sizing: border-box;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 40px 0;
}

.accio-compare__inner {
  width: 1600px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Desktop: force the whole comparison content to a true 1600px centered container.
   On narrower desktop screens, keep 40px safe space on both sides. */
@media screen and (min-width: 990px) {
  #shopify-section-{{ section.id }} .accio-compare__inner {
    width: 1600px !important;
    max-width: calc(100% - 80px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #shopify-section-{{ section.id }} .accio-compare__header,
  #shopify-section-{{ section.id }} .accio-compare__table-wrap,
  #shopify-section-{{ section.id }} .accio-compare__bottom {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.accio-compare__header {
  width: 100%;
  max-width: 1600px;
  margin-bottom: clamp(1.5rem, 2.5vw, 2.2rem);
}

.accio-compare__label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #1F7A4D;
  margin: 0 0 .65rem;
}

.accio-compare__heading {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  font-weight: 400;
  letter-spacing: .03em;
  line-height: .98;
  text-transform: none;
  color: #1F1F1F;
  margin: 0;
}

.accio-compare__subheading {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(1.35rem, 1.8vw, 1.6rem);
  color: #6F6F6F;
  line-height: 1.5;
  margin: 1rem 0 0;
}

.accio-compare__table-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid #E5E5E0;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 20px 60px rgba(17, 17, 17, .07);
}

.accio-compare__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: 'Barlow', sans-serif;
}

.accio-compare__table th,
.accio-compare__table td {
  border-bottom: 1px solid #E5E5E0;
  border-right: 1px solid #E5E5E0;
  vertical-align: middle;
}

.accio-compare__table th:last-child,
.accio-compare__table td:last-child {
  border-right: 0;
}

.accio-compare__table tr:last-child th,
.accio-compare__table tr:last-child td {
  border-bottom: 0;
}

/* ── thead th 基础 ── */
.accio-compare__table thead th {
  height: calc(var(--compare-product-image-height, 120px) + 48px);
  padding: 1.15rem 1.2rem 1.2rem;
  background: #111111;
  color: #FFFFFF;
  text-align: left;
  vertical-align: bottom;

  /* BorderGlow vars */
  --edge-proximity: 0;
  --cursor-angle: 45deg;
  --edge-sensitivity: 30;
  --color-sensitivity: calc(var(--edge-sensitivity) + 20);
  --cone-spread: 25;
  --glow-padding: 36px;
  --fill-opacity: 0.45;
  /* 品牌绿配色 */
  --glow-color:    hsl(152deg 62% 42% / 100%);
  --glow-color-60: hsl(152deg 62% 42% / 60%);
  --glow-color-50: hsl(152deg 62% 42% / 50%);
  --glow-color-40: hsl(152deg 62% 42% / 40%);
  --glow-color-30: hsl(152deg 62% 42% / 30%);
  --glow-color-20: hsl(152deg 62% 42% / 20%);
  --glow-color-10: hsl(152deg 62% 42% / 10%);
  /* mesh gradient — 品牌绿色系 */
  --gradient-one:   radial-gradient(at 80% 55%, #1B7F4B 0px, transparent 50%);
  --gradient-two:   radial-gradient(at 69% 34%, #36cfab 0px, transparent 50%);
  --gradient-three: radial-gradient(at  8%  6%, #0d4f2e 0px, transparent 50%);
  --gradient-four:  radial-gradient(at 41% 38%, #1B7F4B 0px, transparent 50%);
  --gradient-five:  radial-gradient(at 86% 85%, #36cfab 0px, transparent 50%);
  --gradient-six:   radial-gradient(at 82% 18%, #0d4f2e 0px, transparent 50%);
  --gradient-seven: radial-gradient(at 51%  4%, #1B7F4B 0px, transparent 50%);
  --gradient-base:  linear-gradient(#1B7F4B 0 100%);
  --card-bg: #111111;

  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.accio-compare__table thead th:first-child {
  width: 20%;
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: clamp(2.4rem, 2.8vw, 3.2rem);
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  overflow: hidden;
}

.accio-compare__feature-heading,
.accio-compare__heading-text {
  position: absolute;
  left: 1.2rem;
  z-index: 5;
}

.accio-compare__feature-heading {
  display: block;
  bottom: calc(1.2rem + 28px);
  line-height: 1;
}

.accio-compare__heading-text {
  display: block;
  bottom: 1.2rem;
  max-width: 58%;
  min-height: 72px;
  padding-right: .4rem;
}

/* PHOBINEY 主推列 — 更亮的绿 */
.accio-compare__primary-col {
  position: relative;
  background: #151A17 !important;
  --card-bg: #151A17;
  --glow-color:    hsl(152deg 72% 50% / 100%);
  --glow-color-60: hsl(152deg 72% 50% / 60%);
  --glow-color-50: hsl(152deg 72% 50% / 50%);
  --glow-color-40: hsl(152deg 72% 50% / 40%);
  --glow-color-30: hsl(152deg 72% 50% / 30%);
  --glow-color-20: hsl(152deg 72% 50% / 20%);
  --glow-color-10: hsl(152deg 72% 50% / 10%);
}

.accio-compare__product-link {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.accio-compare__product-link:focus-visible {
  outline: 2px solid #36C486;
  outline-offset: -4px;
}

/* ── 三层伪元素 + .col-edge-light ── */
.accio-compare__table thead th::before,
.accio-compare__table thead th::after,
.accio-compare__table thead th > .col-edge-light {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}

/* 非 hover 时淡出 */
.accio-compare__table thead th:not(:hover)::before,
.accio-compare__table thead th:not(:hover)::after,
.accio-compare__table thead th:not(:hover) > .col-edge-light {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}

/* Layer 1 — mesh-gradient 边框扫光 */
.accio-compare__table thead th::before {
  z-index: 2;
  border: 1px solid transparent;
  background:
    linear-gradient(var(--card-bg) 0 100%) padding-box,
    linear-gradient(rgb(255 255 255 / 0%) 0 100%) border-box,
    var(--gradient-one)   border-box,
    var(--gradient-two)   border-box,
    var(--gradient-three) border-box,
    var(--gradient-four)  border-box,
    var(--gradient-five)  border-box,
    var(--gradient-six)   border-box,
    var(--gradient-seven) border-box,
    var(--gradient-base)  border-box;
  opacity: calc(
    (var(--edge-proximity) - var(--color-sensitivity))
    / (100 - var(--color-sensitivity))
  );
  mask-image: conic-gradient(
    from var(--cursor-angle) at center,
    black       calc(var(--cone-spread) * 1%),
    transparent calc((var(--cone-spread) + 15) * 1%),
    transparent calc((100 - var(--cone-spread) - 15) * 1%),
    black       calc((100 - var(--cone-spread)) * 1%)
  );
}

/* Layer 2 — mesh-gradient 背景填充 */
.accio-compare__table thead th::after {
  z-index: 1;
  border: 1px solid transparent;
  background:
    var(--gradient-one)   padding-box,
    var(--gradient-two)   padding-box,
    var(--gradient-three) padding-box,
    var(--gradient-four)  padding-box,
    var(--gradient-five)  padding-box,
    var(--gradient-six)   padding-box,
    var(--gradient-seven) padding-box,
    var(--gradient-base)  padding-box;
  mask-image:
    linear-gradient(to bottom, black, black),
    radial-gradient(ellipse at 50% 50%, black 40%, transparent 65%),
    radial-gradient(ellipse at 66% 66%, black 5%, transparent 40%),
    radial-gradient(ellipse at 33% 33%, black 5%, transparent 40%),
    radial-gradient(ellipse at 66% 33%, black 5%, transparent 40%),
    radial-gradient(ellipse at 33% 66%, black 5%, transparent 40%),
    conic-gradient(from var(--cursor-angle) at center, transparent 5%, black 15%, black 85%, transparent 95%);
  mask-composite: subtract, add, add, add, add, add;
  opacity: calc(
    var(--fill-opacity)
    * (var(--edge-proximity) - var(--color-sensitivity))
    / (100 - var(--color-sensitivity))
  );
  mix-blend-mode: soft-light;
}

/* Layer 3 — 外扩光晕环（.col-edge-light span） */
.accio-compare__table thead th > .col-edge-light {
  inset: calc(var(--glow-padding) * -1);
  z-index: 3;
  mask-image: conic-gradient(
    from var(--cursor-angle) at center,
    black 2.5%, transparent 10%, transparent 90%, black 97.5%
  );
  opacity: calc(
    (var(--edge-proximity) - var(--edge-sensitivity))
    / (100 - var(--edge-sensitivity))
  );
  mix-blend-mode: plus-lighter;
}

.accio-compare__table thead th > .col-edge-light::before {
  content: "";
  position: absolute;
  inset: var(--glow-padding);
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px    var(--glow-color),
    inset 0 0 1px 0    var(--glow-color-60),
    inset 0 0 3px 0    var(--glow-color-50),
    inset 0 0 6px 0    var(--glow-color-40),
    inset 0 0 15px 0   var(--glow-color-30),
    inset 0 0 25px 2px var(--glow-color-20),
    inset 0 0 50px 2px var(--glow-color-10),
    0 0 1px 0    var(--glow-color-60),
    0 0 3px 0    var(--glow-color-50),
    0 0 6px 0    var(--glow-color-40),
    0 0 15px 0   var(--glow-color-30),
    0 0 25px 2px var(--glow-color-20),
    0 0 50px 2px var(--glow-color-10);
}

.accio-compare__product,
.accio-compare__badge,
.accio-compare__type {
  display: block;
  position: relative;
  z-index: 4;
}

.accio-compare__product {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.2rem, 1.4vw, 1.55rem);
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.accio-compare__badge {
  width: fit-content;
  margin-top: .62rem;
  border-radius: 999px;
  background: #1F7A4D;
  color: #FFFFFF;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
  padding: .42rem .58rem;
}

.accio-compare__type {
  margin-top: .6rem;
  color: rgba(255, 255, 255, .72);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.accio-compare__table tbody th {
  background: #F4F4F1;
  color: #1F1F1F;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  padding: 1rem 1.15rem;
}

.accio-compare__table tbody td {
  min-height: 66px;
  color: #626262;
  font-size: 1.25rem;
  line-height: 1.38;
  padding: 1rem 1.15rem;
  background: #FFFFFF;
}

.accio-compare__table tbody td:nth-child(2) {
  background: #FAFCFA;
  color: #1F1F1F;
}

.accio-compare__table tbody td strong {
  color: #1F1F1F;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.35;
}

.accio-compare__mobile-grid {
  display: none;
}

.accio-compare__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: clamp(1.4rem, 2.5vw, 2rem);
}

.accio-compare__bottom p {
  max-width: 720px;
  color: #4F4F4F;
  font-family: 'Barlow', sans-serif;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  line-height: 1.55;
  margin: 0;
}

.accio-compare__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 3.4rem;
  border-radius: 6px;
  background: #111111;
  color: #FFFFFF;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 1.25rem;
  transition: background .2s ease, transform .2s ease;
}

.accio-compare__button:hover {
  background: #1F7A4D;
  transform: translateY(-1px);
}

@media screen and (max-width: 989px) {
  .accio-compare {
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }

  .accio-compare__table-wrap {
    display: none;
  }

  .accio-compare__mobile-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .accio-compare__mobile-card {
    position: relative;
    overflow: hidden;
    min-height: 168px;
    border: 1px solid var(--compare-mobile-card-border, rgba(255,255,255,.16));
    border-radius: 18px;
    background: var(--compare-mobile-card-bg-secondary, rgba(0,0,0,.4));
    color: #FFFFFF;
    padding: 1.05rem 44% 3.8rem 1rem;
    box-shadow: 0 22px 52px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.12);
    -webkit-backdrop-filter: blur(var(--compare-mobile-card-blur, 18px)) saturate(145%);
    backdrop-filter: blur(var(--compare-mobile-card-blur, 18px)) saturate(145%);
    isolation: isolate;
  }

  .accio-compare__mobile-card--primary {
    background: var(--compare-mobile-card-bg-primary, rgba(0,0,0,.9));
    border-color: rgba(54, 196, 134, .42);
  }

  .accio-compare__mobile-card-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    border-radius: inherit;
    color: inherit;
    text-decoration: none;
  }

  .accio-compare__mobile-card-link:focus-visible {
    outline: 2px solid #36C486;
    outline-offset: -4px;
  }

  .accio-compare__mobile-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      radial-gradient(circle at 82% 12%, rgba(54,196,134,.18), transparent 36%),
      linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,0) 42%);
    pointer-events: none;
  }

  .accio-compare__mobile-image {
    position: absolute;
    top: 50%;
    right: 1.05rem;
    z-index: 1;
    display: block;
    width: 39%;
    height: min(118px, var(--compare-product-image-height, 120px));
    margin: 0;
    object-fit: contain;
    object-position: right center;
    opacity: .9;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .accio-compare__mobile-tag {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #DDE7DF;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
    padding: .42rem .55rem;
    max-width: 100%;
  }

  .accio-compare__mobile-card--primary .accio-compare__mobile-tag {
    background: #1F7A4D;
    color: #FFFFFF;
  }

  .accio-compare__mobile-card h3 {
    color: #FFFFFF;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.51rem;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 1.05;
    text-transform: uppercase;
    margin: .82rem 0 .25rem;
  }

  .accio-compare__mobile-card p {
    color: rgba(255,255,255,.76);
    font-family: 'Barlow', sans-serif;
    font-size: 1.12rem;
    line-height: 1.4;
    margin: 0;
  }

  .accio-compare__mobile-details {
    margin: 0;
  }

  .accio-compare__mobile-details summary {
    position: absolute;
    right: 1.05rem;
    bottom: 1.05rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--compare-mobile-arrow-bg, rgba(255,255,255,.16));
    color: var(--compare-mobile-arrow-color, #FFFFFF);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 24px rgba(0,0,0,.24);
    cursor: pointer;
    list-style: none;
    transition: transform .24s ease, background-color .24s ease;
  }

  .accio-compare__mobile-details summary::-webkit-details-marker {
    display: none;
  }

  .accio-compare__mobile-details summary::marker {
    content: "";
  }

  .accio-compare__mobile-details summary span {
    display: block;
    font-size: 2rem;
    line-height: 1;
    transform: translateX(1px);
    transition: transform .24s ease;
  }

  .accio-compare__mobile-details[open] summary {
    background: rgba(54,196,134,.88);
  }

  .accio-compare__mobile-details[open] summary span {
    transform: translateX(1px) rotate(90deg);
  }

  .accio-compare__mobile-detail-panel {
    margin-top: .9rem;
    padding-top: .9rem;
    border-top: 1px solid rgba(255,255,255,.14);
  }

  .accio-compare__mobile-card ul {
    display: grid;
    gap: .6rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .accio-compare__mobile-card li {
    color: rgba(255,255,255,.78);
    font-family: 'Barlow', sans-serif;
    font-size: 1.11rem;
    line-height: 1.35;
    padding-left: 1.45rem;
    position: relative;
  }

  .accio-compare__mobile-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .38rem;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: rgba(255,255,255,.48);
  }

  .accio-compare__mobile-card--primary li::before {
    background: #1F7A4D;
  }

  .accio-compare__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 749px) {
  /* MOBILE ONLY: full-width layout, no centered side margins */
  .accio-compare__inner {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .accio-compare__mobile-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .accio-compare__mobile-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .accio-compare__heading {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }

  .accio-compare__button {
    width: 100%;
  }

  .accio-compare__mobile-grid {
    gap: .85rem;
  }

  .accio-compare__mobile-card {
    min-height: 154px;
    padding: .95rem 43% 3.2rem .95rem;
    border-radius: 16px;
  }

  .accio-compare__mobile-image {
    top: 50%;
    right: 1rem;
    width: 38%;
    height: min(106px, var(--compare-product-image-height, 120px));
  }

  .accio-compare__mobile-card h3 {
    margin-top: .68rem;
  }

  .accio-compare__mobile-details summary {
    right: auto;
    left: .95rem;
    bottom: .72rem;
    width: 30px;
    height: 30px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 8px 16px rgba(0,0,0,.2);
  }

  .accio-compare__mobile-details summary span {
    font-size: 1.45rem;
  }

  .accio-compare__bottom p {
    display: none;
  }
}
/* END_SECTION:accio-timer-compare */

/* START_SECTION:accio-use-cases (INDEX:8) */
/* ── Section wrapper ── */
.accio-uc {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding-block: 40px;
}
.accio-uc__header {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 5vw, 6rem);
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}
.accio-uc__label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600; font-size: 1.45rem;
  letter-spacing: .25em; text-transform: uppercase;
  color: #1B7F4B; margin: 0 0 1rem;
}
.accio-uc__heading {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400; letter-spacing: .05em; text-transform: uppercase;
  color: #1D1D1F; margin: 0 0 .75rem; line-height: 1.05;
}
.accio-uc__sub {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  color: #6E6E73; margin: 0; line-height: 1.6;
}

/* ── Stage ── */
.accio-uc__stage {
  width: 100%;
  height: clamp(360px, 48vw, 520px);
  overflow: hidden;
  cursor: grab;
  outline: none;
  position: relative;
  user-select: none;
}
.accio-uc__stage:active { cursor: grabbing; }
.accio-uc__stage:focus-visible { outline: 2px solid #1B7F4B; outline-offset: 4px; }

/* ── Track — CSS curved gallery ── */
.accio-uc__track {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  padding-inline: calc(50% - 160px);   /* center first card */
  box-sizing: border-box;
  will-change: transform;
  transition: transform .45s cubic-bezier(.25,.46,.45,.94);
  /* perspective for 3-D bend effect */
  perspective: 1200px;
  perspective-origin: 50% 50%;
}

/* ── Card ── */
.accio-uc__card {
  flex: 0 0 300px;
  height: 78%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #F5F5F7;
  border: 1px solid #E5E5EA;
  display: flex;
  flex-direction: column;
  transition:
    transform .4s cubic-bezier(.25,.46,.45,.94),
    box-shadow .4s ease,
    border-color .3s ease;
  transform-origin: 50% 50%;
}

/* Active center card */
.accio-uc__card--active {
  transform: scale(1.04);
  border-color: #1B7F4B;
  box-shadow: 0 12px 40px rgba(27,127,75,.15);
}
/* Left neighbour — rotateY toward center */
.accio-uc__card--prev {
  transform: perspective(900px) rotateY(10deg) scale(.95);
  opacity: .75;
}
/* Right neighbour */
.accio-uc__card--next {
  transform: perspective(900px) rotateY(-10deg) scale(.95);
  opacity: .75;
}
/* Far cards */
.accio-uc__card--far {
  transform: perspective(900px) rotateY(16deg) scale(.88);
  opacity: .45;
}
.accio-uc__card--far-right {
  transform: perspective(900px) rotateY(-16deg) scale(.88);
  opacity: .45;
}

/* ── Placeholder (no image uploaded yet) ── */
.accio-uc__card-placeholder {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #F0F0F2 0%, #E5E5EA 100%);
  position: relative;
}
.accio-uc__card-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 18px,
    rgba(0,0,0,.03) 18px,
    rgba(0,0,0,.03) 36px
  );
}

/* ── Real image (when uploaded) ── */
.accio-uc__card-img {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.accio-uc__card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Card label bar ── */
.accio-uc__card-info {
  padding: 1rem 1.25rem;
  background: #FFFFFF;
  border-top: 1px solid #E5E5EA;
  flex-shrink: 0;
}
.accio-uc__card-label {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: 1.55rem; letter-spacing: .06em; text-transform: uppercase;
  color: #1D1D1F; margin: 0 0 .2rem; line-height: 1.1;
}
.accio-uc__card-sub {
  font-family: 'Barlow', sans-serif;
  font-size: 1.18rem; color: #6E6E73; margin: 0;
}

/* ── Drag hint ── */
.accio-uc__hint {
  position: absolute;
  bottom: 1.25rem; left: 50%;
  transform: translateX(-50%);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem; font-weight: 600;
  letter-spacing: .15em; text-transform: uppercase;
  color: #86868B;
  pointer-events: none;
  opacity: .7;
}

/* ── Mobile ── */
@media screen and (max-width: 749px) {
  .accio-uc__card { flex: 0 0 76vw; }
  .accio-uc__track { padding-inline: 12vw; }
}
/* END_SECTION:accio-use-cases */

/* START_SECTION:accio-user-manual (INDEX:9) */
.user-manual {
  background: #FFFFFF;
  padding-block: clamp(4rem, 8vw, 8rem);
  font-family: 'Barlow', sans-serif;
  color: #1D1D1F;
}

.user-manual__inner {
  display: flex;
  gap: clamp(2rem, 5vw, 6rem);
  max-width: 1400px;
  margin: 0 auto;
}

/* ── Sidebar ── */
.user-manual__sidebar {
  width: 320px;
  flex-shrink: 0;
}

.user-manual__sidebar-sticky {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  padding-right: 1.5rem;
  border-right: 1px solid #E5E5EA;
}

.user-manual__sidebar-sticky::-webkit-scrollbar { width: 3px; }
.user-manual__sidebar-sticky::-webkit-scrollbar-thumb { background: #E5E5EA; border-radius: 10px; }

.user-manual__sidebar-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #1D1D1F;
}

.user-manual__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.user-manual__nav-list a {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #6E6E73;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s ease;
  line-height: 1.2;
}

.user-manual__nav-list a:hover {
  color: #1B7F4B;
  background: #F5F5F7;
}

.user-manual__nav-list a.active {
  color: #1B7F4B;
  background: #E8F5EF;
  font-weight: 600;
  box-shadow: inset 3px 0 0 #1B7F4B;
}

/* ── Main Content ── */
.user-manual__main {
  flex: 1;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.manual-block {
  scroll-margin-top: 120px;
}

.manual-block__main-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.5rem, 8vw, 6rem);
  text-transform: uppercase;
  margin: 0;
  line-height: 0.95;
  color: #1D1D1F;
}

.manual-block__label {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #1B7F4B;
  margin-top: 0.5rem;
}

.manual-block__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 1.05;
  color: #1D1D1F;
  border-bottom: 2px solid #F5F5F7;
  padding-bottom: 1rem;
}

.manual-block__content {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #424245;
}

.manual-hero-text {
  font-size: 1.9rem;
  font-weight: 600;
  color: #1D1D1F;
  margin-top: 2rem;
  max-width: 600px;
}

.user-manual__nav-list a:hover {
  color: #1B7F4B;
  background: #F5F5F7;
}

.user-manual__nav-list a.active {
  color: #1B7F4B;
  background: #E8F5EF;
  font-weight: 600;
  box-shadow: inset 3px 0 0 #1B7F4B;
}

/* ── Main Content ── */
.user-manual__main {
  flex: 1;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.manual-block {
  scroll-margin-top: 120px;
}

.manual-block__main-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.5rem, 8vw, 6rem);
  text-transform: uppercase;
  margin: 0;
  line-height: 0.95;
  color: #1D1D1F;
}

.manual-block__label {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #1B7F4B;
  margin-top: 0.5rem;
}

.manual-block__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 1.05;
  color: #1D1D1F;
  border-bottom: 2px solid #F5F5F7;
  padding-bottom: 1rem;
}

.manual-block__content {
  font-size: 1.35rem;
  line-height: 1.75;
  color: #424245;
}

.manual-hero-text {
  font-size: 1.7rem;
  font-weight: 600;
  color: #1D1D1F;
  margin-top: 2rem;
  max-width: 600px;
}

/* ── UI Components ── */
.manual-steps-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
  margin-block: 3rem;
}

.manual-info-box {
  background: #F5F5F7;
  border-radius: 16px;
  padding: 2.5rem;
  margin-block: 0;
  border-left: 5px solid #1B7F4B;
}

.manual-list-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.manual-steps-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.manual-steps-image img {
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}

.manual-steps-image--large img {
  max-width: 85%;
  max-height: 85%;
}

.manual-list--bullet { list-style: disc; padding-left: 1.5rem; margin-bottom: 2.5rem; }
.manual-list--decimal { list-style: decimal; padding-left: 1.5rem; margin-bottom: 2.5rem; }
.manual-list--bullet li, .manual-list--decimal li { margin-bottom: 1rem; }

.manual-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.manual-feature-item {
  background: #FFFFFF;
  border: 1px solid #E5E5EA;
  padding: 1.5rem;
  border-radius: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  color: #1B7F4B;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}

.manual-diagram-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.manual-diagram-item {
  background: #F5F5F7;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
}

.manual-diagram-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.manual-diagram-item p {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #86868B;
  letter-spacing: 0.1em;
}

.manual-table-wrap { overflow-x: auto; margin-block: 3rem; border-radius: 12px; border: 1px solid #E5E5EA; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.manual-table { width: 100%; border-collapse: collapse; text-align: left; min-width: 600px; }
.manual-table th { background: #F9F9FB; padding: 1.25rem; font-weight: 700; border-bottom: 2px solid #E5E5EA; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 0.05em; }
.manual-table td { padding: 1.25rem; border-bottom: 1px solid #F5F5F7; font-size: 1.6rem; }

.manual-steps { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 3rem; }
.manual-step { display: flex; align-items: flex-start; gap: 1.8rem; font-weight: 600; color: #1D1D1F; font-size: 1.65rem; }
.manual-step span { 
  flex-shrink: 0; width: 3rem; height: 3rem; background: #1B7F4B; color: #FFF; 
  border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem;
}

.manual-mode-card { border-left: 5px solid #1B7F4B; background: #F9FBF9; padding: 2rem; margin-bottom: 2rem; border-radius: 0 12px 12px 0; }
.manual-mode-card h3 { font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; margin-bottom: 0.75rem; font-size: 1.6rem; color: #1B7F4B; }

.manual-tip { border: 1.5px dashed #1B7F4B; color: #1B7F4B; background: #E8F5EF; padding: 1.5rem; border-radius: 12px; font-weight: 600; font-size: 1.6rem; margin-top: 2rem; }

.manual-spec-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 4rem; }
.manual-spec-list li { border-bottom: 1px solid #F5F5F7; padding-bottom: 0.75rem; display: flex; justify-content: space-between; align-items: baseline; font-size: 1.6rem; }
.manual-spec-list li span { color: #86868B; font-weight: 500; }
.manual-spec-list li strong { color: #1D1D1F; font-weight: 700; text-transform: uppercase; font-size: 1rem; }

@media (max-width: 1024px) {
  .user-manual__sidebar { width: 260px; }
}

@media (max-width: 989px) {
  .manual-steps-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .user-manual { padding-block: 4rem; }
  .user-manual__inner { flex-direction: column; }
  .user-manual__sidebar { display: none; }
  .user-manual__main { padding-inline: 1.5rem; gap: 6rem; }
  .manual-feature-grid { grid-template-columns: 1fr; }
  .manual-diagram-container { grid-template-columns: 1fr; }
  .manual-spec-list { grid-template-columns: 1fr; gap: 1rem; }
}
/* END_SECTION:accio-user-manual */