/* PVC stolarija — premium landing (MAJ COMMERCE design system) */
.page-pvc {
  padding-top: var(--header-h);
}

/* PVC + ALU: svjetlija, čitljivija zelena (naslovi, CTA, ikone) */
.page-pvc,
.page-alu {
  --accent: #43a047;
  --accent-ghost: rgba(67, 160, 71, 0.35);
  --accent-glow: rgba(67, 160, 71, 0.45);
}

/* Blaži scroll reveal — cijela PVC stranica */
.page-pvc .reveal {
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-pvc .reveal-left.reveal {
  transform: translateY(28px) translateX(-12px);
}

.page-pvc .reveal-right.reveal {
  transform: translateY(28px) translateX(12px);
}

.page-pvc .reveal-left.reveal.is-visible,
.page-pvc .reveal-right.reveal.is-visible {
  transform: translateY(0) translateX(0);
}

.page-pvc .pvc-product-tile.reveal:nth-child(1) {
  transition-delay: 0s;
}
.page-pvc .pvc-product-tile.reveal:nth-child(2) {
  transition-delay: 0.07s;
}
.page-pvc .pvc-product-tile.reveal:nth-child(3) {
  transition-delay: 0.14s;
}
.page-pvc .pvc-product-tile.reveal:nth-child(4) {
  transition-delay: 0.21s;
}

.page-pvc .pvc-gallery__item.reveal:nth-child(1) {
  transition-delay: 0s;
}
.page-pvc .pvc-gallery__item.reveal:nth-child(2) {
  transition-delay: 0.09s;
}

@media (prefers-reduced-motion: reduce) {
  .page-pvc .reveal,
  .page-pvc .pvc-product-tile.reveal {
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}

.container--narrow {
  max-width: 720px;
}

/* —— Hero (70–80vh, distinct from homepage) —— */
.pvc-hero {
  position: relative;
  min-height: clamp(70vh, 78vh, 820px);
  max-height: 900px;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-h) + 1.5rem) 1.5rem 3rem;
  margin-top: calc(-1 * var(--header-h));
  overflow: hidden;
}

.pvc-hero__bg {
  position: absolute;
  inset: 0;
  background-color: #1a2332;
  background-size: cover;
  background-position: center 35%;
  transform: scale(1.02);
}

.pvc-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      105deg,
      rgba(13, 17, 23, 0.92) 0%,
      rgba(13, 17, 23, 0.55) 42%,
      rgba(13, 17, 23, 0.35) 100%
    ),
    linear-gradient(0deg, rgba(13, 17, 23, 0.85) 0%, transparent 45%);
  z-index: 1;
}

.pvc-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.pvc-hero__accent-line {
  position: absolute;
  left: 0;
  top: 22%;
  width: 4px;
  height: min(38%, 220px);
  background: linear-gradient(180deg, var(--accent), transparent);
  z-index: 3;
  border-radius: 0 4px 4px 0;
}

.pvc-hero__inner {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.pvc-hero__kicker {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.75rem;
}

.pvc-hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.08;
  color: #fff;
  margin: 0 0 0.5rem;
  max-width: 16ch;
}

.pvc-hero__title span {
  color: var(--accent);
  font-weight: 700;
}

/* Hero naglasak: svijetla zelena na tamnoj pozadini (čitljivije od tamnog accenta) */
.page-pvc .pvc-hero__title span {
  color: #c8e6c9;
  font-weight: 700;
}

/* ALU: ista svijetla zelena + kontrast na slici */
.page-alu .pvc-hero__title span {
  color: #c8e6c9;
  font-weight: 800;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.85),
    0 2px 20px rgba(0, 0, 0, 0.55);
}

/* ALU hero: linkovi (PVC, roletne) — svjetlija zelena */
.page-alu .pvc-hero__sub a {
  color: #c5e1a5;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(197, 225, 165, 0.55);
  text-underline-offset: 0.15em;
}

.page-alu .pvc-hero__sub a:hover {
  color: #dcedc8;
  text-decoration-color: rgba(220, 237, 200, 0.85);
}

.pvc-hero__headline {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 0.75rem;
  max-width: 36ch;
}

.pvc-hero__sub {
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--color-on-dark-muted);
  margin: 0 0 1.75rem;
  max-width: 44ch;
}

.pvc-hero__sub strong {
  color: #a5d6a7;
  font-weight: 650;
}

.page-pvc .pvc-hero__sub strong,
.page-alu .pvc-hero__sub strong {
  color: #c8e6c9;
}

.pvc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  align-items: center;
}

.pvc-hero__actions .btn--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.pvc-hero__actions .btn--ghost:hover {
  border-color: var(--accent);
}

.reveal--d1 {
  transition-delay: 0.1s;
}
.reveal--d2 {
  transition-delay: 0.2s;
}
.reveal--d3 {
  transition-delay: 0.3s;
}
.reveal--d4 {
  transition-delay: 0.38s;
}

/* —— Hero: dekorativni „prozor” (wow bez skrola) —— */
.pvc-hero {
  isolation: isolate;
}

.pvc-hero__window-deco {
  position: absolute;
  right: clamp(0.75rem, 4vw, 3rem);
  top: clamp(14%, 18vh, 28%);
  width: clamp(100px, 14vw, 168px);
  aspect-ratio: 3 / 4;
  z-index: 3;
  pointer-events: none;
  opacity: 0.55;
}

.pvc-hero__window-deco__frame {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 12px 40px rgba(0, 0, 0, 0.25);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.06) 0%,
    transparent 55%
  );
}

.pvc-hero__window-deco__frame::before {
  content: "";
  position: absolute;
  inset: 14% 12%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    90deg,
    transparent 48%,
    rgba(255, 255, 255, 0.12) 50%,
    transparent 52%
  );
}

.pvc-hero__window-deco__glare {
  position: absolute;
  inset: 18% 20%;
  border-radius: 4px;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.35) 0%,
    transparent 42%,
    transparent 100%
  );
  mix-blend-mode: soft-light;
  animation: pvcHeroDecoShine 7s ease-in-out infinite;
}

@keyframes pvcHeroDecoShine {
  0%,
  100% {
    opacity: 0.35;
    transform: translate(0, 0);
  }
  50% {
    opacity: 0.65;
    transform: translate(-6%, 4%);
  }
}

@media (max-width: 699px) {
  .pvc-hero__window-deco {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvc-hero__window-deco__glare {
    animation: none;
    opacity: 0.45;
  }
}

/* —— Sekcija: prozori se otvaraju pri skrolu —— */
.pvc-window-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 6vw, 4.25rem) 0 clamp(3rem, 7vw, 4.75rem);
  background: linear-gradient(155deg, #0a1018 0%, #121a24 48%, #0c1219 100%);
  color: #e8edf4;
}

.pvc-window-showcase__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image: radial-gradient(
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px
    ),
    radial-gradient(
      rgba(67, 160, 71, 0.07) 1px,
      transparent 1px
    );
  background-size: 24px 24px, 48px 48px;
  background-position: 0 0, 12px 18px;
  pointer-events: none;
}

.pvc-window-showcase__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
  opacity: 0.45;
}

.pvc-window-showcase__glow--a {
  width: min(55vw, 420px);
  height: min(55vw, 420px);
  top: -12%;
  right: -8%;
  background: rgba(67, 160, 71, 0.35);
}

.pvc-window-showcase__glow--b {
  width: min(45vw, 320px);
  height: min(45vw, 320px);
  bottom: -5%;
  left: -6%;
  background: rgba(59, 130, 246, 0.12);
}

.pvc-window-showcase .section-kicker {
  color: rgba(255, 255, 255, 0.42);
}

.pvc-window-showcase .section-sub {
  color: rgba(255, 255, 255, 0.68);
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.pvc-window-showcase__grid {
  display: grid;
  gap: 2.25rem 1.5rem;
  grid-template-columns: 1fr;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .pvc-window-showcase__grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}

.pvc-window {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pvc-window__stage {
  perspective: 1100px;
  width: 100%;
  max-width: 280px;
}

.pvc-window__hole {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow:
    0 4px 0 rgba(255, 255, 255, 0.06) inset,
    0 24px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  border: 3px solid #e8eef5;
}

.pvc-window__view {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(calc(1.04 + var(--open, 0) * 0.05));
  will-change: transform;
}

.pvc-window__mullion {
  position: absolute;
  left: 50%;
  top: 6%;
  bottom: 6%;
  width: 2px;
  margin-left: -1px;
  z-index: 3;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.55),
    rgba(255, 255, 255, 0.15)
  );
  opacity: calc(1 - var(--open, 0));
  pointer-events: none;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.15);
}

.pvc-window__sash {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 4;
  background: linear-gradient(
    165deg,
    #f4f7fb 0%,
    #dce4ee 42%,
    #c8d2df 100%
  );
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: inset -3px 0 12px rgba(255, 255, 255, 0.65);
  transform: translateX(0);
  will-change: transform;
}

.pvc-window__sash--left {
  left: 0;
  border-radius: 10px 0 0 10px;
  transform: translateX(calc(var(--open, 0) * -100%));
}

.pvc-window__sash--right {
  right: 0;
  border-radius: 0 10px 10px 0;
  box-shadow: inset 3px 0 12px rgba(255, 255, 255, 0.65);
  transform: translateX(calc(var(--open, 0) * 100%));
}

.pvc-window__handle {
  position: absolute;
  top: 44%;
  width: 7px;
  height: 22px;
  border-radius: 3px;
  background: linear-gradient(180deg, #aeb8c4 0%, #7a8696 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.pvc-window__sash--left .pvc-window__handle {
  right: 10%;
  left: auto;
}

.pvc-window__sash--right .pvc-window__handle {
  left: 10%;
}

.pvc-window__cap {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
  line-height: 1.45;
  max-width: 22ch;
}

.pvc-window-showcase__hint {
  text-align: center;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 2.25rem 0 0;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
  .pvc-window__view {
    transition: none;
    transform: scale(1.08);
  }

  .pvc-window__sash--left,
  .pvc-window__sash--right {
    transform: none;
    opacity: 0;
  }

  .pvc-window__mullion {
    opacity: 0;
  }
}

/* —— Benefits (carousel: 3 po redu, auto-skrol) —— */
.pvc-benefits {
  background: var(--color-surface);
}

.pvc-benefits__carousel {
  position: relative;
}

.pvc-benefits__viewport {
  --pvc-ben-gap: 1.25rem;
  overflow: hidden;
}

.pvc-benefits__track {
  display: flex;
  gap: var(--pvc-ben-gap);
  transition: transform 0.65s var(--ease-out);
  will-change: transform;
}

@media (min-width: 900px) {
  .pvc-benefit-card {
    flex: 0 0 calc((100% - 2 * var(--pvc-ben-gap)) / 3);
    min-width: 0;
  }
}

@media (max-width: 899px) {
  .pvc-benefits__viewport {
    overflow: visible;
  }

  .pvc-benefits__track {
    flex-direction: column;
    transform: none !important;
  }

  .pvc-benefit-card {
    width: 100%;
  }

  .pvc-benefits__dots {
    display: none;
  }
}

.pvc-benefits__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.35rem;
}

.pvc-benefits__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
}

.pvc-benefits__dot[aria-current="true"] {
  background: var(--accent);
  transform: scale(1.15);
}

.pvc-benefits__dot:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

@media (min-width: 900px) and (prefers-reduced-motion: reduce) {
  .pvc-benefits__viewport {
    overflow: visible;
  }

  .pvc-benefits__track {
    flex-wrap: wrap;
    row-gap: var(--pvc-ben-gap);
    transform: none !important;
  }

  .pvc-benefit-card {
    flex: 0 0 calc((100% - 2 * var(--pvc-ben-gap)) / 3);
  }

  .pvc-benefits__dots {
    display: none;
  }
}

.pvc-benefit-card {
  position: relative;
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius-lg);
  background: var(--color-surface-muted);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: border-color 0.3s var(--ease-out), box-shadow 0.3s;
  overflow: hidden;
}

.pvc-benefit-card:hover {
  border-color: rgba(67, 160, 71, 0.18);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.pvc-benefit-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(67, 160, 71, 0.1);
  color: var(--accent);
  margin-bottom: 1rem;
}

.pvc-benefit-card__icon svg {
  width: 22px;
  height: 22px;
}

.pvc-benefit-card__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
  color: var(--color-text);
}

.pvc-benefit-card__text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}

/* —— Products — mreža 2×2, veće ikone —— */
.pvc-products {
  background: var(--color-surface-muted);
}

.pvc-products__intro {
  max-width: 40rem;
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.pvc-products__intro strong {
  color: var(--color-text);
  font-weight: 600;
}

.pvc-products__grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: 1fr;
  max-width: 920px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .pvc-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1.35rem;
  }
}

.pvc-product-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem 1.85rem;
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.pvc-product-tile:hover {
  border-color: rgba(67, 160, 71, 0.2);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}

.pvc-product-tile__icon {
  width: 104px;
  height: 104px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(67, 160, 71, 0.12) 0%, rgba(13, 17, 23, 0.03) 100%);
  border: 1px solid rgba(67, 160, 71, 0.16);
  color: var(--accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.pvc-product-tile__icon svg {
  width: 56px;
  height: 56px;
}

.pvc-product-tile__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  color: var(--color-text);
}

.pvc-product-tile__desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  max-width: 28ch;
}

/* —— Quality split —— */
.pvc-quality {
  background: var(--color-surface);
}

.pvc-quality__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .pvc-quality__grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 3rem;
  }
}

.pvc-quality__visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  max-height: 380px;
  box-shadow: var(--shadow-card);
}

@media (min-width: 900px) {
  .pvc-quality__visual {
    max-height: 420px;
  }
}

.pvc-quality__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.pvc-quality__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.pvc-quality__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: inherit;
  pointer-events: none;
}

.pvc-quality__lead {
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--color-text);
  margin: 0 0 0.75rem;
  max-width: 36ch;
}

.pvc-quality__lead strong {
  color: var(--accent);
  font-weight: 700;
}

.pvc-quality__list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.pvc-quality__list li {
  position: relative;
  padding: 0.85rem 0 0.85rem 2.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 1rem;
  color: var(--color-text);
}

.pvc-quality__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(67, 160, 71, 0.2);
}

/* —— Gallery —— */
.pvc-gallery {
  background: var(--color-bg);
  color: var(--color-on-dark);
}

.pvc-gallery .section-sub {
  color: var(--color-on-dark-muted);
}

.pvc-gallery__head .section-kicker {
  color: rgba(255, 255, 255, 0.45);
}

.pvc-gallery__head .section-heading {
  color: #fff;
}

.pvc-gallery__head .section-sub {
  color: var(--color-on-dark-muted);
}

.pvc-gallery__grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .pvc-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
  }
}

/* Kompaktna galerija — manje vertikalnog prostora */
.pvc-gallery--compact {
  padding: clamp(1.35rem, 2.5vw, 2rem) 0 !important;
}

.pvc-gallery__head--compact {
  margin-bottom: 0.85rem !important;
}

.pvc-gallery__head--compact .section-heading {
  font-size: clamp(1.3rem, 2.4vw, 1.65rem);
  margin-bottom: 0.35rem;
}

.pvc-gallery__sub {
  font-size: 0.88rem !important;
  line-height: 1.45;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.pvc-gallery--compact .pvc-gallery__grid {
  max-width: 520px;
  gap: 0.6rem;
  margin-top: 0.35rem;
}

@media (min-width: 640px) {
  .pvc-gallery--compact .pvc-gallery__grid {
    max-width: 560px;
  }
}

.pvc-gallery__item {
  position: relative;
  border: none;
  padding: 0;
  cursor: zoom-in;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--color-bg-elevated);
  aspect-ratio: 4 / 3;
  min-height: 200px;
}

.pvc-gallery--compact .pvc-gallery__item {
  aspect-ratio: 5 / 3;
  min-height: 0;
  max-height: 118px;
  border-radius: 10px;
}

@media (min-width: 480px) {
  .pvc-gallery--compact .pvc-gallery__item {
    max-height: 132px;
  }
}

.pvc-gallery--compact .pvc-gallery__cap {
  font-size: 0.62rem;
  left: 0.5rem;
  bottom: 0.45rem;
}

.pvc-gallery__item:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.pvc-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--ease-out);
}

.pvc-gallery__item:hover img {
  transform: scale(1.05);
}

.pvc-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(13, 17, 23, 0.65) 100%);
  opacity: 0.7;
  pointer-events: none;
  transition: opacity 0.35s;
}

.pvc-gallery__item:hover::after {
  opacity: 0.9;
}

.pvc-gallery__cap {
  position: absolute;
  left: 0.75rem;
  bottom: 0.65rem;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

/* —— Stats (reuse stats-band look) —— */
@media (min-width: 800px) {
  .pvc-stats .stats-band__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* —— CTA band —— */
.pvc-cta-strong .cta-final__title {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

/* —— Mobile sticky bar —— */
.pvc-mobile-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom, 0));
  background: rgba(13, 17, 23, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

.pvc-mobile-bar__btn {
  flex: 1;
  max-width: 360px;
  text-align: center;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
  box-shadow: 0 4px 20px var(--accent-ghost);
}

.pvc-mobile-bar__btn:hover {
  filter: brightness(1.06);
}

@media (max-width: 899px) {
  .page-pvc .pvc-mobile-bar {
    display: flex;
  }

  .page-pvc .sticky-call {
    bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
  }

  .page-pvc main {
    padding-bottom: 4.5rem;
  }

  .page-alu .sticky-call {
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }
}

/* ALU landing — blagi „metalni” okvir u sekciji scroll-prozora */
.page-alu .pvc-window__hole {
  border-color: #bec8d4;
  box-shadow:
    0 4px 0 rgba(255, 255, 255, 0.04) inset,
    0 24px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}

.page-alu .pvc-window__sash {
  background: linear-gradient(165deg, #eef1f5 0%, #d4dce6 42%, #b9c6d4 100%);
  box-shadow: inset -3px 0 14px rgba(255, 255, 255, 0.55);
}

.page-alu .pvc-window__sash--right {
  box-shadow: inset 3px 0 14px rgba(255, 255, 255, 0.55);
}
