/* ============================================================
   APS — Dutch Propspack V2 — Light / Green theme
   Scoped under .aps-props-v2
   ============================================================ */

.aps-props-v2,
.aps-props-v2 *,
.aps-props-v2 *::before,
.aps-props-v2 *::after {
  box-sizing: border-box;
}

.aps-props-v2 {
  --aps-green-900: #013d03;
  --aps-green-800: #025c04;
  --aps-green-700: #027505;
  --aps-green-600: #039006;
  --aps-green-500: #08aa0b;
  --aps-green-400: #2fc934;
  --aps-green-300: #6ee472;
  --aps-green-200: #b7f5ba;
  --aps-green-100: #e8fbe9;

  --aps-white: #ffffff;
  --aps-off-white: #f8fbf8;
  --aps-soft-bg: #f3faf3;
  --aps-border: #dcefdc;

  --aps-text: #102013;
  --aps-muted: #5f6f62;
  --aps-muted-dark: #3f4d42;

  --aps-radius: 22px;
  --aps-radius-sm: 14px;
  --aps-radius-pill: 999px;

  --aps-shadow-md: 0 12px 26px -18px rgba(2, 92, 4, 0.20);
  --aps-shadow-sm: 0 4px 14px -10px rgba(16, 32, 19, 0.16);

  background: var(--aps-white);
  color: var(--aps-text);
  font-family: inherit;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

.aps-props-v2 p {
  margin: 0 0 1em;
  color: var(--aps-muted);
}

.aps-props-v2 p:last-child {
  margin-bottom: 0;
}

.aps-props-v2 a {
  color: var(--aps-green-600);
  text-decoration: none;
}

.aps-props-v2 h1,
.aps-props-v2 h2,
.aps-props-v2 h3,
.aps-props-v2 h4 {
  color: var(--aps-text);
  margin: 0 0 0.4em;
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: 700;
}

.aps-props-v2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aps-props-v2 img {
  max-width: 100%;
  display: block;
}

.aps-props-v2 button {
  font-family: inherit;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

/* ============================================================
   PAGE-SCOPED MENU CONTRAST HELP
   ============================================================ */

html.aps-props-page-active:not(.aps-props-page-scrolled) header,
html.aps-props-page-active:not(.aps-props-page-scrolled) .header,
html.aps-props-page-active:not(.aps-props-page-scrolled) .site-header,
html.aps-props-page-active:not(.aps-props-page-scrolled) .navbar,
html.aps-props-page-active:not(.aps-props-page-scrolled) .navigation {
  color: #102013;
}

html.aps-props-page-active:not(.aps-props-page-scrolled) header a,
html.aps-props-page-active:not(.aps-props-page-scrolled) .header a,
html.aps-props-page-active:not(.aps-props-page-scrolled) .site-header a,
html.aps-props-page-active:not(.aps-props-page-scrolled) .navbar a,
html.aps-props-page-active:not(.aps-props-page-scrolled) .navigation a {
  color: #102013;
}

html.aps-props-page-active:not(.aps-props-page-scrolled) header svg,
html.aps-props-page-active:not(.aps-props-page-scrolled) .header svg,
html.aps-props-page-active:not(.aps-props-page-scrolled) .site-header svg,
html.aps-props-page-active:not(.aps-props-page-scrolled) .navbar svg,
html.aps-props-page-active:not(.aps-props-page-scrolled) .navigation svg {
  color: #102013;
  fill: currentColor;
}

/* ----- Container ----- */

.aps-props-v2 .aps-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.aps-props-v2 .aps-container--narrow {
  width: min(820px, calc(100% - 32px));
}

/* ----- Section base ----- */

.aps-props-v2 section {
  padding: 86px 0;
  position: relative;
}

/* ============================================================
   HEADER CONTRAST FIX
   ============================================================ */

.aps-header-contrast {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 108px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.98) 72%,
    rgba(243, 250, 243, 0.00) 100%
  );
  border-bottom: 1px solid rgba(220, 239, 220, 0.9);
  opacity: 1;
  transition: opacity 0.2s ease;
}

.aps-props-v2.aps-is-scrolled .aps-header-contrast {
  opacity: 0;
}

/* ----- Headings ----- */

.aps-props-v2 .aps-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
  color: var(--aps-green-700);
  margin-bottom: 12px;
}

.aps-props-v2 .aps-h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  margin: 0 0 12px;
  color: var(--aps-text);
}

.aps-props-v2 .aps-section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 46px;
}

.aps-props-v2 .aps-section-head__sub {
  color: var(--aps-muted);
  font-size: 1rem;
  margin: 0;
}

/* ----- Badge ----- */

.aps-props-v2 .aps-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: var(--aps-green-100);
  border: 1px solid var(--aps-border);
  color: var(--aps-green-800);
  border-radius: var(--aps-radius-pill);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 22px;
}

.aps-props-v2 .aps-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aps-green-600);
}

/* ----- Buttons ----- */

.aps-props-v2 .aps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.96rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}

.aps-props-v2 .aps-btn--primary {
  background: #039006;
  color: #ffffff;
  border-color: #039006;
}

.aps-props-v2 .aps-btn--primary:hover,
.aps-props-v2 .aps-btn--primary:focus-visible {
  background: #027505;
  border-color: #027505;
  color: #ffffff;
}

.aps-props-v2 .aps-btn--secondary {
  background: #ffffff;
  color: #102013;
  border-color: #dcefdc;
}

.aps-props-v2 .aps-btn--secondary:hover,
.aps-props-v2 .aps-btn--secondary:focus-visible {
  background: #e8fbe9;
  border-color: #039006;
  color: #025c04;
}

.aps-props-v2 .aps-btn--full {
  width: 100%;
}

/* Loading state for add-to-cart buttons */
.aps-props-v2 .aps-btn.is-loading {
  opacity: 0.75;
  cursor: wait;
  pointer-events: none;
}

/* ----- Check icon ----- */

.aps-props-v2 .aps-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--aps-green-600);
  color: var(--aps-white);
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

/* ============================================================
   HERO
   ============================================================ */

.aps-props-v2 .aps-hero {
  padding: 140px 0 84px;
  background:
    radial-gradient(900px 500px at 82% -10%, rgba(46, 201, 52, 0.12), transparent 62%),
    radial-gradient(700px 420px at -10% 20%, rgba(110, 228, 114, 0.10), transparent 60%),
    var(--aps-white);
  border-bottom: 1px solid var(--aps-border);
  overflow: hidden;
}

.aps-props-v2 .aps-hero__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
}

.aps-props-v2 .aps-hero__title {
  font-size: clamp(2.1rem, 4.2vw, 3.35rem);
  line-height: 1.06;
  margin: 0 0 18px;
  color: var(--aps-text);
  letter-spacing: -0.025em;
}

.aps-props-v2 .aps-hero__sub {
  font-size: 1.12rem;
  color: var(--aps-muted-dark);
  margin: 0 0 12px;
  max-width: 560px;
}

.aps-props-v2 .aps-hero__lead {
  font-size: 0.98rem;
  color: var(--aps-muted);
  margin: 0 0 24px;
  max-width: 540px;
}

.aps-props-v2 .aps-hero__usp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 22px;
  max-width: 560px;
  margin-bottom: 28px;
}

.aps-props-v2 .aps-hero__usp li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--aps-text);
  font-size: 0.94rem;
}

.aps-props-v2 .aps-hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.aps-props-v2 .aps-hero__props-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.92rem;
  color: var(--aps-muted);
  font-weight: 600;
  padding: 13px 8px;
}

.aps-props-v2 .aps-hero__props-link:hover {
  color: var(--aps-green-700);
}

/* ----- Hero pricing ----- */

.aps-props-v2 .aps-hero__pricing {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aps-props-v2 .aps-hero-price {
  position: relative;
  background: var(--aps-white);
  border: 1px solid var(--aps-border);
  border-radius: var(--aps-radius);
  padding: 26px 28px;
  box-shadow: var(--aps-shadow-sm);
}

.aps-props-v2 .aps-hero-price--featured {
  background: linear-gradient(180deg, var(--aps-green-100) 0%, var(--aps-white) 92%);
  border-color: var(--aps-green-400);
  border-width: 2px;
}

.aps-props-v2 .aps-hero-price__ribbon {
  position: absolute;
  top: -12px;
  left: 24px;
  background: var(--aps-green-600);
  color: var(--aps-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: var(--aps-radius-pill);
}

.aps-props-v2 .aps-hero-price__tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--aps-muted);
  margin-bottom: 7px;
}

.aps-props-v2 .aps-hero-price__label {
  display: block;
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--aps-text);
  margin-bottom: 6px;
}

.aps-props-v2 .aps-hero-price__amount-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}

.aps-props-v2 .aps-hero-price__amount {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--aps-text);
  letter-spacing: -0.02em;
  line-height: 1;
}

.aps-props-v2 .aps-hero-price__period {
  font-size: 0.95rem;
  color: var(--aps-muted);
}

.aps-props-v2 .aps-hero-price__save {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--aps-green-700);
  margin-bottom: 6px;
}

.aps-props-v2 .aps-hero-price__save--muted {
  color: var(--aps-muted);
  font-weight: 500;
}

.aps-props-v2 .aps-hero-price__note {
  display: block;
  font-size: 0.86rem;
  color: var(--aps-muted-dark);
  margin-bottom: 18px;
}

/* ============================================================
   VIDEO SHOWCASE
   ============================================================ */

.aps-props-v2 .aps-video-block {
  margin-top: 76px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  align-items: center;
  background: var(--aps-white);
  border: 1px solid var(--aps-border);
  border-radius: 28px;
  padding: 28px;
}

.aps-props-v2 .aps-video-block__text {
  padding: 8px 8px 8px 4px;
}

.aps-props-v2 .aps-video-block__text p {
  font-size: 0.98rem;
  color: var(--aps-muted);
  margin: 0;
}

.aps-props-v2 .aps-video-card {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--aps-soft-bg);
  border: 1px solid var(--aps-border);
  border-radius: 20px;
  overflow: hidden;
}

.aps-props-v2 .aps-video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ============================================================
   GIF DEMO SECTION
   ============================================================ */

.aps-props-v2 .aps-demo {
  background: var(--aps-white);
  border-bottom: 1px solid var(--aps-border);
}

.aps-props-v2 .aps-demo__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.aps-props-v2 .aps-demo-card {
  background: var(--aps-white);
  border: 1px solid var(--aps-border);
  border-radius: var(--aps-radius-sm);
  overflow: hidden;
}

.aps-props-v2 .aps-demo-card__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--aps-soft-bg);
  border-bottom: 1px solid var(--aps-border);
  overflow: hidden;
}

.aps-props-v2 .aps-demo-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aps-props-v2 .aps-demo-card__body {
  padding: 18px;
}

.aps-props-v2 .aps-demo-card__body h3 {
  font-size: 1rem;
  margin: 0 0 6px;
}

.aps-props-v2 .aps-demo-card__body p {
  font-size: 0.9rem;
  margin: 0;
  color: var(--aps-muted);
}

/* ============================================================
   SHOWCASE
   ============================================================ */

.aps-props-v2 .aps-showcase {
  background: var(--aps-off-white);
  border-top: 1px solid var(--aps-border);
  border-bottom: 1px solid var(--aps-border);
}

.aps-props-v2 .aps-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.aps-props-v2 .aps-show-card {
  display: flex;
  flex-direction: column;
  background: var(--aps-white);
  border: 1px solid var(--aps-border);
  border-radius: var(--aps-radius-sm);
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  box-shadow: none;
  width: 100%;
  padding: 0;
}

.aps-props-v2 .aps-show-card:hover,
.aps-props-v2 .aps-show-card:focus-visible {
  border-color: var(--aps-green-600);
  box-shadow: var(--aps-shadow-sm);
  outline: 0;
}

.aps-props-v2 .aps-show-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--aps-soft-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-bottom: 1px solid var(--aps-border);
}

.aps-props-v2 .aps-show-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aps-props-v2 .aps-show-card__zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--aps-white);
  color: var(--aps-green-700);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--aps-border);
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.aps-props-v2 .aps-show-card:hover .aps-show-card__zoom,
.aps-props-v2 .aps-show-card:focus-visible .aps-show-card__zoom {
  opacity: 1;
}

.aps-props-v2 .aps-show-card__body {
  display: block;
  padding: 16px 18px 18px;
  flex-grow: 1;
  background: var(--aps-white);
}

.aps-props-v2 .aps-show-card__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--aps-text);
  margin: 0 0 5px;
}

.aps-props-v2 .aps-show-card__desc {
  display: block;
  font-size: 0.86rem;
  color: var(--aps-muted);
  line-height: 1.5;
}

.aps-props-v2 .aps-showcase__note {
  text-align: center;
  font-size: 0.88rem;
  color: var(--aps-muted);
  margin: 28px auto 0;
  max-width: 680px;
}

/* ============================================================
   BENEFITS
   ============================================================ */

.aps-props-v2 .aps-benefits {
  background: var(--aps-white);
}

.aps-props-v2 .aps-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.aps-props-v2 .aps-benefit-card {
  background: var(--aps-white);
  border: 1px solid var(--aps-border);
  border-radius: var(--aps-radius);
  padding: 26px 24px;
  box-shadow: none;
}

.aps-props-v2 .aps-benefit-card__label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: var(--aps-radius-pill);
  background: var(--aps-green-100);
  color: var(--aps-green-800);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.aps-props-v2 .aps-benefit-card h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.aps-props-v2 .aps-benefit-card p {
  font-size: 0.92rem;
  margin: 0;
}

/* ============================================================
   INCLUDED
   ============================================================ */

.aps-props-v2 .aps-included {
  background: var(--aps-soft-bg);
  border-top: 1px solid var(--aps-border);
  border-bottom: 1px solid var(--aps-border);
}

.aps-props-v2 .aps-included__card {
  background: var(--aps-white);
  border: 1px solid var(--aps-border);
  border-radius: var(--aps-radius);
  padding: 42px 42px 38px;
  box-shadow: var(--aps-shadow-sm);
}

.aps-props-v2 .aps-included__head {
  text-align: center;
  margin-bottom: 28px;
}

.aps-props-v2 .aps-included__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 30px;
  margin-bottom: 26px;
}

.aps-props-v2 .aps-included__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.96rem;
  color: var(--aps-text);
}

.aps-props-v2 .aps-included__disclaimer {
  font-size: 0.88rem;
  color: var(--aps-muted);
  text-align: center;
  border-top: 1px solid var(--aps-border);
  padding-top: 22px;
  margin: 0;
}

/* ============================================================
   PRICING
   ============================================================ */

.aps-props-v2 .aps-pricing {
  background: var(--aps-white);
}

.aps-props-v2 .aps-pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  align-items: stretch;
  max-width: 920px;
  margin: 0 auto;
}

.aps-props-v2 .aps-price-card {
  background: var(--aps-white);
  border: 1px solid var(--aps-border);
  border-radius: var(--aps-radius);
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: none;
}

.aps-props-v2 .aps-price-card--featured {
  background: linear-gradient(180deg, var(--aps-green-100) 0%, var(--aps-white) 88%);
  border-color: var(--aps-green-500);
  border-width: 2px;
}

.aps-props-v2 .aps-price-card__ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--aps-green-600);
  color: var(--aps-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: var(--aps-radius-pill);
}

.aps-props-v2 .aps-price-card__tag {
  display: inline-block;
  padding: 5px 12px;
  background: var(--aps-soft-bg);
  border: 1px solid var(--aps-border);
  color: var(--aps-muted);
  border-radius: var(--aps-radius-pill);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.aps-props-v2 .aps-price-card__tag--accent {
  background: var(--aps-green-100);
  border-color: var(--aps-green-300);
  color: var(--aps-green-800);
}

.aps-props-v2 .aps-price-card__title {
  font-size: 1.5rem;
  margin: 0 0 6px;
}

.aps-props-v2 .aps-price-card__desc {
  font-size: 0.92rem;
  color: var(--aps-muted);
  margin: 0 0 24px;
  min-height: 42px;
}

.aps-props-v2 .aps-price-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 18px 0 22px;
  border-top: 1px solid var(--aps-border);
  border-bottom: 1px solid var(--aps-border);
  margin-bottom: 22px;
}

.aps-props-v2 .aps-price-card__amount {
  font-size: 2.55rem;
  font-weight: 800;
  color: var(--aps-text);
  letter-spacing: -0.02em;
  line-height: 1;
}

.aps-props-v2 .aps-price-card__period {
  font-size: 0.95rem;
  color: var(--aps-muted);
}

.aps-props-v2 .aps-price-card__list {
  margin: 0 0 26px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex-grow: 1;
}

.aps-props-v2 .aps-price-card__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.94rem;
  color: var(--aps-text);
}

/* ============================================================
   ACCESS
   ============================================================ */

.aps-props-v2 .aps-access {
  background: var(--aps-white);
}

.aps-props-v2 .aps-access__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.aps-props-v2 .aps-step-card {
  background: var(--aps-white);
  border: 1px solid var(--aps-border);
  border-radius: var(--aps-radius);
  padding: 28px 26px;
  box-shadow: none;
}

.aps-props-v2 .aps-step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--aps-green-600);
  color: var(--aps-white);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 16px;
}

.aps-props-v2 .aps-step-card h3 {
  font-size: 1.05rem;
  margin: 0 0 6px;
}

.aps-props-v2 .aps-step-card p {
  font-size: 0.93rem;
  margin: 0;
}

/* ============================================================
   FAQ
   ============================================================ */

.aps-props-v2 .aps-faq {
  background: var(--aps-white);
}

.aps-props-v2 .aps-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aps-props-v2 .aps-faq__item {
  background: var(--aps-white);
  border: 1px solid var(--aps-border);
  border-radius: var(--aps-radius-sm);
  overflow: hidden;
  box-shadow: none;
}

.aps-props-v2 .aps-faq__item[open] {
  border-color: var(--aps-green-500);
}

.aps-props-v2 .aps-faq__item summary {
  padding: 18px 24px;
  font-weight: 600;
  color: var(--aps-text);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.98rem;
}

.aps-props-v2 .aps-faq__item summary::-webkit-details-marker {
  display: none;
}

.aps-props-v2 .aps-faq__item summary::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--aps-green-700);
  line-height: 1;
  flex-shrink: 0;
  font-weight: 700;
}

.aps-props-v2 .aps-faq__item[open] summary::after {
  content: "−";
}

.aps-props-v2 .aps-faq__item p {
  padding: 0 24px 20px;
  font-size: 0.95rem;
  margin: 0;
  color: var(--aps-muted);
}

/* ============================================================
   FINAL CTA
   ============================================================ */

.aps-props-v2 .aps-final {
  padding-top: 86px;
  padding-bottom: 104px;
  background: var(--aps-white);
}

.aps-props-v2 .aps-final__card {
  background: var(--aps-green-100);
  border: 1px solid var(--aps-green-300);
  border-radius: 28px;
  padding: 58px 40px;
  text-align: center;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.aps-props-v2 .aps-final__title {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  margin: 0 auto 12px;
  max-width: 720px;
}

.aps-props-v2 .aps-final__text {
  color: var(--aps-muted);
  font-size: 1.02rem;
  max-width: 640px;
  margin: 0 auto 34px;
}

.aps-props-v2 .aps-final__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ============================================================
   LIGHTBOX
   ============================================================ */

.aps-props-v2 .aps-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.aps-props-v2 .aps-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.aps-props-v2 .aps-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 32, 19, 0.78);
  cursor: pointer;
}

.aps-props-v2 .aps-lightbox__inner {
  position: relative;
  background: var(--aps-white);
  border-radius: var(--aps-radius);
  max-width: 920px;
  width: 100%;
  max-height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.aps-props-v2 .aps-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--aps-white);
  color: var(--aps-text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  border: 1px solid var(--aps-border);
  font-size: 24px;
  line-height: 1;
}

.aps-props-v2 .aps-lightbox__close:hover {
  background: var(--aps-green-700);
  color: var(--aps-white);
  border-color: var(--aps-green-700);
}

.aps-props-v2 .aps-lightbox__media {
  background: var(--aps-soft-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  flex-grow: 1;
  min-height: 0;
}

.aps-props-v2 .aps-lightbox__media img {
  max-width: 100%;
  max-height: 60vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.aps-props-v2 .aps-lightbox__body {
  padding: 22px 28px 26px;
  border-top: 1px solid var(--aps-border);
  background: var(--aps-white);
}

.aps-props-v2 .aps-lightbox__body h3 {
  font-size: 1.2rem;
  margin: 0 0 6px;
}

.aps-props-v2 .aps-lightbox__body p {
  font-size: 0.95rem;
  color: var(--aps-muted);
  margin: 0;
  line-height: 1.55;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1100px) {
  .aps-props-v2 .aps-showcase__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .aps-props-v2 .aps-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .aps-props-v2 .aps-demo__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .aps-props-v2 section {
    padding: 64px 0;
  }

  .aps-props-v2 .aps-hero {
    padding: 118px 0 68px;
  }

  .aps-props-v2 .aps-hero__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .aps-props-v2 .aps-video-block {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .aps-props-v2 .aps-pricing__grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .aps-props-v2 .aps-access__grid {
    grid-template-columns: 1fr;
  }

  .aps-props-v2 .aps-included__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .aps-props-v2 .aps-included__card {
    padding: 36px 28px 34px;
  }
}

@media (max-width: 900px) {
  .aps-props-v2 .aps-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .aps-header-contrast {
    height: 92px;
  }
}

@media (max-width: 720px) {
  .aps-props-v2 section {
    padding: 50px 0;
  }

  .aps-props-v2 .aps-hero {
    padding: 104px 0 56px;
  }

  .aps-props-v2 .aps-section-head {
    margin-bottom: 34px;
  }

  .aps-props-v2 .aps-benefits__grid {
    grid-template-columns: 1fr;
  }

  .aps-props-v2 .aps-included__list {
    grid-template-columns: 1fr;
  }

  .aps-props-v2 .aps-hero__usp {
    grid-template-columns: 1fr;
  }

  .aps-props-v2 .aps-hero__cta .aps-btn {
    flex: 1 1 100%;
  }

  .aps-props-v2 .aps-final__actions {
    flex-direction: column;
  }

  .aps-props-v2 .aps-final__actions .aps-btn {
    width: 100%;
    max-width: 320px;
  }

  .aps-props-v2 .aps-final__card {
    padding: 46px 22px;
  }

  .aps-props-v2 .aps-included__card {
    padding: 32px 22px;
  }

  .aps-props-v2 .aps-faq__item summary {
    padding: 16px 18px;
    font-size: 0.95rem;
  }

  .aps-props-v2 .aps-faq__item p {
    padding: 0 18px 18px;
  }

  .aps-props-v2 .aps-lightbox {
    padding: 16px;
  }

  .aps-props-v2 .aps-lightbox__media {
    padding: 20px;
  }

  .aps-props-v2 .aps-lightbox__media img {
    max-height: 50vh;
  }

  .aps-props-v2 .aps-lightbox__body {
    padding: 18px 20px 22px;
  }
}

@media (max-width: 520px) {
  .aps-props-v2 .aps-showcase__grid,
  .aps-props-v2 .aps-demo__grid {
    grid-template-columns: 1fr;
  }

  .aps-props-v2 .aps-video-block {
    padding: 18px;
    border-radius: 20px;
  }

  .aps-props-v2 .aps-price-card {
    padding: 28px 22px;
  }

  .aps-props-v2 .aps-price-card__amount {
    font-size: 2.2rem;
  }

  .aps-props-v2 .aps-price-card__desc {
    min-height: 0;
  }

  .aps-props-v2 .aps-benefit-card,
  .aps-props-v2 .aps-step-card {
    padding: 24px 22px;
  }

  .aps-props-v2 .aps-hero-price {
    padding: 22px;
  }
}