:root {
  --production-bg: #f5f5f7;
  --production-text: #111111;
  --production-muted: rgba(17, 17, 17, 0.62);
  --production-muted-low: rgba(17, 17, 17, 0.42);
  --production-white: #ffffff;
  --production-border: rgba(17, 17, 17, 0.08);
  --production-dark: #050505;
  --production-dark-muted: rgba(255, 255, 255, 0.68);
  --production-max: 1480px;
}

.production-page,
.production-page * {
  letter-spacing: 0;
}

.production-page {
  margin: 0;
  background: var(--production-bg);
  color: var(--production-text);
  overflow-x: hidden;
}

.production-page .site-header {
  background: transparent;
  mix-blend-mode: difference;
}

.production-page .brand img {
  filter: none;
}

.production-page .menu-toggle span {
  background: #ffffff;
}

.production-page.menu-open .site-header {
  mix-blend-mode: normal;
}

.production-page.menu-open .brand img {
  filter: none;
}

.production-page.menu-open .menu-toggle span {
  background: #ffffff;
}

.production-main {
  width: 100%;
  background: var(--production-bg);
}

.production-eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  color: var(--production-muted-low);
  text-transform: uppercase;
}

.production-hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 30px 70px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: #050505;
  color: #ffffff;
}

.production-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.production-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.34) 52%, rgba(5, 5, 5, 0.58) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.04) 0%, rgba(5, 5, 5, 0.62) 100%);
}

.production-hero-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.9;
  filter: contrast(1.04) saturate(0.96);
}

.production-hero-inner {
  width: min(100%, var(--production-max));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.production-hero .production-eyebrow {
  color: rgba(255, 255, 255, 0.46);
}

.production-hero h1 {
  max-width: 1160px;
  margin: 0;
  font-size: clamp(58px, 8.4vw, 132px);
  line-height: 0.86;
  font-weight: 680;
  color: #ffffff;
}

.production-hero p:not(.production-eyebrow) {
  max-width: 760px;
  margin: 34px 0 0;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.45;
  font-weight: 430;
  color: var(--production-dark-muted);
}

.production-hero-actions,
.production-cta-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.production-primary-button,
.production-secondary-button {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 650;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.production-primary-button {
  background: #ffffff;
  color: #050505;
}

.production-secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.production-primary-button:hover,
.production-secondary-button:hover {
  transform: translateY(-2px);
}

.production-intro-section {
  width: 100%;
  padding: 126px 30px 108px;
  background: var(--production-bg);
}

.production-intro-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  text-align: center;
}

.production-intro-inner h2,
.production-product-copy h2,
.production-operating-copy h2,
.production-cta-card h2 {
  margin: 0;
  font-size: clamp(46px, 6vw, 96px);
  line-height: 0.94;
  font-weight: 680;
  color: var(--production-text);
}

.production-intro-inner p:not(.production-eyebrow),
.production-product-copy p:not(.production-eyebrow),
.production-operating-copy p:not(.production-eyebrow),
.production-cta-card p:not(.production-eyebrow) {
  max-width: 760px;
  margin: 26px auto 0;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.56;
  color: var(--production-muted);
}

.production-product-section {
  width: min(calc(100% - 60px), var(--production-max));
  min-height: 760px;
  margin: 0 auto 28px;
  padding: 52px;
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  gap: 56px;
}

.production-product-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.production-product-copy p:not(.production-eyebrow) {
  margin-left: 0;
}

.production-product-tags {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.production-product-tags span {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--production-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(17, 17, 17, 0.72);
  font-size: 13px;
  font-weight: 560;
}

.production-video-engine {
  background: #050505;
  color: #ffffff;
}

.production-video-engine .production-product-copy h2 {
  color: #ffffff;
}

.production-video-engine .production-product-copy p:not(.production-eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.production-video-engine .production-eyebrow {
  color: rgba(255, 255, 255, 0.42);
}

.production-video-engine .production-product-tags span {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.74);
}

.production-product-visual {
  position: absolute;
  inset: 0;
}

.production-product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.38) 58%, rgba(5, 5, 5, 0.78) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.12) 0%, rgba(5, 5, 5, 0.82) 100%);
}

.production-product-visual video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.78;
}

.production-social-growth {
  background:
    radial-gradient(circle at 82% 20%, rgba(216, 222, 232, 0.9), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #edf0f5 100%);
}

.production-social-device {
  width: min(100%, 620px);
  height: 520px;
  position: relative;
  justify-self: center;
}

.social-phone {
  position: absolute;
  width: 230px;
  aspect-ratio: 9 / 16;
  border-radius: 32px;
  padding: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 242, 246, 0.98));
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 30px 80px rgba(17, 24, 39, 0.12);
}

.social-phone-post {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(17, 17, 17, 0.05);
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.04);
}

.social-phone-post + .social-phone-post {
  display: none;
}

.social-phone-post img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.social-phone-left {
  left: 0;
  bottom: 20px;
  transform: rotate(-7deg);
}

.social-phone-main {
  left: 190px;
  top: 0;
  z-index: 2;
}

.social-phone-right {
  right: 0;
  bottom: 36px;
  transform: rotate(7deg);
}

.production-youtube-studio {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.98), transparent 32%),
    radial-gradient(circle at 82% 82%, rgba(220, 224, 232, 0.9), transparent 36%),
    linear-gradient(145deg, #f7f7f8 0%, #ffffff 100%);
}

.production-youtube-visual {
  width: min(100%, 640px);
  justify-self: center;
}

.youtube-window {
  padding: 18px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.74));
  box-shadow:
    0 34px 90px rgba(17, 24, 39, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.youtube-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(145deg, #2b2b2d 0%, #0c0c0d 100%);
}

.youtube-player span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%);
}

.youtube-player span::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 23px;
  width: 0;
  height: 0;
  border-left: 20px solid #111111;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.youtube-player-preview {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18)),
    url("asset/projects/pinar-agirsoy-youtube-production-management-seo/cover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.youtube-meta {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.youtube-meta div {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.youtube-meta div:nth-child(1) {
  width: 72%;
}

.youtube-meta div:nth-child(2) {
  width: 52%;
}

.youtube-meta div:nth-child(3) {
  width: 38%;
}

.production-ad-lab {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.98), transparent 32%),
    radial-gradient(circle at 80% 76%, rgba(225, 229, 236, 0.96), transparent 36%),
    linear-gradient(145deg, #ffffff 0%, #f1f2f5 100%);
}

.production-ad-visual {
  width: min(100%, 620px);
  height: 500px;
  position: relative;
  justify-self: center;
}

.ad-card {
  --card-rotate: 0deg;

  position: absolute;
  width: 260px;
  height: 320px;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.74) 100%
  );
  box-shadow:
    0 24px 70px rgba(17, 24, 39, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  display: flex;
  align-items: flex-end;

  transform: translate3d(0, 0, 0) rotate(var(--card-rotate));
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 420ms ease;
}

/* Soft renk katmanı + çok hafif noise */
.ad-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  opacity: 0.96;
  pointer-events: none;
}

/* Üstte ince ışık yansıması + iç cam hissi */
.ad-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.18) 12%,
      rgba(255, 255, 255, 0.04) 26%,
      rgba(255, 255, 255, 0) 42%
    ),
    linear-gradient(
      105deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.22) 24%,
      rgba(255, 255, 255, 0.08) 34%,
      rgba(255, 255, 255, 0) 48%
    );
}

/* Yazı her zaman üstte kalsın */
.ad-card span {
  position: relative;
  z-index: 2;
  font-size: 26px;
  line-height: 1;
  font-weight: 650;
  color: var(--production-text);
}

/* Kartların renk karakterleri */
.ad-card-one::before {
  background:
    radial-gradient(circle at 24% 20%, rgba(194, 222, 255, 0.92), transparent 34%),
    radial-gradient(circle at 78% 78%, rgba(222, 214, 255, 0.72), transparent 42%),
    radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.45), transparent 52%),
    radial-gradient(circle at 12% 18%, rgba(0, 0, 0, 0.035) 0.6px, transparent 1px),
    radial-gradient(circle at 68% 62%, rgba(0, 0, 0, 0.028) 0.6px, transparent 1px);
  background-size: auto, auto, auto, 18px 18px, 22px 22px;
}

.ad-card-two::before {
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 220, 232, 0.92), transparent 34%),
    radial-gradient(circle at 72% 72%, rgba(255, 236, 204, 0.72), transparent 42%),
    radial-gradient(circle at 56% 45%, rgba(255, 255, 255, 0.48), transparent 54%),
    radial-gradient(circle at 14% 20%, rgba(0, 0, 0, 0.035) 0.6px, transparent 1px),
    radial-gradient(circle at 70% 66%, rgba(0, 0, 0, 0.028) 0.6px, transparent 1px);
  background-size: auto, auto, auto, 18px 18px, 22px 22px;
}

.ad-card-three::before {
  background:
    radial-gradient(circle at 24% 22%, rgba(213, 255, 231, 0.9), transparent 34%),
    radial-gradient(circle at 76% 76%, rgba(255, 224, 209, 0.72), transparent 42%),
    radial-gradient(circle at 48% 48%, rgba(255, 255, 255, 0.46), transparent 54%),
    radial-gradient(circle at 12% 18%, rgba(0, 0, 0, 0.035) 0.6px, transparent 1px),
    radial-gradient(circle at 68% 62%, rgba(0, 0, 0, 0.028) 0.6px, transparent 1px);
  background-size: auto, auto, auto, 18px 18px, 22px 22px;
}

.ad-card-one {
  left: 20px;
  top: 74px;
  --card-rotate: -8deg;
}

.ad-card-two {
  left: 180px;
  top: 20px;
  z-index: 2;
  --card-rotate: 0deg;
}

.ad-card-three {
  right: 10px;
  bottom: 36px;
  --card-rotate: 8deg;
}

.production-operating-section {
  width: min(calc(100% - 60px), var(--production-max));
  margin: 0 auto;
  padding: 0 0 28px;
}

.production-operating-card {
  min-height: 620px;
  padding: 52px;
  border-radius: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.24), transparent 34%),
    radial-gradient(circle at 82% 82%, rgba(210, 214, 222, 0.88), transparent 36%),
    linear-gradient(145deg, #ffffff 0%, #f1f2f5 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 34px 90px rgba(17, 24, 39, 0.08);
}

.production-operating-copy {
  max-width: 940px;
}

.production-operating-copy p:not(.production-eyebrow) {
  margin-left: 0;
}

.production-flow-line {
  margin-top: 72px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.production-flow-line span {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--production-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(17, 17, 17, 0.72);
  font-size: 14px;
  font-weight: 560;
}

.production-cta-section {
  width: min(calc(100% - 60px), var(--production-max));
  margin: 0 auto;
  padding: 0 0 96px;
}

.production-cta-card {
  min-height: 540px;
  padding: 48px;
  border-radius: 42px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(145deg, #111111 0%, #050505 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.production-cta-card .production-eyebrow {
  color: rgba(255, 255, 255, 0.42);
}

.production-cta-card h2 {
  max-width: 940px;
  color: #ffffff;
}

.production-cta-card p:not(.production-eyebrow) {
  color: rgba(255, 255, 255, 0.66);
}

.production-cta-card .production-secondary-button {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.production-cta-actions {
  justify-content: center;
}

.production-footer {
  width: min(calc(100% - 60px), var(--production-max));
  margin: 0 auto;
  padding: 42px 0 56px;
  border-top: 1px solid var(--production-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.production-footer p,
.production-footer span {
  margin: 0;
  font-size: 13px;
  color: var(--production-muted-low);
}

@media (max-width: 1180px) {
  .production-product-section {
    grid-template-columns: 1fr;
    min-height: 680px;
  }

  .production-social-device,
  .production-youtube-visual,
  .production-ad-visual {
    justify-self: start;
  }

  .production-social-device,
  .production-ad-visual {
    height: 440px;
  }

  .social-phone {
    width: 190px;
  }

  .ad-card {
    width: 220px;
    height: 280px;
  }
}

@media (max-width: 760px) {
  .production-hero {
    min-height: 92vh;
    padding: 130px 18px 72px;
  }

  .production-hero h1 {
    font-size: clamp(44px, 14vw, 72px);
  }

  .production-hero p:not(.production-eyebrow) {
    font-size: 16px;
  }

  .production-hero-actions,
  .production-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .production-primary-button,
  .production-secondary-button {
    width: 100%;
  }

  .production-intro-section {
    padding: 86px 18px 72px;
  }

  .production-intro-inner h2,
  .production-product-copy h2,
  .production-operating-copy h2,
  .production-cta-card h2 {
    font-size: clamp(38px, 11vw, 58px);
  }

  .production-product-section,
  .production-operating-section,
  .production-cta-section,
  .production-footer {
    width: calc(100% - 36px);
  }

  .production-product-section {
    min-height: auto;
    margin-bottom: 18px;
    padding: 30px;
    border-radius: 32px;
    gap: 40px;
  }

  .production-video-engine {
    min-height: 560px;
  }

  .production-product-tags span,
  .production-flow-line span {
    width: 100%;
  }

  .production-social-device {
    width: 100%;
    height: 360px;
  }

  .social-phone {
    width: 150px;
    padding: 11px;
    border-radius: 26px;
  }

  .social-phone-post {
    border-radius: 20px;
  }

  .social-phone-main {
    left: 50%;
    transform: translateX(-50%);
  }

  .youtube-window {
    border-radius: 28px;
  }

  .youtube-player {
    border-radius: 20px;
  }

  .production-ad-visual {
    width: 100%;
    height: 360px;
  }

  .ad-card {
    width: 150px;
    height: 220px;
    padding: 18px;
    border-radius: 26px;
  }

  .ad-card span {
    font-size: 18px;
  }

  .ad-card-two {
    left: 50%;
    transform: translateX(-50%);
  }

  .production-operating-card {
    min-height: auto;
    padding: 30px;
    border-radius: 32px;
  }

  .production-flow-line {
    margin-top: 42px;
  }

  .production-cta-card {
    min-height: 480px;
    padding: 30px;
    border-radius: 32px;
  }

  .production-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 360px) {
  .production-product-section,
  .production-operating-section,
  .production-cta-section,
  .production-footer {
    width: calc(100% - 28px);
  }

  .production-product-section,
  .production-operating-card,
  .production-cta-card {
    padding: 22px;
  }

  .production-social-device,
  .production-ad-visual {
    height: 320px;
  }

  .social-phone {
    width: 132px;
  }

  .ad-card {
    width: 132px;
    height: 196px;
  }
}