.studio-nowy-page {
  --accent: #ff2a3e;
  --accent-2: #ff5463;
  --theme-dark-bg: #0f0f12;
  --theme-dark-bg-soft: #141a22;
  --theme-dark-text: #f5f5f7;
  --theme-dark-muted: #c2c4cc;
  --theme-dark-card: #1c1f2b;
  --theme-dark-border: rgba(255, 255, 255, 0.08);
  --theme-dark-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  --bg: #ffffff;
  --bg-soft: #f5f5f7;
  --text: #0f0f12;
  --muted: #555b66;
  --card: #ffffff;
  --border: rgba(15, 15, 18, 0.08);
  --shadow: 0 20px 40px rgba(15, 15, 18, 0.12);
  --hero-panel-bg: rgba(255, 255, 255, 0.658);
  --hero-panel-text: #0f0f12;
  --hero-panel-muted: #3b4048;
  --dl-size-size-small: 48px;
  --dl-size-size-maxwidth: 1400px;
  --section-max-width: 1240px;
  --section-padding-y: 36px;
  --section-gap: 48px;
  --section-heading-top-gap: 12px;
  --section-heading-content-gap: 48px;
  --dl-space-space-unit: 16px;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-oneandhalfunits: 24px;
  --dl-space-space-twounits: 32px;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-fourunits: 64px;
  --dl-space-space-fiveunits: 80px;
  --dl-color-primary-biały: #ffffff;
  --dl-color-custom-primary1: #ff2a3e;
  --dl-radius-radius-radius8: 8px;
}
.studio-nowy-page,
.studio-nowy-page * {
  box-sizing: border-box;
}

.studio-nowy-page {
  margin: 0;
  font-family: "Exo 2", system-ui, sans-serif;
  color: var(--text);
  background-color: var(--bg);
  background-image: linear-gradient(120deg, #f7f7fa 0%, #ffffff 45%, #f2f3f7 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.studio-nowy-page h1,
.studio-nowy-page h2,
.studio-nowy-page h3 {
  letter-spacing: 0.2px;
}

.studio-nowy-page.theme-dark {
  --bg: var(--theme-dark-bg);
  --bg-soft: var(--theme-dark-bg-soft);
  --text: var(--theme-dark-text);
  --muted: var(--theme-dark-muted);
  --card: var(--theme-dark-card);
  --border: var(--theme-dark-border);
  --shadow: var(--theme-dark-shadow);
  --hero-panel-bg: rgba(10, 10, 14, 0.6);
  --hero-panel-text: #f5f5f7;
  --hero-panel-muted: #c2c4cc;
  background: var(--bg);
  color: var(--text);
}

.studio-nowy-page a {
  /*color: inherit;*/
  text-decoration: none;
}

.studio-nowy-page img {
  max-width: 100%;
  display: block;
}

.studio-nowy-page .page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
}

.studio-nowy-page .page::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(900px 480px at 10% 8%, rgba(255, 42, 62, 0.08), transparent 60%),
    radial-gradient(700px 520px at 92% 12%, rgba(15, 15, 18, 0.08), transparent 65%),
    radial-gradient(860px 600px at 50% 88%, rgba(255, 84, 99, 0.06), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.studio-nowy-page main {
  flex: 1;
}

.studio-nowy-page .section-header {
  max-width: 900px;
  margin: var(--section-heading-top-gap) auto var(--section-heading-content-gap);
  text-align: center;
}

.studio-nowy-page .section-header-opinie {
    max-width: 900px;
    margin: var(--section-heading-top-gap) auto var(--section-heading-content-gap);
    text-align: center;
}

.studio-nowy-page .section-header h2 {
  font-size: clamp(32px, 3.2vw, 48px);
  margin: 0 0 12px;
  position: relative;
}

.studio-nowy-page .section-header h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, var(--accent), rgba(255, 84, 99, 0.25));
  border-radius: 999px;
}

.studio-nowy-page .section-header p {
  color: var(--muted);
  font-size: 18px;
}

.studio-nowy-page .team-subtitle {
  display: block;
  color: var(--accent);
  font-weight: 600;
  font-size: 16px;
  margin-top: 8px;
  letter-spacing: 0.3px;
}

.studio-nowy-page .thq-section-max-width {
  width: min(100%, var(--section-max-width));
  margin: 0 auto;
}

.studio-nowy-page .thq-body-large {
  font-size: 18px;
  line-height: 1.6;
}

.studio-nowy-page .thq-body-small {
  font-size: 14px;
  color: var(--muted);
}

.studio-nowy-page .thq-img-round {
  border-radius: 50%;
}

.studio-nowy-page .thq-img-ratio-1-1 {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.studio-nowy-page .featuresContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.studio-nowy-page .featuresCard {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
}

.studio-nowy-page .heading3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.studio-nowy-page .bodySmall {
  color: var(--muted);
  font-size: 14px;
}

.studio-nowy-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  letter-spacing: 0.3px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.studio-nowy-page .btn.primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 42, 62, 0.35);
}

.studio-nowy-page .btn.primary:hover {
  background: var(--accent-2);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(255, 42, 62, 0.4);
}

.studio-nowy-page .btn.ghost {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
}

.studio-nowy-page .btn.ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}


.studio-hero {
  padding: 0;
  margin-top: 142px;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  min-height: 72vh;
  touch-action: pan-y;
}

/* Previous slide animation (left/right). */
/*
.hero-slide {
  min-height: 72vh;
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateX(12%);
  transition: transform 0.8s ease, opacity 0.8s ease;
  pointer-events: none;
  will-change: transform, opacity;
}

.hero-slide.is-enter-left {
  transform: translateX(-12%);
}

.hero-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  z-index: 2;
}

.hero-slide.is-exit-left {
  opacity: 0;
  transform: translateX(-12%);
  z-index: 1;
}

.hero-slide.is-exit-right {
  opacity: 0;
  transform: translateX(12%);
  z-index: 1;
}
*/

.hero-slide {
  /*min-height: 72vh;*/
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.8s ease, transform 1.2s ease;
  pointer-events: none;
  will-change: transform, opacity;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 2;
}

.hero-overlay {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero-slide.is-active .hero-overlay {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.hero-overlay {
  width: min(90%, 800px);
  margin-left: 8vw;
  background: var(--hero-panel-bg);
  padding: 33.6px;
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(2px);
  color: var(--hero-panel-text);
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 9.6px;
  color: var(--accent);
  margin-bottom: 9.6px;
}

.hero-overlay h1 {
  font-size: clamp(24px, 3.2vw, 43.2px);
  margin: 0 0 12.8px;
}

.hero-overlay p {
  color: var(--hero-panel-muted);
  font-size: 14.4px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.hero-controls {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(12, 12, 14, 0.85);
  padding: 10px 16px;
  border-radius: 999px;
  border: 2px solid rgb(239 239 239 / 93%);
  z-index: 4;
}

.hero-control {
  background: transparent;
  border: none;
  font-size: 0;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s ease;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-control:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.hero-control[data-action="prev"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.hero-control[data-action="next"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.hero-dots {
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  box-sizing: border-box;
}

.hero-dot.is-active {
  background: var(--accent);
}

.team {
  /*padding-left: 6vw;
  padding-right: 6vw;
  padding-bottom: 6vw;*/
  padding: var(--section-padding-y) 0;
  background-color: #ffffff;
  background-image:
    radial-gradient(950px 450px at 15% 5%, rgba(255, 84, 99, 0.09), transparent 65%),
    radial-gradient(800px 400px at 85% 90%, rgba(255, 42, 62, 0.07), transparent 65%),
    radial-gradient(600px 350px at 50% 50%, rgba(15, 15, 18, 0.04), transparent 70%),
    repeating-linear-gradient(45deg, rgba(255, 84, 99, 0.03) 0 16px, transparent 16px 32px);
  background-size: auto, auto, auto, auto;
  box-shadow: inset 0 1px 0 rgba(15, 15, 18, 0.06), inset 0 -1px 0 rgba(15, 15, 18, 0.06);
  position: relative;
  overflow: hidden;
}

.team::before {
  content: "";
  position: absolute;
  left: 2%;
  top: 20%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 84, 99, 0.08), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.team::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 15%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 42, 62, 0.06), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.studio-uslugi {
  background-color: #ffffff;
  background-image:
    radial-gradient(820px 420px at 92% 8%, rgba(255, 84, 99, 0.08), transparent 60%),
    radial-gradient(720px 360px at 8% 86%, rgba(15, 15, 18, 0.05), transparent 60%),
    repeating-linear-gradient(0deg, rgba(15, 15, 18, 0.03) 0 1px, transparent 1px 48px);
  background-size: auto, auto, 48px 48px;
  box-shadow: inset 0 1px 0 rgba(15, 15, 18, 0.06), inset 0 -1px 0 rgba(15, 15, 18, 0.06);
}

.studio-wspprace {
  background-color: #ffffff;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)),
    repeating-linear-gradient(135deg, rgba(255, 42, 62, 0.045) 0 10px, transparent 10px 26px);
  background-repeat: repeat, repeat;
  background-position: center, 0 0;
  background-size: auto, auto;
  box-shadow: inset 0 1px 0 rgba(15, 15, 18, 0.06), inset 0 -1px 0 rgba(15, 15, 18, 0.06);
}

.studio-korzysci {
  background-color: #ffffff;
  background-image:
    radial-gradient(880px 520px at 18% 0%, rgba(255, 84, 99, 0.08), transparent 60%),
    radial-gradient(640px 420px at 85% 100%, rgba(15, 15, 18, 0.05), transparent 60%),
    repeating-linear-gradient(0deg, rgba(15, 15, 18, 0.035) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, rgba(15, 15, 18, 0.035) 0 1px, transparent 1px 44px);
  background-size: auto, auto, 44px 44px, 44px 44px;
  box-shadow: inset 0 1px 0 rgba(15, 15, 18, 0.06), inset 0 -1px 0 rgba(15, 15, 18, 0.06);
}

.studio-opinie {
  background-color: #ffffff;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    repeating-linear-gradient(45deg, rgba(15, 15, 18, 0.03) 0 12px, transparent 12px 28px);
  background-repeat: repeat, repeat;
  background-position: center, 0 0;
  background-size: auto, auto;
  box-shadow: inset 0 1px 0 rgba(15, 15, 18, 0.06), inset 0 -1px 0 rgba(15, 15, 18, 0.06);
}

.studio-features,
.studio-features1,
.studio-features2 {
  color: var(--text);
}

.studio-text12,
.studio-text13,
.studio-text28,
.studio-text29 {
  color: var(--text);
  font-size: clamp(32px, 3.2vw, 48px);
  text-align: center;
  margin: var(--section-heading-top-gap) 0 0;
  position: relative;
  margin-bottom: 0;
}

.studio-text12::after,
.studio-text13::after,
.studio-text28::after,
.studio-text29::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, var(--accent), rgba(255, 84, 99, 0.25));
  border-radius: 999px;
}

.studio-image01,
.studio-image02,
.studio-image03,
.studio-image04,
.studio-image05,
.studio-image06,
.studio-image07,
.studio-image08 {
  background: #fff;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 338px);
  gap: 24px;
  width: min(100%, var(--section-max-width));
  margin: 0 auto;
  justify-content: center;
}

.team {
  overflow: hidden;
}

/* Glow Border Animation */
.animated-border-box, .animated-border-box-glow{
  max-height: 494px;
  max-width: 338px;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; 
  z-index: 0;
  border-radius: 10px;
}

.animated-border-box-glow{
  overflow: hidden;
  filter: blur(20px);
}

.animated-border-box:before, .animated-border-box-glow:before {
  content: '';
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 240%;
  height: 240%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(rgba(0,0,0,0), #ff2a3e, rgba(0,0,0,0) 25%);
  animation: rotate 4s linear infinite;
}

.animated-border-box:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #292a2e;
  border-radius: 7px;
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

body {
  margin: 0px;
  overflow-x: hidden;
}

.center-box{
  height: 494px;
  width: 338px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: relative;
}

.center-box::before {
  content: "";
  position: absolute;
  top: 18%;
  left: 76%;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.45);
  z-index: 6;
  pointer-events: none;
  animation: teamClickRippleLoop 2.2s ease-out infinite;
  transition: none;
}

.center-box::after {
  content: "";
  position: absolute;
  top: 18%;
  left: 76%;
  width: 58px;
  height: 72px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='48' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' stroke='%23000' stroke-width='0.5' stroke-linejoin='round' d='M10 11V8.99c0-.88.59-1.64 1.44-1.86h.05A1.99 1.99 0 0 1 14 9.05V12v-2c0-.88.6-1.65 1.46-1.87h.05A1.98 1.98 0 0 1 18 10.06V13v-1.94a2 2 0 0 1 1.51-1.94h0A2 2 0 0 1 22 11.06V14c0 .6-.08 1.27-.21 1.97a7.96 7.96 0 0 1-7.55 6.48 54.98 54.98 0 0 1-4.48 0 7.96 7.96 0 0 1-7.55-6.48C2.08 15.27 2 14.59 2 14v-1.49c0-1.11.9-2.01 2.01-2.01h0a2 2 0 0 1 2.01 2.03l-.01.97v-10c0-1.1.9-2 2-2h0a2 2 0 0 1 2 2V11Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 7;
  pointer-events: none;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
  transform: translate(-50%, -50%) scale(1);
  animation: teamPointerPressLoop 2.2s ease-in-out infinite;
  opacity: 85%;
  rotate: -5deg;
  transition: none;
}

@media (hover: hover) and (pointer: fine) {
  .center-box:hover::before,
  .center-box:hover::after {
    opacity: 0 !important;
    animation: none !important;
  }
}

.center-box.is-open::before,
.center-box.is-open::after {
  content: none !important;
  opacity: 0 !important;
  animation: none !important;
}

@keyframes teamClickRippleLoop {
  0%, 52%, 100% {
    opacity: 0;
    transform: scale(0.45);
  }
  55% {
    opacity: 0.85;
    transform: scale(0.45);
  }
  82% {
    opacity: 0;
    transform: scale(2.4);
  }
}

@keyframes teamPointerPressLoop {
  0%, 52%, 100% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.88);
  }
  74% {
    transform: scale(1.02);
  }
}

@media (max-width: 1000px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 0 16px;
  }

  .center-box {
    width: 100%;
    height: auto;
    aspect-ratio: 338 / 494;
  }

  .center-box::after {
    top: 18%;
    left: 76%;
    width: 48px;
    height: 60px;
  }

  .center-box::before {
    top: 18%;
    left: 76%;
    width: 34px;
    height: 34px;
  }
}


.frame-photo {
  position: absolute;
  z-index: 1;
  inset: 5px;
  object-fit: cover;
  border-radius: 7px;
  transition: opacity 0.9s ease, transform 0.9s ease, filter 0.9s ease;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.frame-photo.is-primary {
  opacity: 1;
  transform: scale(1);
}

.frame-photo.is-hover {
  opacity: 0;
  transform: scale(1.03);
}

.center-box:hover .frame-photo.is-primary {
  opacity: 0;
  transform: scale(1.02);
}

.center-box:hover .frame-photo.is-hover {
  opacity: 1;
  transform: scale(1);
}

.center-box--milosz .animated-border-box-glow {
  display: none;
}

.center-box--milosz .frame-photo {
  filter: none;
  image-rendering: auto;
  transition: opacity 0.9s ease, transform 0.9s ease, filter 0.9s ease;
}

.center-box--milosz .frame-photo.is-hover {
  display: block;
}

.center-box--milosz:hover .frame-photo.is-primary {
  opacity: 0;
  transform: scale(1.02);
}

.frame-name {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1.6px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(12, 12, 14, 0.8), rgba(12, 12, 14, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), 0 0 14px rgba(255, 42, 62, 0.35);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
  pointer-events: none;
}

.frame-role-stats {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-wrap: wrap;
  max-width: 90%;
}

.frame-role {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 84, 99, 0.7), rgba(255, 42, 62, 0.5));
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 12px rgba(255, 42, 62, 0.3);
}

.frame-stats {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 15, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.frame-skills {
  position: absolute;
  z-index: 3;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.skill-icon {
  font-size: 18px;
  opacity: 0.85;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.skill-icon:hover {
  opacity: 1;
  transform: scale(1.15);
}

.frame-desc {
  position: absolute;
  z-index: 3;
  inset: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.52)
  );
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  visibility: hidden;
  transition: opacity 0.55s ease, backdrop-filter 0.55s ease, -webkit-backdrop-filter 0.55s ease, visibility 0s linear 0.55s;
  border-radius: 7px;
  pointer-events: auto;
}

.frame-desc__text {
  display: block;
  font-family: 'Fira Sans', sans-serif;
  letter-spacing: 0.2px;
  -webkit-text-stroke: 0.80px rgba(0, 0, 0, 0.55);
  paint-order: stroke fill;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  transform: translateY(18px);
  transition: transform 0.35s ease;
}

.frame-desc__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ff2a3e;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, background 0.2s ease;
}

.frame-desc__btn:hover {
  background: #ff4255;
  transform: translateY(-1px);
}

.center-box:hover .frame-desc {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition-delay: 0s;
}

.center-box:hover .frame-desc__text {
  transform: translateY(0);
}

@media (hover: none), (pointer: coarse) {
  .center-box.is-open::before {
    content: none !important;
    opacity: 0 !important;
    animation: none !important;
  }

  .center-box.is-open::after {
    content: none !important;
    opacity: 0 !important;
    animation: none !important;
  }

  .center-box:hover .frame-photo.is-primary {
    opacity: 1;
    transform: scale(1);
  }

  .center-box:hover .frame-photo.is-hover {
    opacity: 0;
    transform: scale(1.03);
  }

  .center-box:hover .frame-desc {
    opacity: 0;
    visibility: hidden;
    backdrop-filter: none;
  }

  .center-box:hover .frame-desc__text {
    transform: translateY(18px);
  }

  .center-box.is-open .frame-photo.is-primary {
    opacity: 0;
    transform: scale(1.02);
  }

  .center-box.is-open .frame-photo.is-hover {
    opacity: 1;
    transform: scale(1);
  }

  .center-box.is-open .frame-desc {
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    transition-delay: 0s;
  }

  .center-box.is-open .frame-desc__text {
    transform: translateY(0);
  }

}


.team-card {
  --team-border-color: #ff2a3e;
  --team-light-color: rgba(255, 42, 62, 0.6);
  --team-border-width: 3px;
  --team-rotate: 0deg;
  
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 380px;
  aspect-ratio: 9 / 16;
  width: 100%;
  max-width: none;
  display: flex;
  align-items: stretch;
}

.team-card__border-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 26px;
  pointer-events: none;
  z-index: 50;
  overflow: hidden;
}

.team-card__border-outer::before {
  content: '';
  z-index: -2;
  position: absolute;
  inset: 0;
  padding: var(--team-border-width);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(from var(--team-rotate), var(--team-border-color), var(--team-border-color) 25%, rgba(255, 42, 62, 0.3) 50%, rgba(255, 42, 62, 0.3) 75%, var(--team-border-color));
  animation: border-spin 4s linear infinite;
  border-radius: 26px;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.team-card__main-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 26px;
  pointer-events: none;
  z-index: 51;
  overflow: hidden;
  filter: blur(20px);
}

.team-card__main-border::before {
  content: '';
  z-index: -2;
  position: absolute;
  inset: 0;
  padding: calc(var(--team-border-width) + 1px);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(from var(--team-rotate), var(--team-border-color), var(--team-border-color) 25%, rgba(255, 42, 62, 0.3) 50%, rgba(255, 42, 62, 0.3) 75%, var(--team-border-color));
  animation: border-spin 4s linear infinite;
  border-radius: 26px;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@property --team-rotate {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

@keyframes border-spin {
  to {
    --team-rotate: 360deg;
  }
}

.team-card__glow-1,
.team-card__glow-2 {
  display: none;
}

.team-card__overlay-1,
.team-card__overlay-2 {
  position: absolute;
  inset: 0;
  border-radius: 26px;
  opacity: 0;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.35s ease;
}

.team-card:hover .team-card__overlay-1,
.team-card:focus-within .team-card__overlay-1 {
  opacity: 1;
}

.team-card:hover .team-card__overlay-2,
.team-card:focus-within .team-card__overlay-2 {
  opacity: 0.4;
}

.team-card__bg-glow {
  position: absolute;
  inset: -8px;
  border-radius: 28px;
  filter: blur(32px);
  opacity: 0.3;
  z-index: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 42, 62, 0.4),
    transparent 70%
  );
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.team-card:hover .team-card__bg-glow,
.team-card:focus-within .team-card__bg-glow {
  opacity: 0.7;
}

.team-card__media {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 26px;
  overflow: hidden;
}

.team-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.team-card__img.is-primary {
  opacity: 1;
  transform: scale(1);
}

.team-card__img.is-hover {
  opacity: 0;
  transform: scale(1.04);
}

.team-card__content {
  position: relative;
  z-index: 10;
  padding: 28px;
  align-self: flex-end;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.35s ease;
  color: #ffffff;
}

.team-card:hover .team-card__content,
.team-card:focus-within .team-card__content {
  transform: translateY(0);
  opacity: 1;
}

.team-card:hover .team-card__img.is-primary,
.team-card:focus-within .team-card__img.is-primary {
  opacity: 0;
  transform: scale(1.02);
}

.team-card:hover .team-card__img.is-hover,
.team-card:focus-within .team-card__img.is-hover {
  opacity: 1;
  transform: scale(1);
}

.team-role {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--accent);
}

.packages {
  /*padding-top: 1.5vw;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-bottom: 3vw;
  
  */
  padding: var(--section-padding-y) 0;
  background: var(--bg-soft);
  box-shadow: inset 0 1px 0 rgba(15, 15, 18, 0.06), inset 0 -1px 0 rgba(15, 15, 18, 0.06);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, var(--section-max-width));
  margin: 0 auto;
}

.package-card {
  background: var(--card);
  padding: 36px;
  border-radius: 26px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: visible;
  transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}

.package-card.highlight {
  border-color: rgba(255, 42, 62, 0.6);
  box-shadow: 0 30px 60px rgba(255, 42, 62, 0.2);
}

.package-badge-container {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-right: 0;
}

.package-bonus-badge {
  display: inline-block;
  padding: 4px 10px;
  background: linear-gradient(135deg, #ff2a3e 0%, #ff4757 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(255, 42, 62, 0.3);
  animation: pulse-bonus 2s ease-in-out infinite;
  white-space: nowrap;
  position: absolute;
  top: -12px;
  right: 4px;
  transform: rotate(-1deg) scale(1.15);
}

@keyframes pulse-bonus {
  0%, 100% {
    transform: rotate(-1deg) scale(1.15);
    box-shadow: 0 2px 8px rgba(255, 42, 62, 0.3);
  }
  50% {
    transform: rotate(-1deg) scale(1.18);
    box-shadow: 0 4px 12px rgba(255, 42, 62, 0.5);
  }
}

.package-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.package-price {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.price-badge {
  display: inline-block;
  padding: 4px 10px;
  background: linear-gradient(135deg, #ff2a3e 0%, #ff4757 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(255, 42, 62, 0.3);
  animation: pulse-badge 2s ease-in-out infinite;
  letter-spacing: 0.3px;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 2px 8px rgba(255, 42, 62, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(255, 42, 62, 0.5);
  }
}

.package-desc {
  color: var(--muted);
  line-height: 1.6;
}

.package-card ul {
  margin: 0;
  padding: 0 0 0 18px;
  display: grid;
  gap: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.reviews {
  padding: var(--section-heading-top-gap) 6vw var(--section-padding-y);
}

.studio-opinie2-slider .studio-opinie2-slide {
  display: none;
}

.studio-opinie2-slider .studio-opinie2-slide.is-active {
  display: flex;
}

.studio-opinie2-button-prev,
.studio-opinie2-button-next {
  cursor: pointer;
}

.reviews-slider {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}

.review-slide {
  display: none;
}

.review-slide.is-active {
  display: block;
}

.review-card {
  background: var(--card);
  padding: 40px;
  border-radius: 28px;
  border: 1px solid var(--border);
  text-align: center;
  box-shadow: var(--shadow);
}

.review-stars {
  color: #ffd66b;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.review-author {
  display: block;
  margin-top: 16px;
  color: var(--muted);
}

.reviews-controls {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.studio-faq {
  background: var(--bg-soft);
  box-shadow: inset 0 1px 0 rgba(15, 15, 18, 0.06), inset 0 -1px 0 rgba(15, 15, 18, 0.06);
}

/* Services, collaborations, benefits */
.studio-uslugi,
.studio-wspprace,
.studio-korzysci {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--section-padding-y) 0;
}

.studio-opinie{
padding-bottom: 48px;
}

.studio-features-container,
.studio-features-container1 {
  width: 100%;
  max-width: var(--section-max-width);
  margin: 0 auto;
}

.studio-features,
.studio-features1,
.studio-features2 {
  gap: var(--section-heading-content-gap);
  width: min(100%, var(--section-max-width));
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.studio-services-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--dl-space-space-oneandhalfunits);
}

.studio-container-full-width {
  width: 100%;
}

.studio-container02 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--dl-space-space-oneandhalfunits);
}

.studio-container03,
.studio-container08 {
  width: 100%;
  max-width: var(--section-max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.studio-container04,
.studio-container05,
.studio-container06,
.studio-container07,
.studio-container09,
.studio-container10,
.studio-container11,
.studio-container12 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}

.studio-container04::after,
.studio-container05::after,
.studio-container06::after,
.studio-container07::after,
.studio-container09::after,
.studio-container10::after,
.studio-container11::after,
.studio-container12::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%);
  background: url("https://upload.wikimedia.org/wikipedia/commons/8/84/Spotify_icon.svg") center / contain no-repeat;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.4));
}

.studio-container04:hover::after,
.studio-container05:hover::after,
.studio-container06:hover::after,
.studio-container07:hover::after,
.studio-container09:hover::after,
.studio-container10:hover::after,
.studio-container11:hover::after,
.studio-container12:hover::after {
  opacity: 0.35;
}


.studio-image01,
.studio-image02,
.studio-image03,
.studio-image04,
.studio-image05,
.studio-image06,
.studio-image07,
.studio-image08 {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  transition: 0.2s ease;
}

.studio-container04:hover .studio-image01,
.studio-container05:hover .studio-image02,
.studio-container06:hover .studio-image03,
.studio-container07:hover .studio-image04,
.studio-container09:hover .studio-image05,
.studio-container10:hover .studio-image06,
.studio-container11:hover .studio-image07,
.studio-container12:hover .studio-image08 {
  transform: scale(0.98);
  border-radius: 22px;
}

.studio-container13 {
  width: 100%;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-korzysci-feature-card {
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--border);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 30px rgba(15, 15, 18, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.home-korzysci-container {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 42, 62, 0.08);
}

.home-korzysci-icon {
  width: 30px;
  height: 30px;
  fill: var(--accent);
}

.home-korzysci-text {
  font-size: 18px;
  margin: 0;
}

.home-korzysci-text1 {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.home-korzysci-text2 {
  margin-top: 6px;
  font-size: 14px;
}

/* Service card component tweaks */
.home-beat-feature-card,
.home-mix-feature-card,
.home-media-feature-card,
.home-utwory-feature-card {
  transition: 0.3s ease;
}

.home-beat-feature-card.full-width-card {
  flex-direction: column;
  text-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--card);
  border-color: rgba(255, 42, 62, 0.2);
  box-shadow:
    0 12px 26px rgba(15, 15, 18, 0.08),
    inset 0 0 0 1px rgba(255, 42, 62, 0.08),
    inset 0 -18px 40px rgba(255, 42, 62, 0.06);
}

.home-beat-feature-card.full-width-card .home-beat-container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.home-beat-feature-card.full-width-card .home-beat-container .heading3,
.home-beat-feature-card.full-width-card .home-beat-container .bodySmall {
  text-align: center;
}

.home-beat-feature-card.full-width-card .heading3 {
  width: 100%;
  text-align: center;
}

@media (min-width: 901px) {
  .home-beat-feature-card.full-width-card .home-beat-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
  }
}

.home-beat-feature-card:hover,
.home-mix-feature-card:hover,
.home-media-feature-card:hover,
.home-utwory-feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 42, 62, 0.5);
  box-shadow: 0 16px 36px rgba(255, 42, 62, 0.18);
  background: linear-gradient(135deg, rgba(255, 42, 62, 0.08), rgba(255, 255, 255, 0.9));
}

/* Shared red glow hover for other sections */
.studio-container04:hover .studio-image01,
.studio-container05:hover .studio-image02,
.studio-container06:hover .studio-image03,
.studio-container07:hover .studio-image04,
.studio-container09:hover .studio-image05,
.studio-container10:hover .studio-image06,
.studio-container11:hover .studio-image07,
.studio-container12:hover .studio-image08 {
  box-shadow: 0 18px 36px rgba(255, 42, 62, 0.22);
}

.home-korzysci-feature-card:hover {
  border-color: rgba(255, 42, 62, 0.45);
  box-shadow: 0 20px 40px rgba(255, 42, 62, 0.16);
  transform: translateY(-6px);
}

.package-card:hover {
  border-color: rgba(255, 42, 62, 0.45);
  box-shadow: 0 22px 40px rgba(255, 42, 62, 0.18);
  transform: translateY(-6px);
}

.home-beat-feature-card:focus-visible,
.home-mix-feature-card:focus-visible,
.home-media-feature-card:focus-visible,
.home-utwory-feature-card:focus-visible {
  outline: 2px solid rgba(255, 42, 62, 0.6);
  outline-offset: 2px;
}

.home-beat-image,
.home-mix-image,
.home-media-image,
.home-utwory-image {
  width: 42px;
  height: 42px;
  object-fit: cover;
}

/* Opinions slider */
.studio-opinie2-container {
  width: 100%;
  padding: var(--section-padding-y) 0;
}

.studio-opinie2-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.studio-opinie2-max-width {
  width: min(100%, var(--section-max-width));
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}

.studio-opinie2-slider {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
}

.studio-opinie2-wrapper-inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.studio-opinie2-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.studio-opinie2-button-prev,
.studio-opinie2-button-next {
  position: static;
  transform: none;
}

.studio-opinie2-button-prev,
.studio-opinie2-button-next {
  cursor: pointer;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  box-shadow: 0 4px 12px rgba(15, 15, 18, 0.15);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  font-size: 16px;
}

.studio-opinie2-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230f0f12' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.studio-opinie2-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230f0f12' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.studio-opinie2-button-prev:hover,
.studio-opinie2-button-next:hover {
  border-color: var(--accent);
  background-color: #ffffff;
  box-shadow: 0 6px 20px rgba(255, 42, 62, 0.25);
  transform: scale(1.08);
}

.studio-opinie2-button-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ff2a3e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.studio-opinie2-button-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ff2a3e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.studio-opinie2-slide,
.studio-opinie2-slide1,
.studio-opinie2-slide2 {
  padding: 48px 28px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 26px;
  box-shadow: var(--shadow);
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  flex: 1 1 100%;
}

@media (max-width: 600px) {
  .studio-opinie2-slide,
  .studio-opinie2-slide1,
  .studio-opinie2-slide2 {
    padding: 24px 14px;
  }
}

.studio-opinie2-content,
.studio-opinie2-content1,
.studio-opinie2-content2 {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.studio-opinie2-image,
.studio-opinie2-image1,
.studio-opinie2-image2 {
  width: 110px;
  height: auto;
}

.studio-opinie2-stars {
  width: 120px;
  height: 24px;
  color: #ffd66b;
  fill: currentColor;
}

.studio-opinie2-avatar,
.studio-opinie2-avatar1,
.studio-opinie2-avatar2 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.studio-opinie2-avatar-image,
.studio-opinie2-avatar-image1,
.studio-opinie2-avatar-image2 {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 42, 62, 0.2);
  box-shadow: 0 6px 16px rgba(15, 15, 18, 0.2);
}

.studio-opinie2-odnosniki,
.studio-opinie2-odnosniki1,
.studio-opinie2-odnosniki2 {
  display: none;
}

.studio-opinie2-buttons-bottom {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: var(--section-max-width);
  margin: 0 auto;
}

.studio-opinie2-button-fb,
.studio-opinie2-button-google {
  color: var(--text);
  border: 1px solid var(--border);
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  background: var(--card);
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}

.studio-opinie2-button-fb:hover,
.studio-opinie2-button-google:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(255, 42, 62, 0.04);
}

.studio-opinie2-link,
.studio-opinie2-link1,
.studio-opinie2-link2,
.studio-opinie2-link4 {
  color: var(--text);
  border: 1px solid var(--border);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
}

.studio-opinie2-link:hover,
.studio-opinie2-link1:hover,
.studio-opinie2-link2:hover,
.studio-opinie2-link4:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.studio-opinie2-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.studio-opinie2-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(15, 15, 18, 0.25);
  transition: transform 0.2s ease, background 0.2s ease;
}

.studio-opinie2-bullet-active {
  background: var(--accent);
  transform: scale(1.2);
}

.accent {
  color: var(--accent);
  font-weight: 600;
}

.faq141-faq8 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.faq141-max-width {
  display: flex;
  flex-direction: column;
  gap: var(--section-heading-content-gap);
  width: min(100%, var(--section-max-width));
  margin: 0 auto;
}

.faq141-text,
.faq141-text2 {
  font-weight: 700;
  text-align: center;
}

.faq141-text1 {
  text-align: center;
  color: var(--muted);
}

.faq141-navlink {
  background: var(--accent);
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
}

.faq141-navlink:hover {
  background: var(--accent-2);
}

.faq-content {
  margin: 0 auto;
  width: 100%;
  max-width: var(--section-max-width);
  padding: 0 20px;
}

.faq-question {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
  z-index: 10;
}

.panel-title {
  font-size: 24px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 48px;
  display: block;
  cursor: pointer;
}

.panel-content {
  font-family: "Exo 2";
  font-size: 20px;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  z-index: 10;
}

.panel:checked ~ .panel-content {
  height: auto;
  opacity: 1;
  padding: 14px;
}

.panel-content.open {
  overflow: visible;
}

.plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 4px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}

@media (max-width: 600px){
  .studio-opinie
  {
        padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 1200px) {
  .studio-uslugi,
  .studio-wspprace,
  .studio-korzysci,
  .studio-faq {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1100px) {

  .team-grid {
    padding: 0 16px;
    gap: 16px;
  }

  .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-container13 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero-overlay {
    margin-left: 8vw;
    width: min(92%, 680px);
  }

  .studio-container02 {
    grid-template-columns: 1fr;
  }

  .home-beat-feature-card.full-width-card {
    flex-direction: row;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
  }

  .home-beat-feature-card.full-width-card .home-beat-container {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-beat-feature-card.full-width-card .home-beat-container .heading3,
  .home-beat-feature-card.full-width-card .home-beat-container .bodySmall {
    text-align: left;
  }

  .home-beat-feature-card.full-width-card .heading3 {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .hero-slider {
    min-height: 50vh;
  }

  .hero-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-overlay {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    padding: 24px;
    width: min(90%, 600px);
    margin: auto;
    margin-top: 20%;
  }

  .hero-overlay h1 {
    font-size: clamp(20px, 2.5vw, 32px);
    margin-bottom: 10px;
  }

  .hero-overlay p {
    font-size: 12px;
  }

  .hero-eyebrow {
    font-size: 8px;
    margin-bottom: 8px;
  }

  .hero-actions {
    gap: 12px;
    margin-top: 16px;
  }

  .btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .home-beat-feature-card.full-width-card {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }

  .home-beat-feature-card.full-width-card .home-beat-container {
    text-align: left;
    width: 100%;
  }

  .home-beat-feature-card.full-width-card .heading3 {
    text-align: center;
  }

  .team-grid,
  .packages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 16px;
  }

  .team-card {
    width: 100%;
    max-width: 420px;
    min-height: auto;
    aspect-ratio: 1 / 1;
  }

  .center-box {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
  }

  .hero-controls {
    flex-direction: row;
    gap: 8px;
    padding: 3px 5px;
    bottom: 12px;
    border: 1px solid rgb(239 239 239 / 93%);
  }

  .hero-control {
    width: 28px;
    height: 28px;
    background-size: 16px 16px;
  }

  .hero-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
    box-sizing: border-box;
  }

  .team::before,
  .team::after {
    display: none;
  }

  .studio-container13 {
    grid-template-columns: 1fr;
  }

  .studio-image01,
  .studio-image02,
  .studio-image03,
  .studio-image04,
  .studio-image05,
  .studio-image06,
  .studio-image07,
  .studio-image08 {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 401px) and (max-width: 700px) {
  .center-box {
    max-width: 338px;
    aspect-ratio: 338 / 494;
  }
}

@media (max-width: 480px) {
  .studio-hero {
    padding: 0;
    margin-top: 118px;
  }



  .hero-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 200%;
  }

  .hero-slide--realikomp {
    background-size: 300%;
  }

  .hero-overlay {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    padding: 20px;
    width: min(85%, 500px);
    margin: auto;
    margin-top: 18%;
  }

  .hero-overlay h1 {
    font-size: clamp(18px, 2vw, 28px);
    margin-bottom: 8px;
  }

  .hero-overlay p {
    font-size: 11px;
    line-height: 1.4;
  }

  .hero-eyebrow {
    font-size: 7px;
    margin-bottom: 6px;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 12px;
  }

  .btn {
    padding: 6px 12px;
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  .frame-desc {
    padding: 18px;
    gap: 9px;
  }

  .frame-desc__text {
    font-size: 13px;
    line-height: 1.4;
  }

  .frame-desc__btn {
    font-size: 11px;
    padding: 7px 12px;
  }

  .frame-name {
    font-size: 16px;
  }

  .frame-role {
    font-size: 11px;
  }

  .frame-stats {
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .studio-wspprace .studio-image01,
  .studio-wspprace .studio-image02,
  .studio-wspprace .studio-image03,
  .studio-wspprace .studio-image04,
  .studio-wspprace .studio-image05,
  .studio-wspprace .studio-image06,
  .studio-wspprace .studio-image07,
  .studio-wspprace .studio-image08 {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 340px) {
  .hero-slider {
    min-height: 40vh;
  }

  .hero-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-overlay {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    padding: 16px;
    width: min(85%, 450px);
    margin: auto;
    margin-top: 18%;
  }

  .hero-overlay h1 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .hero-overlay p {
    font-size: 10px;
    line-height: 1.3;
  }

  .hero-eyebrow {
    font-size: 6px;
    margin-bottom: 5px;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 10px;
  }

  .btn {
    padding: 5px 10px;
    font-size: 10px;
  }

  .frame-desc {
    padding: 14px;
    gap: 7px;
  }

  .frame-desc__text {
    font-size: 12px;
    line-height: 1.3;
  }

  .frame-desc__btn {
    font-size: 10px;
    padding: 6px 10px;
  }

  .frame-name {
    font-size: 14px;
  }

  .frame-role {
    font-size: 10px;
  }

  .frame-stats {
    font-size: 9px;
  }
}
