/** Shopify CDN: Minification failed

Line 285:1 Expected "}" to go with "{"

**/
.a1-pros {
  padding: 100px 0;
  background: #f6f5f2;
}

.a1-pros__layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: start;
}

.a1-pros__left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.a1-pros__image-wrap {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
}

.a1-pros__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.a1-pros__heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: clamp(2.75rem, 6vw, 5.5rem);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 600;
  color: #070707;
}

.a1-pros__intro {
  margin-top: 16px;
  color: #777;
  max-width: 45ch;
  font-size: 1rem;
}

.a1-pros__cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 200px;
}

.a1-pros__card {
  padding: 54px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  opacity: 0.82;
  filter: none;
}

.a1-pros__card.is-active {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.08);
}

.a1-pros__badge {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 10px;
}

.a1-pros__title {
  font-size: 1.6rem;
  margin: 0;
}

.a1-pros__text {
  margin-top: 10px;
  color: #666;
  font-size: 0.95rem;
}

.a1p-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: 0.6s ease;
}

.a1p-visible {
  opacity: 1;
  transform: none;
}

.a1-pros__icon-wrap {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;

  background: rgba(255,255,255,0.6);
}

.a1-pros__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}



@media screen and (max-width: 989px) {
  .a1-pros {
    padding: 64px 0;
  }

  .a1-pros__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px;

  /* KEY FIX */
  align-items: start;
}

.a1-pros__content-column {
  display: flex;
  flex-direction: column;

  /* align cards with heading baseline */
  justify-content: flex-start;
}



/* =========================
   MOBILE – WHY PROFESSIONALS
========================= */
@media screen and (max-width: 768px) {
  .a1-pros {
    padding: 56px 0 60px;
  }

  .a1-pros__layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  .a1-pros__copy,
  .a1-pros__heading-wrap,
  .a1-pros__left {
    width: 100%;
  }

  .a1-pros__heading {
    margin: 0;
    font-size: clamp(2.3rem, 8.5vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.05em;
    max-width: 50ch;
  }

  .a1-pros__intro {
    margin-top: 14px;
    max-width: 40ch;
    font-size: 0.94rem;
    line-height: 1.45;
    color: #8f8f8f;
  }

  /* 2x2 grid */
  .a1-pros__cards,
  .a1-pros__labels {
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }

  .a1-pros__card,
  .a1-pros__label {
    min-height: 124px;
    padding: 16px 14px;
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.58), rgba(255,255,255,0.4)),
      rgba(255,255,255,0.26);
    border: 1px solid rgba(255,255,255,0.48);
    box-shadow:
      0 8px 18px rgba(0,0,0,0.035),
      inset 0 1px 0 rgba(255,255,255,0.54);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition:
      transform 220ms cubic-bezier(.22,1,.36,1),
      box-shadow 220ms cubic-bezier(.22,1,.36,1),
      border-color 220ms ease,
      background 220ms ease;
    cursor: pointer;
  }

  .a1-pros__card.is-active,
  .a1-pros__label.is-active {
    transform: translateY(-2px);
    background:
      linear-gradient(180deg, rgba(255,255,255,0.68), rgba(255,255,255,0.46)),
      rgba(255,255,255,0.32);
    border-color: rgba(255,255,255,0.62);
    box-shadow:
      0 14px 24px rgba(0,0,0,0.05),
      0 0 0 3px rgba(255,255,255,0.26),
      inset 0 1px 0 rgba(255,255,255,0.62);
  }

  .a1-pros__badge,
  .a1-pros__label-badge {
    margin-bottom: 8px;
    font-size: 0.68rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9d9d9d;
  }

  .a1-pros__title,
  .a1-pros__label-title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  /* short line only */
  .a1-pros__text,
  .a1-pros__label-text {
    margin-top: 8px;
    font-size: 0.82rem;
    line-height: 1.3;
    color: #8a8a8a;
    display: none;
  }

  .a1-pros__card.is-active .a1-pros__text,
  .a1-pros__label.is-active .a1-pros__label-text {
    display: block;
  }

  /* static medium image */
  .a1-pros__image-wrap,
  .a1-pros__image-column {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 6px;
  }

  .a1-pros__image {
    width: min(88%, 360px);
    max-width: 360px;
    height: auto;
    display: block;
    border-radius: 22px;
    object-fit: cover;
  }
}