/*--------------------------------
Video localization top redesign
---------------------------------*/
.movie-top {
  color: #333333;
  background-color: #ffffff;
}

.movie-top *,
.movie-top *::before,
.movie-top *::after {
  box-sizing: border-box;
}

.movie-top__inner {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
}

.movie-top__section {
  padding: 80px 0;
}

.movie-top__section-title {
  color: #016a3a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.movie-top__section-title::after {
  display: block;
  width: 50px;
  height: 3px;
  margin: 18px auto 0;
  background-color: #ceab2a;
  content: "";
}

.movie-top__section-lead {
  max-width: 900px;
  margin: 24px auto 0;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

.movie-top__hero {
  overflow: hidden;
  background-image:
      linear-gradient(
	  90deg,
	  rgba(255, 255, 255, 1) 25%,
	  rgba(255, 255, 255, 0) 65%
      ),
      url("/images/v5/movie/service_top/hero.jpg?20260831");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.movie-top__hero-inner {
  display: flex;
  min-height: 540px;
  align-items: center;
  padding: 55px 0;
}

.movie-top__hero-copy {
  position: relative;
  z-index: 1;
  flex: 0 1 54%;
}

.movie-top__eyebrow {
  margin-bottom: 16px;
  color: #016a3a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.movie-top__hero-title {
  color: #111111;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.movie-top__hero-description {
  max-width: 650px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.9;
}

.movie-top__achievements {
  position: relative;
  z-index: 2;
  background-color: #f4f6f4;
  box-shadow: 0 5px 18px rgba(0, 63, 35, 0.08);
}

.movie-top__achievement-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 26px 0;
}

.movie-top__achievement-list li {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 3px 25px;
  border-left: 1px solid #d7dfd9;
}

.movie-top__achievement-list li:first-child {
  border-left: 0;
}

.movie-top__achievement-list p {
  font-size: 13px;
  line-height: 1.5;
}

.movie-top__achievement-list strong {
  display: block;
  color: #016a3a;
  font-size: 25px;
  line-height: 1.25;
  white-space: nowrap;
}

.movie-top__achievement-list small {
  font-size: 12px;
}

.movie-top .movie-top__icon,
.movie-top .movie-top__card-icon {
  --fa-width: 52px;
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b8d3c0;
  border-radius: 50%;
  color: #016a3a;
  background: linear-gradient(145deg, #ffffff 0%, #edf6f0 100%);
  box-shadow: 0 3px 9px rgba(0, 106, 58, 0.12), inset 0 0 0 4px #ffffff;
  font-size: 24px;
}

.movie-top__supported {
  padding: 32px 0 38px;
  background-color: #ffffff;
}

.movie-top__supported-title {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.movie-top__supported-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 20px;
  border: 1px solid #dce3de;
  border-radius: 5px;
}

.movie-top__supported-list li {
  display: flex;
  min-height: 105px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 14px;
  border-left: 1px solid #dce3de;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.movie-top__supported-list li:first-child {
  border-left: 0;
}

.movie-top__supported-list i {
  color: #016a3a;
  font-size: 29px;
}

.movie-top__supported-list small {
  font-size: 10px;
  font-weight: 400;
}

.movie-top__gateways,
.movie-top__services,
.movie-top__industries {
  background-color: #f4f6f4;
}

.movie-top__gateway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.movie-top__gateway-card {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.35fr) minmax(170px, 0.9fr);
  border: 1px solid #57a36b;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 63, 35, 0.05);
}

.movie-top__gateway-card--entertainment {
  border-color: #7199bd;
}

.movie-top__gateway-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 25px 24px;
}

.movie-top__gateway-content h3 {
  color: #016a3a;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.movie-top__gateway-card--entertainment h3 {
  color: #2d6283;
}

.movie-top__gateway-content p {
  margin: 12px 0 20px;
  font-size: 13px;
  line-height: 1.8;
}

.movie-top__gateway-content a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  padding: 13px 18px;
  border: 1px solid #016a3a;
  border-radius: 3px;
  color: #ffffff;
  background-color: #016a3a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}

.movie-top__gateway-card--entertainment a {
  border-color: #477c9d;
  background-color: #477c9d;
}

.movie-top__gateway-content a:hover,
.movie-top__gateway-content a:focus {
  color: #016a3a;
  background-color: #ffffff;
  box-shadow: 0 5px 14px rgba(0, 106, 58, 0.14);
  text-decoration: none;
}

.movie-top__gateway-card--entertainment a:hover,
.movie-top__gateway-card--entertainment a:focus {
  color: #2d6283;
  background-color: #ffffff;
  box-shadow: 0 5px 14px rgba(45, 98, 131, 0.14);
}

.movie-top__gateway-content i {
  font-size: 11px;
}

.movie-top__gateway-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#business-videos,
#services {
  scroll-margin-top: 120px;
}

.movie-top__concerns,
.movie-top__reasons {
  background-color: #ffffff;
}

.movie-top__concern-grid,
.movie-top__reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 42px;
}

.movie-top__concern-card {
  padding: 27px 20px 30px;
  border: 1px solid #dce3de;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 63, 35, 0.05);
  text-align: center;
}

.movie-top__concern-card h3 {
  min-height: 56px;
  margin-top: 18px;
  color: #016a3a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.movie-top__concern-card p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

.movie-top__button-wrap {
  margin-top: 36px;
  text-align: center;
}

.movie-top__button {
  display: inline-flex;
  min-width: 310px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 14px 26px;
  border: 1px solid #57a36b;
  border-radius: 3px;
  color: #016a3a;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}

.movie-top__button:hover,
.movie-top__button:focus {
  color: #ffffff;
  background-color: #016a3a;
  box-shadow: 0 5px 14px rgba(0, 106, 58, 0.14);
  text-decoration: none;
}

.movie-top__button i {
  font-size: 11px;
}

.movie-top__service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  border: 1px solid #dce3de;
  border-radius: 5px;
  background-color: #dce3de;
}

.movie-top__service-card,
.movie-top__reason-card {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  gap: 17px;
  padding: 26px 20px;
  color: #333333;
  background-color: #ffffff;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.movie-top__service-card strong,
.movie-top__reason-card strong {
  display: block;
  margin-bottom: 9px;
  color: #016a3a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.movie-top__service-card:hover,
.movie-top__service-card:focus,
.movie-top__reason-card:hover,
.movie-top__reason-card:focus {
  position: relative;
  z-index: 1;
  box-shadow: 0 7px 18px rgba(0, 63, 35, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
}

.movie-top__reason-card {
  border: 1px solid #dce3de;
  border-radius: 4px;
}

.movie-top__industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.movie-top__industry-card {
  overflow: hidden;
  border: 1px solid #dce3de;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 63, 35, 0.05);
}

.movie-top__industry-card img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.movie-top__industry-card div {
  padding: 20px;
}

.movie-top__industry-card h3 {
  color: #016a3a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.movie-top__industry-card p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.8;
}

.movie-top__gateway-content a:focus-visible,
.movie-top__button:focus-visible,
.movie-top__service-card:focus-visible,
.movie-top__reason-card:focus-visible {
  outline: 3px solid #ceab2a;
  outline-offset: 3px;
}

.movie-freelancer-callout {
  padding: 25px 0;
  border-top: 1px solid #dce3de;
  border-bottom: 1px solid #dce3de;
  color: #333333;
  background-color: #f4f6f4;
}

.movie-freelancer-callout *,
.movie-freelancer-callout *::before,
.movie-freelancer-callout *::after {
  box-sizing: border-box;
}

.movie-freelancer-callout__inner {
  display: grid;
  width: calc(100% - 60px);
  max-width: 1200px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  margin: 0 auto;
}

.movie-freelancer-callout__label {
  position: relative;
  padding: 5px 10px;
  border-radius: 2px;
  color: #5b4630;
  background-color: #f0cb4d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.movie-freelancer-callout__label::after {
  position: absolute;
  top: 50%;
  right: -7px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #f0cb4d;
  content: "";
  transform: translateY(-50%);
}

.movie-freelancer-callout__message h2 {
  color: #016a3a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.movie-freelancer-callout__message p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.7;
}

.movie-freelancer-callout__button {
  display: inline-flex;
  min-width: 155px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 17px;
  border: 1px solid #57a36b;
  border-radius: 3px;
  color: #016a3a;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}

.movie-freelancer-callout__button:hover,
.movie-freelancer-callout__button:focus {
  color: #ffffff;
  background-color: #016a3a;
  box-shadow: 0 5px 14px rgba(0, 106, 58, 0.14);
  text-decoration: none;
}

.movie-freelancer-callout__button:focus-visible {
  outline: 3px solid #ceab2a;
  outline-offset: 3px;
}

.movie-freelancer-callout__button i {
  font-size: 10px;
}

@media screen and (min-width: 1060px) {
  .movie-top__hero {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1059px) and (min-width: 601px) {
  .movie-top__inner {
    width: calc(100% - 50px);
  }

  .movie-top__section {
    padding: 65px 0;
  }

  .movie-top__hero-inner {
    min-height: 470px;
    padding: 45px 0;
  }

  .movie-top__hero-title {
    font-size: 34px;
  }

  .movie-top__hero-description,
  .movie-top__section-lead {
    font-size: 14px;
  }

  .movie-top__supported-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .movie-top__supported-list li:nth-child(4) {
    border-left: 0;
  }

  .movie-top__supported-list li:nth-child(n + 4) {
    border-top: 1px solid #dce3de;
  }

  .movie-top__gateway-grid {
    grid-template-columns: 1fr;
  }

  .movie-top__gateway-card {
    grid-template-columns: 1fr minmax(240px, 36%);
  }

  .movie-top__concern-grid,
  .movie-top__reason-grid,
  .movie-top__industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .movie-freelancer-callout__inner {
    width: calc(100% - 50px);
    align-items: start;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px 20px;
  }

  .movie-freelancer-callout__button {
    grid-column: 2;
    justify-self: start;
  }
}

@media screen and (max-width: 600px) {
  .movie-top__inner {
    width: calc(100% - 30px);
  }

  .movie-top__section {
    padding: 50px 0;
  }

  .movie-top__section-title {
    font-size: 22px;
  }

  .movie-top__section-title::after {
    margin-top: 13px;
  }

  .movie-top__section-lead {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
  }

  .movie-top__hero {
      background-image:
	  linear-gradient(
	      180deg,
	      rgba(255, 255, 255, 0.7) 50%,
	      rgba(255, 255, 255, 1) 70%
	  ),
	  url("/images/v5/movie/service_top/hero.jpg?20260831");
      background-position: bottom left;
  }

  .movie-top__hero-inner {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
    padding: 35px 0 30px;
  }

  .movie-top__eyebrow {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .movie-top__hero-title {
    font-size: 27px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }

  .movie-top__hero-description {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.8;
  }

  .movie-top__achievement-list,
  .movie-top__supported-list,
  .movie-top__gateway-grid,
  .movie-top__concern-grid,
  .movie-top__service-grid,
  .movie-top__reason-grid,
  .movie-top__industry-grid {
    grid-template-columns: 1fr;
  }

  .movie-top__achievement-list {
    padding: 18px 0;
  }

  .movie-top__achievement-list li {
    justify-content: flex-start;
    gap: 9px;
    padding: 13px 8px;
    border-bottom: 1px solid #d7dfd9;
    border-left: 0;
  }

  .movie-top__achievement-list li:last-child {
    border-bottom: 0;
  }

  .movie-top__achievement-list p {
    font-size: 10px;
  }

  .movie-top__achievement-list strong {
    font-size: 19px;
  }

  .movie-top__achievement-list small {
    font-size: 9px;
  }

  .movie-top .movie-top__icon,
  .movie-top .movie-top__card-icon {
    --fa-width: 44px;
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    font-size: 20px;
  }

  .movie-top__supported {
    padding: 28px 0 32px;
  }

  .movie-top__supported-list li,
  .movie-top__supported-list li:nth-child(4),
  .movie-top__supported-list li:nth-child(n + 4) {
    min-height: 0;
    justify-content: flex-start;
    padding: 16px 20px;
    border-top: 1px solid #dce3de;
    border-left: 0;
  }

  .movie-top__supported-list li:first-child {
    border-top: 0;
  }

  .movie-top__gateway-grid,
  .movie-top__concern-grid,
  .movie-top__service-grid,
  .movie-top__reason-grid,
  .movie-top__industry-grid {
    gap: 15px;
    margin-top: 28px;
  }

  .movie-top__gateway-card {
    grid-template-columns: 1fr;
  }

  .movie-top__gateway-card img {
    height: auto;
    aspect-ratio: 5 / 3;
    grid-row: 1;
  }

  .movie-top__gateway-content {
    padding: 22px 20px 24px;
  }

  .movie-top__gateway-content h3 {
    font-size: 18px;
  }

  .movie-top__gateway-content p,
  .movie-top__gateway-content a {
    font-size: 12px;
  }

  .movie-top__concern-card {
    padding: 23px 20px;
  }

  .movie-top__concern-card h3 {
    min-height: 0;
    font-size: 15px;
  }

  .movie-top__concern-card p {
    font-size: 12px;
    text-align: center;
  }

  .movie-top__button-wrap {
    margin-top: 28px;
  }

  .movie-top__button {
    width: 100%;
    min-width: 0;
    padding: 13px 18px;
    font-size: 13px;
  }

  .movie-top__service-grid {
    border: 0;
    background-color: transparent;
  }

  .movie-top__service-card,
  .movie-top__reason-card {
    min-height: 0;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    border: 1px solid #dce3de;
    border-radius: 4px;
    font-size: 12px;
    text-align: left;
  }

  .movie-top__service-card strong,
  .movie-top__reason-card strong {
    font-size: 15px;
  }

  .movie-top__industry-card img {
    aspect-ratio: 16 / 9;
  }

  .movie-top__industry-card div {
    padding: 18px;
  }

  .movie-top__industry-card h3 {
    font-size: 16px;
  }

  .movie-top__industry-card p {
    font-size: 12px;
  }

  .movie-freelancer-callout {
    padding: 22px 0;
  }

  .movie-freelancer-callout__inner {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .movie-freelancer-callout__label {
    justify-self: start;
  }

  .movie-freelancer-callout__label::after {
    top: auto;
    right: auto;
    bottom: -7px;
    left: 12px;
    border-top: 7px solid #f0cb4d;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    transform: none;
  }

  .movie-freelancer-callout__message h2 {
    font-size: 16px;
  }

  .movie-freelancer-callout__message p {
    font-size: 11px;
  }

  .movie-freelancer-callout__button {
    width: 100%;
  }
}
