:root {
  --bg: #080a0d;
  --panel: #11151a;
  --text: #f5f7f8;
  --muted: #a7adb4;
  --accent: #2f6bff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
.container { width: min(100%, 1240px); margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section__kicker {
  margin: 0 0 12px;
  color: rgba(245,247,248,0.75);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section__title {
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.section__text {
  margin: 18px 0 0;
  max-width: 48rem;
  color: var(--muted);
  line-height: 1.7;
}
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #000; }
.hero__video, .hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__video { object-fit: cover; object-position: center center; transform: scale(1.02); }
.hero__overlay { background: linear-gradient(180deg, rgba(8,10,13,0.25) 0%, rgba(8,10,13,0.62) 55%, rgba(8,10,13,0.88) 100%); }
.hero__content { position: relative; z-index: 1; width: min(100%, 1240px); margin: 0 auto; padding: 24px 20px 34px; }
.hero__eyebrow { margin: 0 0 14px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; color: rgba(245,247,248,0.82); }
.hero h1 { margin: 0; max-width: 11ch; font-family: Manrope, Inter, sans-serif; font-size: clamp(2.55rem, 10vw, 5.8rem); line-height: 0.95; letter-spacing: -0.05em; }
.hero__text { max-width: 34rem; margin: 16px 0 0; font-size: 1rem; line-height: 1.6; color: var(--muted); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 999px; font-size: 0.85rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; border: 0; }
.button--primary { background: var(--accent); color: #fff; }
.button--secondary { border: 1px solid rgba(245,247,248,0.2); background: rgba(17,21,26,0.55); backdrop-filter: blur(8px); }
.button--wide, .button--cta { width: 100%; }
.hero__list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 8px; color: rgba(245,247,248,0.88); }
.hero__list li { padding-left: 14px; position: relative; }
.hero__list li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.section--services, .section--feature, .section--gallery, .section--process, .section--faq, .section--cta { border-top: 1px solid rgba(245,247,248,0.06); }
.service-grid { display: grid; gap: 16px; margin-top: 28px; }
.service-card, .feature, .faq__item, .steps li, .cta, .footer__inner { background: rgba(17,21,26,0.74); border: 1px solid rgba(245,247,248,0.08); border-radius: 28px; }
.service-card { overflow: hidden; }
.service-card__media {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(47,107,255,0.14), rgba(255,255,255,0.03));
  border-bottom: 1px solid rgba(245,247,248,0.08);
}
.service-card__media img,
.service-card__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,10,13,0.05), rgba(8,10,13,0.28));
}
.service-card__body { padding: 20px; }
.service-card__body h3 { margin: 0; font-size: 1.25rem; }
.service-card__body p { margin: 12px 0 18px; color: var(--muted); line-height: 1.7; }
.feature { padding: 24px; }
.checklist, .steps { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.checklist li, .steps li { position: relative; padding: 16px 16px 16px 42px; line-height: 1.6; }
.checklist li::before, .steps li::before { content: ""; position: absolute; left: 16px; top: 20px; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); }
.gallery { display: grid; gap: 12px; margin-top: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery__item { min-height: 180px; padding: 16px; border: 1px dashed rgba(245,247,248,0.14); border-radius: 24px; background: rgba(17,21,26,0.62); color: rgba(245,247,248,0.72); text-align: left; display: flex; align-items: flex-end; cursor: pointer; }
.gallery__item span { font-size: 0.92rem; word-break: break-word; }
.gallery__item--wide { grid-column: span 2; min-height: 210px; }
.gallery__item--tall { min-height: 300px; }
.steps { margin-top: 28px; }
.faq { margin-top: 28px; display: grid; gap: 12px; }
.faq__item { padding: 0 18px; }
.faq__item summary { list-style: none; cursor: pointer; padding: 18px 0; font-weight: 700; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item p { margin: 0 0 18px; color: var(--muted); line-height: 1.7; }
.cta { padding: 28px 20px; text-align: left; }
.footer { padding: 18px 0 32px; }
.footer__inner { padding: 20px; display: grid; gap: 16px; }
.footer p { margin: 6px 0 0; color: var(--muted); }
.footer a { display: inline-block; margin-right: 16px; color: var(--text); }
.lightbox { position: fixed; inset: 0; z-index: 50; background: rgba(8,10,13,0.94); display: grid; place-items: center; padding: 20px; }
.lightbox[hidden] { display: none; }
.lightbox__figure { margin: 0; width: min(100%, 1080px); }
.lightbox__image { width: 100%; height: min(72svh, 760px); object-fit: contain; background: rgba(255,255,255,0.03); border-radius: 24px; }
.lightbox__caption { margin-top: 10px; color: var(--muted); text-align: center; }
.lightbox__close, .lightbox__nav { position: absolute; border: 0; background: rgba(17,21,26,0.86); color: #fff; border-radius: 999px; width: 48px; height: 48px; font-size: 1.6rem; display: grid; place-items: center; }
.lightbox__close { top: 18px; right: 18px; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav--prev { left: 18px; }
.lightbox__nav--next { right: 18px; }
@media (min-width: 768px) {
  .hero__content { padding: 40px 32px 56px; }
  .hero__text { font-size: 1.05rem; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature { padding: 32px; }
  .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery__item--wide { grid-column: span 2; }
  .cta { padding: 36px 32px; }
  .footer__inner { grid-template-columns: 1fr auto; align-items: center; }
}
@media (min-width: 1100px) {
  .gallery { grid-auto-rows: 210px; }
  .gallery__item--wide { min-height: auto; }
  .gallery__item--tall { grid-row: span 2; min-height: auto; }
}


/* Hero: Instagram levo, logo desno i slideshow umesto videa */
.hero__slideshow,
.hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__slideshow {
  background:
    radial-gradient(circle at 72% 30%, rgba(47,107,255,0.20), transparent 34%),
    linear-gradient(145deg, #050609, #11151a 55%, #080a0d);
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.hero-slide.is-active { opacity: 1; }
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-slide--placeholder {
  display: grid;
  place-items: center;
  padding: 24px;
}
.hero-slide__placeholder {
  width: min(84%, 720px);
  min-height: 240px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px dashed rgba(245,247,248,0.18);
  border-radius: 28px;
  color: rgba(245,247,248,0.46);
  background: rgba(17,21,26,0.34);
  backdrop-filter: blur(6px);
}
.hero__topbar {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
}
.hero__instagram {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  max-width: calc(100% - 104px);
  padding: 0 14px;
  border: 1px solid rgba(245,247,248,0.18);
  border-radius: 999px;
  background: rgba(8,10,13,0.52);
  backdrop-filter: blur(10px);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero__logo {
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(245,247,248,0.18);
  background: #000;
  box-shadow: 0 12px 34px rgba(0,0,0,0.30);
}
.hero__eyebrow {
  max-width: 38rem;
  margin-bottom: 16px;
  font-size: clamp(0.92rem, 2.8vw, 1.16rem);
  line-height: 1.45;
  letter-spacing: 0.14em;
}
.hero h1 {
  max-width: 14ch;
  font-size: clamp(2rem, 7.2vw, 4.65rem);
  line-height: 0.98;
}
.hero__content {
  padding-top: 124px;
}

/* Postepena galerija sa lepezama */
.section--work-gallery {
  border-top: 1px solid rgba(245,247,248,0.06);
}
.gallery-launch {
  width: 100%;
  margin-top: 30px;
  padding: 24px;
  color: var(--text);
  text-align: left;
  border: 1px solid rgba(245,247,248,0.09);
  border-radius: 30px;
  background: rgba(17,21,26,0.76);
  cursor: pointer;
  display: grid;
  gap: 26px;
}
.gallery-launch__fan,
.vehicle-card__fan {
  position: relative;
  display: block;
  min-height: 250px;
}
.fan-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(66%, 260px);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(245,247,248,0.14);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(47,107,255,0.18), rgba(17,21,26,0.98));
  box-shadow: 0 18px 42px rgba(0,0,0,0.34);
  transform-origin: center bottom;
}
.fan-card:nth-child(1) { transform: translate(-62%, -47%) rotate(-8deg); }
.fan-card:nth-child(2) { transform: translate(-50%, -52%) rotate(0deg); z-index: 2; }
.fan-card:nth-child(3) { transform: translate(-38%, -47%) rotate(8deg); z-index: 1; }
.fan-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fan-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 16px;
  color: rgba(245,247,248,0.62);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}
.gallery-launch__copy {
  display: grid;
  gap: 8px;
}
.gallery-launch__copy strong {
  font-family: Manrope, Inter, sans-serif;
  font-size: 1.35rem;
}
.gallery-launch__copy span {
  color: var(--muted);
  line-height: 1.65;
}
.work-modal[hidden] { display: none; }
.work-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 12px;
}
.work-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.84);
  backdrop-filter: blur(10px);
}
.work-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  max-height: calc(100svh - 24px);
  overflow-y: auto;
  padding: 22px;
  border: 1px solid rgba(245,247,248,0.10);
  border-radius: 28px;
  background: #0d1116;
  box-shadow: 0 28px 90px rgba(0,0,0,0.54);
}
.work-modal__header {
  position: sticky;
  top: -22px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -22px -22px 20px;
  padding: 22px;
  background: rgba(13,17,22,0.96);
  border-bottom: 1px solid rgba(245,247,248,0.07);
  backdrop-filter: blur(12px);
}
.modal-close {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid rgba(245,247,248,0.12);
  border-radius: 50%;
  background: rgba(245,247,248,0.06);
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}
.vehicle-grid {
  display: grid;
  gap: 16px;
}
.vehicle-card {
  width: 100%;
  padding: 18px;
  color: var(--text);
  text-align: left;
  border: 1px solid rgba(245,247,248,0.08);
  border-radius: 26px;
  background: rgba(17,21,26,0.84);
  cursor: pointer;
}
.vehicle-card__fan { min-height: 205px; }
.vehicle-card__title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 8px;
}
.vehicle-card__title strong {
  font-family: Manrope, Inter, sans-serif;
  font-size: 1.25rem;
}
.vehicle-card__title span {
  color: var(--muted);
  font-size: 0.9rem;
}
.vehicle-photo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.vehicle-photo {
  display: block;
  width: 100%;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(245,247,248,0.09);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(47,107,255,0.13), rgba(245,247,248,0.03));
  padding: 0;
  cursor: pointer;
}
.vehicle-photo img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
.vehicle-photo__placeholder {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 18px;
  color: rgba(245,247,248,0.48);
  text-align: center;
}
.work-modal__actions { display: flex; gap: 12px; align-items: center; justify-content: flex-end; }
.modal-back {
  min-width: 110px;
  min-height: 46px;
  padding: 0 18px;
  flex: 0 0 auto;
  border: 1px solid rgba(245,247,248,0.14);
  border-radius: 999px;
  background: rgba(245,247,248,0.06);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8,10,13,0.94);
}
.lightbox[hidden] { display: none; }
.lightbox__figure {
  margin: 0;
  width: min(100%, 1100px);
}
.lightbox__image {
  width: 100%;
  height: min(78svh, 820px);
  object-fit: contain;
  background: rgba(255,255,255,0.03);
  border-radius: 24px;
}
.lightbox__caption {
  margin-top: 10px;
  color: var(--muted);
  text-align: center;
}
.lightbox__close, .lightbox__nav {
  position: absolute;
  border: 0;
  background: rgba(17,21,26,0.86);
  color: #fff;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  font-size: 1.6rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.lightbox__close { top: 18px; right: 18px; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav--prev { left: 18px; }
.lightbox__nav--next { right: 18px; }
body.modal-open { overflow: hidden; }

@media (min-width: 768px) {
  .hero__topbar { padding: 26px 32px; }
  .hero__logo { width: 96px; height: 96px; border-radius: 22px; }
  .hero__instagram { font-size: 0.9rem; }
  .hero__content { padding-top: 150px; }
  .gallery-launch {
    grid-template-columns: minmax(360px, 0.8fr) 1fr;
    align-items: center;
    padding: 34px;
  }
  .vehicle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vehicle-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .vehicle-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vehicle-photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}


.service-card[data-open-vehicle] {
  cursor: pointer;
}

.service-card[data-open-vehicle]:focus-visible {
  outline: 2px solid var(--accent, #2f6bff);
  outline-offset: 4px;
}

.service-card[data-open-vehicle] .service-card__media {
  position: relative;
}

.service-card[data-open-vehicle] .service-card__media::after {
  content: "Pogledajte fotografije";
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(5,7,10,0.72);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  backdrop-filter: blur(8px);
}


/* Proces ugradnje */
.section--installation-process {
  border-top: 1px solid rgba(245, 247, 248, 0.06);
}

.installation-process {
  display: grid;
  gap: 22px;
  margin-top: 30px;
}

.installation-process__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(245, 247, 248, 0.1);
  border-radius: 28px;
  background: #05070a;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

.installation-process__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Galerija radova: brendovi, pa modeli povezani sa Instagram objavama. */
.brand-gallery {
  margin-top: 30px;
}

.brand-gallery__brands,
.brand-gallery__models {
  display: grid;
  gap: 16px;
}

.brand-card,
.model-card {
  overflow: hidden;
  border: 1px solid rgba(245,247,248,0.10);
  border-radius: 26px;
  background: rgba(17,21,26,0.78);
  box-shadow: 0 18px 46px rgba(0,0,0,0.22);
}

.brand-card {
  position: relative;
  min-height: 250px;
  padding: 0;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.brand-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.brand-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,10,13,0.08), rgba(8,10,13,0.90));
}

.brand-card:hover img,
.brand-card:focus-visible img {
  transform: scale(1.05);
}

.brand-card:focus-visible,
.brand-gallery__back:focus-visible,
.model-card__photo:focus-visible,
.model-card__action:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.brand-card__content {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.brand-card__content strong {
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  letter-spacing: -0.04em;
}

.brand-card__content span {
  padding: 7px 10px;
  border: 1px solid rgba(245,247,248,0.14);
  border-radius: 999px;
  background: rgba(8,10,13,0.54);
  color: rgba(245,247,248,0.84);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.brand-gallery__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.brand-gallery__toolbar h3 {
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(1.5rem, 5vw, 2.2rem);
}

.brand-gallery__back {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(245,247,248,0.14);
  border-radius: 999px;
  background: rgba(245,247,248,0.06);
  color: var(--text);
  cursor: pointer;
}

.model-card__photo {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #080a0d;
}

.model-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.model-card__photo:hover img,
.model-card__photo:focus-visible img {
  transform: scale(1.04);
}

.model-card__body {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.model-card__body h4 {
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: 1.18rem;
}

.model-card__action {
  width: 100%;
}

@media (min-width: 680px) {
  .brand-gallery__brands,
  .brand-gallery__models {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .brand-gallery__brands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-gallery__models {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.installation-process__aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  padding: 26px;
  border: 1px solid rgba(245, 247, 248, 0.09);
  border-radius: 28px;
  background: rgba(17, 21, 26, 0.78);
}

.installation-process__label {
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(1.45rem, 5vw, 2.2rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--text);
}

.installation-process__text {
  margin: 0 0 6px;
  color: var(--muted);
  line-height: 1.65;
}

@media (min-width: 900px) {
  .installation-process {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.65fr);
    align-items: stretch;
  }

  .installation-process__aside {
    padding: 34px;
  }
}


/* Ispravka klikabilne kartice Ambijentalno osvetljenje */
.service-card[data-open-vehicle] .service-card__media::after {
  content: "Pogledajte fotografije";
  inset: auto 16px 16px auto;
  width: auto;
  height: auto;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(5, 7, 10, 0.76);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  backdrop-filter: blur(8px);
  pointer-events: none;
}

/* Proces ugradnje bez YouTube greÃƒâ€¦Ã‚Â¡ke u lokalnom file:// pregledu */
.installation-process__poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #05070a;
  color: #fff;
  cursor: pointer;
}

.installation-process__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.installation-process__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 7, 10, 0.08), rgba(5, 7, 10, 0.48));
}

.installation-process__play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  padding-left: 5px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(5, 7, 10, 0.72);
  font-size: 1.65rem;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.38);
}

.installation-process__watch {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(5, 7, 10, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.installation-process__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
