section {
  padding-block: 60px;
}
@media screen and (max-width: 768px) {
  section {
    padding-block: 40px;
  }
}

.light-wrap {
  position: relative;
}

.light-label {
  font-size: 15px;
  font-weight: 600;
  color: #fff7f3;
  padding: 10px 18px;
  margin-bottom: 20px;
  align-items: center;
  display: inline-flex;
  border-radius: 100rem;
  background-color: #da7134;
}

.light-tag {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 18px;
  margin-bottom: 20px;
  max-width: max-content;
  border-radius: 100rem;
}
.light-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.light-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .light-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .light-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .light-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.light-text {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: rgba(42, 0, 1, 0.72);
}
@media screen and (max-width: 640px) {
  .light-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
  }
}

.light-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(42, 0, 1, 0.72);
}

.light-icon {
  flex-shrink: 0;
}
.light-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.light-link {
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.light-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.light-link {
  gap: 10px;
}

.light-primary {
  color: #fff;
  background-color: #f97316;
}

.light-outline {
  color: #fff7f3;
  border: 1px solid #f97316;
}

#hero {
  overflow: hidden;
  background: linear-gradient(135deg, #2a0001 0%, #852616 100%);
}
#hero .light-wrap {
  z-index: 2;
}
#hero .light-grid {
  gap: 40px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  #hero .light-grid {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #hero .light-grid {
    grid-template-columns: 1fr;
  }
}
#hero .light-label {
  color: #ffd5a9;
  background-color: #2a0001;
  border: 1px solid #ffd5a9;
}
#hero .light-title {
  color: #fff;
  line-height: 52px;
}
@media screen and (max-width: 640px) {
  #hero .light-title {
    line-height: 40px;
  }
}
#hero .light-text {
  color: #fff7f3;
}
#hero .light-list {
  gap: 15px;
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 640px) {
  #hero .light-list {
    grid-template-columns: 1fr;
  }
}
#hero .light-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
#hero .light-icon {
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  background-color: #da7134;
}
#hero .light-name {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}
#hero .light-action {
  margin-top: 30px;
}
#hero .light-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#hero .light-action {
  gap: 20px;
}
@media screen and (max-width: 640px) {
  #hero .light-action {
    flex-direction: column;
  }
}
#hero .light-action .light-outline {
  color: #fff;
}
#hero .light-action button {
  height: 50px;
  flex: 1 1 50%;
  max-width: 50%;
}
@media screen and (max-width: 640px) {
  #hero .light-action button {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#hero .light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 56px;
  padding: 0 30px;
  border-radius: 12px;
  background-color: #da7134;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
#hero .light-button:hover {
  background-color: #872719;
  transform: translateY(-2px);
}
#hero .light-link {
  font-size: 15px;
  font-weight: 600;
  color: #ffd5a9;
  text-decoration: none;
  transition: all 0.3s ease;
}
#hero .light-link:hover {
  color: #fff;
}
#hero .light-trust {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
#hero .light-trust {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-around;
}
#hero .light-trust {
  gap: 15px;
}
#hero .light-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#hero .light-number {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #f97316;
}
@media screen and (max-width: 640px) {
  #hero .light-number {
    color: #ffd5a9;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #hero .light-number {
    font-size: 28px;
  }
}
#hero .light-desc {
  color: #fff7f3;
}
@media screen and (max-width: 640px) {
  #hero .light-desc {
    font-weight: 500;
    line-height: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #hero .light-desc {
    font-size: 14px;
    line-height: 18px;
  }
}
#hero .light-media {
  position: relative;
}
@media screen and (max-width: 768px) {
  #hero .light-media {
    order: -1;
  }
}
#hero .light-image {
  margin: 0;
  height: 640px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 640px) {
  #hero .light-image {
    max-height: 500px;
  }
}
#hero .light-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#light-intro {
  padding-bottom: 25px;
  background-color: #fff;
}
#light-intro .light-head {
  max-width: 720px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #light-intro .light-head {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  #light-intro .light-head {
    margin-bottom: unset;
  }
}
#light-intro .light-title {
  color: #2a0001;
}
#light-intro .light-grid {
  gap: 40px;
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 420px);
}
@media screen and (max-width: 1024px) {
  #light-intro .light-grid {
    gap: 25px;
    grid-template-areas: "text-1 side" "text-2 side" "note note";
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  }
}
@media screen and (max-width: 768px) {
  #light-intro .light-grid {
    gap: 20px;
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }
}
#light-intro .light-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#light-intro .light-content {
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #light-intro .light-content {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #light-intro .light-content {
    display: flex;
  }
}
#light-intro .light-text {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #light-intro .light-text:nth-of-type(1) {
    grid-area: text-1;
  }
  #light-intro .light-text:nth-of-type(2) {
    grid-area: text-2;
  }
}
@media screen and (max-width: 768px) {
  #light-intro .light-text {
    grid-area: auto;
  }
}
#light-intro .light-note {
  gap: 18px;
  display: grid;
  padding: 36px;
  margin-top: 18px;
  border-radius: 20px;
  background-color: #ffd5a9;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 1024px) {
  #light-intro .light-note {
    padding: 25px;
    grid-area: note;
    margin-top: unset;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #light-intro .light-note {
    grid-area: auto;
    margin-top: unset;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #light-intro .light-note {
    padding: 20px;
  }
}
#light-intro .light-note .light-item {
  gap: 14px;
  display: flex;
  align-items: center;
}
#light-intro .light-note .light-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #da7134;
  color: #fff;
  font-size: 11px;
}
#light-intro .light-note .light-name {
  color: #2a0001;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}
#light-intro .light-side {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#light-intro .light-side {
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #light-intro .light-side {
    grid-area: side;
  }
}
@media screen and (max-width: 768px) {
  #light-intro .light-side {
    grid-area: auto;
  }
}
#light-intro .light-card {
  padding: 30px;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid rgba(133, 38, 22, 0.08);
  box-shadow: 0 10px 40px rgba(42, 0, 1, 0.04);
}
@media screen and (max-width: 480px) {
  #light-intro .light-card {
    padding: 20px;
  }
}
#light-intro .light-card .light-name {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
  color: #da7134;
}
#light-intro .light-card .light-list {
  margin: 0;
  padding-left: 20px;
  list-style: circle;
}
#light-intro .light-card .light-item {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 28px;
  color: #374151;
}
@media screen and (max-width: 480px) {
  #light-intro .light-card .light-item {
    font-size: 14px;
    line-height: 20px;
  }
}

#light-scope {
  padding-top: 25px;
  background-color: #fff;
}
#light-scope .light-head {
  max-width: 760px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #light-scope .light-head {
    max-width: unset;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #light-scope .light-head {
    margin-bottom: unset;
  }
}
#light-scope .light-title {
  color: #2a0001;
}
#light-scope .light-grid {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  #light-scope .light-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #light-scope .light-grid {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
}
#light-scope .light-card {
  overflow: hidden;
  border-radius: 24px;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px solid rgba(133, 38, 22, 0.08);
  box-shadow: 0 10px 40px rgba(42, 0, 1, 0.04);
}
@media screen and (max-width: 640px) {
  #light-scope .light-card .light-desc {
    font-weight: 500;
    line-height: 24px;
  }
}
#light-scope .light-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(42, 0, 1, 0.08);
}
#light-scope .light-card:hover .light-image img {
  transform: scale(1.06);
}
#light-scope .light-card:hover .light-link {
  color: #da7134;
}
#light-scope .light-image {
  margin: 0;
  overflow: hidden;
}
#light-scope .light-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: all 0.4s ease;
}
@media screen and (max-width: 640px) {
  #light-scope .light-image img {
    height: 300px;
  }
}
#light-scope .light-body {
  padding: 36px;
}
@media screen and (max-width: 1024px) {
  #light-scope .light-body {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  #light-scope .light-body {
    padding: 24px;
  }
}
#light-scope .light-name {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #light-scope .light-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #light-scope .light-name {
    font-size: 22px;
  }
}
#light-scope .light-name a {
  color: #da7134;
  text-decoration: none;
  transition: all 0.3s ease;
}
#light-scope .light-name a:hover {
  color: #da7134;
}
#light-scope .light-link {
  margin-top: 28px;
  color: #852616;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
#light-scope .light-link i {
  font-size: 14px;
}

#light-process {
  overflow: hidden;
  background-color: #2a0001;
}
#light-process .light-head {
  max-width: 760px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #light-process .light-head {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  #light-process .light-head {
    margin-bottom: 30px;
  }
}
#light-process .light-label {
  color: #ffd5a9;
  background-color: #2a0001;
  border: 1px solid #ffd5a9;
}
#light-process .light-title {
  color: #fff;
}
#light-process .light-text {
  color: #f3f4f6;
}
#light-process .light-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  #light-process .light-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #light-process .light-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #light-process .light-list {
    grid-template-columns: 1fr;
  }
}
#light-process .light-list::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 768px) {
  #light-process .light-list::before {
    display: none;
  }
}
#light-process .light-card {
  position: relative;
  z-index: 2;
  padding: 25px;
  transition: all 0.3s ease;
  border-radius: 24px;
  backdrop-filter: blur(10px);
  background-color: #852616;
}
@media screen and (max-width: 640px) {
  #light-process .light-card {
    padding: 24px;
  }
}
@media screen and (max-width: 480px) {
  #light-process .light-card {
    padding: 20px;
  }
}
#light-process .light-card:hover {
  transform: translateY(-6px);
  border-color: #ffd5a9;
  background-color: rgba(255, 255, 255, 0.06);
}
#light-process .light-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
  border-radius: 50%;
  background-color: #da7134;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(218, 113, 52, 0.3);
}
@media screen and (max-width: 640px) {
  #light-process .light-number {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    font-size: 20px;
  }
}
#light-process .light-name {
  margin: 0 0 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #light-process .light-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #light-process .light-name {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
#light-process .light-desc {
  color: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 640px) {
  #light-process .light-desc {
    font-weight: 500;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  #light-process .light-desc {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }
}
#light-process .light-action {
  margin-top: 40px;
}
#light-process .light-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#light-process .light-action {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #light-process .light-action {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  #light-process .light-action {
    flex-direction: column;
  }
}
#light-process .light-action button {
  height: 50px;
  flex: 1 1 50%;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  #light-process .light-action button {
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #light-process .light-action button {
    flex-basis: 100%;
    max-width: 100%;
  }
}

#light-solution {
  background-color: #fff;
}
#light-solution .light-head {
  max-width: 760px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #light-solution .light-head {
    max-width: unset;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #light-solution .light-head {
    margin-bottom: 30px;
  }
}
#light-solution .light-label {
  color: #da7134;
  background-color: rgba(218, 113, 52, 0.08);
}
#light-solution .light-title {
  color: #2a0001;
}
#light-solution .light-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  #light-solution .light-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #light-solution .light-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #light-solution .light-grid {
    padding-bottom: 20px;
    grid-template-columns: repeat(6, 350px);
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    overflow-x: auto;
    margin-bottom: 15px;
  }
  #light-solution .light-grid::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  #light-solution .light-grid::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #0b5cab;
  }
  #light-solution .light-grid::-webkit-scrollbar-track {
    background-color: #f8f8f8;
  }
}
#light-solution .light-card {
  padding: 40px 34px;
  border-radius: 24px;
  border: 1px solid rgba(133, 38, 22, 0.08);
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 10px 40px rgba(42, 0, 1, 0.04);
}
@media screen and (max-width: 1024px) {
  #light-solution .light-card {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  #light-solution .light-card {
    padding: 24px;
    scroll-snap-align: center;
  }
  #light-solution .light-card .light-desc {
    font-weight: 500;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  #light-solution .light-card {
    box-shadow: unset;
    max-width: 330px;
  }
}
#light-solution .light-card:hover {
  transform: translateY(-6px);
  border-color: rgba(218, 113, 52, 0.2);
  box-shadow: 0 20px 50px rgba(42, 0, 1, 0.08);
}
#light-solution .light-card:hover .light-icon {
  color: #fff;
  background-color: #da7134;
}
#light-solution .light-icon {
  width: 68px;
  height: 68px;
  font-size: 28px;
  margin-bottom: 30px;
  border-radius: 18px;
  color: #da7134;
  transition: all 0.3s ease;
  background-color: rgba(218, 113, 52, 0.08);
}
@media screen and (max-width: 640px) {
  #light-solution .light-icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
    margin-bottom: 22px;
    border-radius: 16px;
  }
}
#light-solution .light-name {
  margin: 0 0 18px;
  color: #2a0001;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #light-solution .light-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #light-solution .light-name {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
#light-solution .light-note {
  gap: 40px;
  display: grid;
  padding: 50px;
  margin-top: 70px;
  border-radius: 30px;
  grid-template-columns: repeat(2, 1fr);
  background: linear-gradient(135deg, #2a0001 0%, #852616 100%);
}
@media screen and (max-width: 1024px) {
  #light-solution .light-note {
    gap: 30px;
    padding: 40px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #light-solution .light-note {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #light-solution .light-note {
    gap: 24px;
    padding: 30px 24px;
    margin-top: 40px;
    border-radius: 24px;
  }
}
#light-solution .light-tag {
  color: #ffd5a9;
  border: 1px solid #ffd5a9;
  background-color: #2a0001;
}
#light-solution .light-note .light-name {
  margin-bottom: 0;
  color: #fff;
  font-size: 34px;
}
@media screen and (max-width: 1024px) {
  #light-solution .light-note .light-name {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #light-solution .light-note .light-name {
    font-size: 24px;
  }
}
#light-solution .light-note .light-desc {
  font-size: 18px;
  font-weight: 500;
  color: #fff7f3;
}
@media screen and (max-width: 640px) {
  #light-solution .light-note .light-desc {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  #light-solution .light-note .light-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
  }
}

#light-capability {
  overflow: hidden;
  background-color: #ffd5a9;
}
#light-capability .light-head {
  max-width: 760px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #light-capability .light-head {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  #light-capability .light-head {
    margin-bottom: 30px;
  }
}
#light-capability .light-title {
  color: #2a0001;
}
#light-capability .light-grid {
  gap: 60px;
  display: grid;
  align-items: start;
  grid-template-columns: minmax(380px, 520px) 1fr;
}
@media screen and (max-width: 1024px) {
  #light-capability .light-grid {
    gap: 30px;
    grid-template-areas: "media list" "note list";
    grid-template-columns: minmax(320px, 360px) 1fr;
  }
}
@media screen and (max-width: 768px) {
  #light-capability .light-grid {
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) {
  #light-capability .light-side {
    height: 100%;
    grid-area: media;
  }
}
@media screen and (max-width: 768px) {
  #light-capability .light-side {
    grid-area: auto;
  }
}
#light-capability .light-image {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  #light-capability .light-image {
    height: 100%;
  }
}
#light-capability .light-image img {
  width: 100%;
  height: 760px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #light-capability .light-image img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #light-capability .light-image img {
    height: 420px;
  }
}
@media screen and (max-width: 640px) {
  #light-capability .light-image img {
    height: 320px;
  }
}
#light-capability .light-content {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  #light-capability .light-content {
    gap: 30px;
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #light-capability .light-content {
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  #light-capability .light-content {
    gap: 24px;
  }
}
#light-capability .light-list {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  #light-capability .light-list {
    gap: 20px;
    grid-area: list;
  }
}
@media screen and (max-width: 768px) {
  #light-capability .light-list {
    grid-area: auto;
  }
}
@media screen and (max-width: 640px) {
  #light-capability .light-list {
    grid-template-columns: 1fr;
  }
}
#light-capability .light-card {
  padding: 34px 30px;
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid rgba(133, 38, 22, 0.08);
  box-shadow: 0 10px 40px rgba(42, 0, 1, 0.04);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #light-capability .light-card {
    padding: 30px 24px;
  }
}
@media screen and (max-width: 640px) {
  #light-capability .light-card {
    padding: 24px;
  }
  #light-capability .light-card .light-desc {
    font-weight: 500;
    line-height: 24px;
  }
}
#light-capability .light-card:hover {
  transform: translateY(-6px);
}
#light-capability .light-card:hover .light-icon {
  color: #fff;
  background-color: #da7134;
}
#light-capability .light-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 26px;
  border-radius: 18px;
  background-color: rgba(218, 113, 52, 0.08);
  color: #da7134;
  font-size: 28px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  #light-capability .light-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border-radius: 16px;
    font-size: 24px;
  }
}
#light-capability .light-name {
  margin: 0 0 16px;
  color: #2a0001;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #light-capability .light-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #light-capability .light-name {
    margin-bottom: 12px;
  }
}
#light-capability .light-note {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 36px;
  border-radius: 28px;
  background: linear-gradient(135deg, #2a0001 0%, #852616 100%);
}
@media screen and (max-width: 1024px) {
  #light-capability .light-note {
    gap: 20px;
    padding: 30px;
    grid-area: note;
  }
}
@media screen and (max-width: 768px) {
  #light-capability .light-note {
    grid-area: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #light-capability .light-note {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 24px;
  }
}
#light-capability .light-item {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  #light-capability .light-item {
    align-items: center;
    justify-content: center;
  }
}
#light-capability .light-number {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  color: #da7134;
}
@media screen and (max-width: 1024px) {
  #light-capability .light-number {
    font-size: 32px;
    color: #ffd5a9;
  }
}
@media screen and (max-width: 1024px) {
  #light-capability .light-note {
    height: 100%;
  }
}
#light-capability .light-note .light-name {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  color: #fff7f3;
}
@media screen and (max-width: 1024px) {
  #light-capability .light-note .light-name {
    text-align: center;
  }
}

#light-project {
  background-color: #fff;
}
#light-project .light-head {
  max-width: 760px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #light-project .light-head {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  #light-project .light-head {
    margin-bottom: 30px;
  }
}
#light-project .light-title {
  color: #2a0001;
}
#light-project .light-list {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  #light-project .light-list {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #light-project .light-list {
    padding-bottom: 30px;
    grid-template-columns: repeat(3, 370px);
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    overflow-x: auto;
    margin-bottom: 15px;
  }
  #light-project .light-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  #light-project .light-list::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #0b5cab;
  }
  #light-project .light-list::-webkit-scrollbar-track {
    background-color: #f8f8f8;
  }
}
@media screen and (max-width: 768px) {
  #light-project .light-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #light-project .light-list {
    grid-template-columns: 1fr;
  }
}
#light-project .light-card {
  overflow: hidden;
  border-radius: 28px;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px solid rgba(133, 38, 22, 0.08);
  box-shadow: 0 10px 40px rgba(42, 0, 1, 0.04);
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #light-project .light-card {
    scroll-snap-align: center;
    box-shadow: 0 5px 20px rgba(42, 0, 1, 0.04);
  }
}
@media screen and (max-width: 640px) {
  #light-project .light-card .light-desc {
    font-weight: 500;
    line-height: 24px;
  }
}
#light-project .light-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(42, 0, 1, 0.08);
}
#light-project .light-card:hover .light-image img {
  transform: scale(1.06);
}
#light-project .light-card:hover .light-link {
  color: #da7134;
}
#light-project .light-image {
  margin: 0;
  overflow: hidden;
  height: 300px;
}
#light-project .light-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
#light-project .light-body {
  padding: 30px 36px;
}
@media screen and (max-width: 1024px) {
  #light-project .light-body {
    padding: 30px 24px;
  }
}
@media screen and (max-width: 640px) {
  #light-project .light-body {
    padding: 24px;
  }
}
#light-project .light-meta {
  margin-bottom: 20px;
}
#light-project .light-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#light-project .light-meta {
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  #light-project .light-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #light-project .light-meta {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (max-width: 640px) {
  #light-project .light-meta {
    margin-bottom: 16px;
  }
}
#light-project .light-tag {
  color: #da7134;
  margin-bottom: unset;
  background-color: rgba(218, 113, 52, 0.08);
}
#light-project .light-date {
  color: rgba(42, 0, 1, 0.48);
  font-size: 14px;
  font-weight: 500;
}
#light-project .light-name {
  margin: 0 0 18px;
  color: #2a0001;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #light-project .light-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #light-project .light-name {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
#light-project .light-info {
  display: grid;
  gap: 20px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(133, 38, 22, 0.08);
}
@media screen and (max-width: 640px) {
  #light-project .light-info {
    gap: 16px;
    margin-top: 24px;
    padding-top: 24px;
  }
}
#light-project .light-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#light-project .light-info .light-label {
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: rgba(42, 0, 1, 0.48);
  font-size: 13px;
  letter-spacing: 0;
}
#light-project .light-info .light-value {
  color: #2a0001;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}
#light-project .light-link {
  margin-top: 32px;
  color: #852616;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  #light-project .light-link {
    margin-top: 24px;
  }
}
#light-project .light-link i {
  font-size: 14px;
}
#light-project .light-action {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  #light-project .light-action {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  #light-project .light-action {
    margin-top: 30px;
  }
  #light-project .light-action button {
    width: 100%;
  }
}

#light-content {
  background-color: #fff;
}
#light-content .light-head {
  max-width: 860px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #light-content .light-head {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  #light-content .light-head {
    margin-bottom: 30px;
  }
}
#light-content .light-title {
  color: #2a0001;
}
#light-content .light-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  #light-content .light-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #light-content .light-grid {
    padding-bottom: 30px;
    grid-template-columns: repeat(4, 400px);
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    overflow-x: auto;
    margin-bottom: 15px;
  }
  #light-content .light-grid::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  #light-content .light-grid::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #0b5cab;
  }
  #light-content .light-grid::-webkit-scrollbar-track {
    background-color: #f8f8f8;
  }
}
#light-content .light-card {
  padding: 42px 38px;
  border-radius: 28px;
  background-color: #fff;
  border: 1px solid rgba(133, 38, 22, 0.08);
  box-shadow: 0 10px 40px rgba(42, 0, 1, 0.04);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #light-content .light-card {
    padding: 34px 30px;
  }
}
@media screen and (max-width: 640px) {
  #light-content .light-card {
    padding: 24px;
    scroll-snap-align: center;
  }
}
@media screen and (max-width: 480px) {
  #light-content .light-card {
    max-width: 330px;
    box-shadow: unset;
  }
}
#light-content .light-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(42, 0, 1, 0.08);
}
#light-content .light-name {
  font-size: 28px;
  margin: 0 0 22px;
  line-height: 1.5;
  font-weight: 700;
  color: #da7134;
}
@media screen and (max-width: 1024px) {
  #light-content .light-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #light-content .light-name {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
#light-content .light-desc {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #light-content .light-desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  #light-content .light-desc {
    font-size: 14px;
    text-align: justify;
  }
}
#light-content .light-note {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 70px;
  padding: 50px;
  border-radius: 30px;
  background: linear-gradient(135deg, #2a0001 0%, #852616 100%);
}
@media screen and (max-width: 1024px) {
  #light-content .light-note {
    gap: 30px;
    padding: 40px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #light-content .light-note {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #light-content .light-note {
    gap: 24px;
    padding: 30px 24px;
    margin-top: 40px;
    border-radius: 24px;
  }
}
#light-content .light-tag {
  color: #ffd5a9;
  background-color: rgba(255, 255, 255, 0.08);
}
#light-content .light-note .light-name {
  margin-bottom: 0;
  color: #fff;
  font-size: 34px;
}
@media screen and (max-width: 1024px) {
  #light-content .light-note .light-name {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #light-content .light-note .light-name {
    font-size: 24px;
  }
}
#light-content .light-note .light-desc {
  color: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 640px) {
  #light-content .light-note .light-desc {
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  #light-content .light-note .light-desc {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
  }
}

#light-faq {
  background-color: #ffd5a9;
}
#light-faq .light-wrap {
  margin: 0 auto;
  max-width: 980px;
}
#light-faq .light-head {
  text-align: center;
  margin-bottom: 40px;
}
#light-faq .light-title {
  color: #2a0001;
}
#light-faq .light-list {
  display: grid;
  gap: 20px;
}
#light-faq .light-item {
  overflow: hidden;
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid rgba(133, 38, 22, 0.08);
  box-shadow: 0 10px 40px rgba(42, 0, 1, 0.04);
  transition: all 0.3s ease;
}
#light-faq .light-item.active .light-question .light-icon {
  transform: rotate(180deg);
}
#light-faq .light-item.active .light-answer {
  display: block;
}
#light-faq .light-question {
  border: none;
  width: 100%;
  padding: 30px 34px;
  cursor: pointer;
  text-align: left;
  background-color: transparent;
}
#light-faq .light-question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#light-faq .light-question {
  gap: 20px;
}
@media screen and (max-width: 640px) {
  #light-faq .light-question {
    padding: 25px;
  }
}
#light-faq .light-name {
  color: #2a0001;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #light-faq .light-name {
    font-size: 15px;
  }
}
#light-faq .light-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(218, 113, 52, 0.08);
  color: #da7134;
  font-size: 18px;
  transition: all 0.3s ease;
}
#light-faq .light-answer {
  display: none;
  padding: 0 34px 30px;
}
@media screen and (max-width: 640px) {
  #light-faq .light-answer .light-desc {
    font-size: 14px;
  }
}

#light-contact {
  overflow: hidden;
  background: linear-gradient(135deg, #2a0001 0%, #852616 100%);
}
#light-contact .light-grid {
  gap: 60px;
  display: grid;
  align-items: start;
  grid-template-columns: minmax(360px, 520px) 1fr;
}
@media screen and (max-width: 1024px) {
  #light-contact .light-grid {
    gap: 30px;
    grid-template-columns: minmax(320px, 400px) 1fr;
  }
}
@media screen and (max-width: 768px) {
  #light-contact .light-grid {
    grid-template-columns: 1fr;
  }
}
#light-contact .light-label {
  color: #ffd5a9;
  background-color: #2a0001;
  border: 1px solid #ffd5a9;
}
#light-contact .light-title {
  color: #fff;
}
#light-contact .light-text {
  color: rgba(255, 255, 255, 0.72);
}
#light-contact .light-list {
  gap: 24px;
  display: grid;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  #light-contact .light-list {
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #light-contact .light-list {
    margin-top: 30px;
  }
}
#light-contact .light-item {
  padding: 28px;
  border-radius: 24px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
#light-contact .light-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
#light-contact .light-item {
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #light-contact .light-item {
    padding: 24px;
  }
}
@media screen and (max-width: 640px) {
  #light-contact .light-item {
    gap: 16px;
    padding: 20px;
  }
}
#light-contact .light-icon {
  width: 62px;
  height: 62px;
  font-size: 24px;
  color: #fff;
  border-radius: 20px;
  background-color: #f97316;
}
@media screen and (max-width: 640px) {
  #light-contact .light-icon {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }
}
#light-contact .light-name {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #light-contact .light-name {
    font-size: 20px;
  }
}
#light-contact .light-link {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  color: #ffd5a9;
  display: inline-block;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  #light-contact .light-link {
    font-size: 18px;
    letter-spacing: 0;
  }
}
#light-contact .light-link:hover {
  color: #fff;
}
#light-contact .light-body .light-desc {
  color: rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 480px) {
  #light-contact .light-body .light-desc {
    font-size: 14px;
    line-height: 22px;
  }
}
#light-contact .light-form {
  padding: 50px;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  #light-contact .light-form {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  #light-contact .light-form {
    padding: 25px;
    border-radius: 24px;
  }
}
#light-contact .light-head {
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  #light-contact .light-head {
    margin-bottom: 24px;
  }
}
#light-contact .light-head .light-name {
  margin-bottom: 14px;
  color: #2a0001;
  font-size: 34px;
}
@media screen and (max-width: 1024px) {
  #light-contact .light-head .light-name {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #light-contact .light-head .light-name {
    font-size: 24px;
  }
}
#light-contact .light-head .light-desc {
  color: rgba(42, 0, 1, 0.72);
}
#light-contact .light-group {
  margin-bottom: 20px;
}
#light-contact .light-group label {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
  display: inline-block;
  color: #2a0001;
}
#light-contact .light-message {
  display: none;
  margin-bottom: 15px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
#light-contact .light-message.warning, #light-contact .light-message.success, #light-contact .light-message.error {
  display: block;
}
#light-contact .light-input,
#light-contact .light-area {
  width: 100%;
  outline: none;
  padding: 15px;
  font-size: 15px;
  color: #2a0001;
  background-color: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(42, 0, 1, 0.3);
}
@media screen and (max-width: 640px) {
  #light-contact .light-input,
  #light-contact .light-area {
    padding: 16px 18px;
  }
}
#light-contact .light-input:focus,
#light-contact .light-area:focus {
  border-color: rgba(218, 113, 52, 0.4);
  box-shadow: 0 0 0 4px rgba(218, 113, 52, 0.08);
}
#light-contact .light-input::placeholder,
#light-contact .light-area::placeholder {
  color: rgba(42, 0, 1, 0.42);
}
#light-contact .light-area {
  min-height: 160px;
  resize: vertical;
}
@media screen and (max-width: 640px) {
  #light-contact .light-area {
    min-height: 140px;
  }
}
#light-contact .light-action {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #light-contact .light-action {
    margin-top: 24px;
  }
}
#light-contact .light-action .btn {
  width: 100%;
}

#light-related {
  background-color: #ffd5a9;
}
#light-related .light-head {
  max-width: 760px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #light-related .light-head {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  #light-related .light-head {
    margin-bottom: 30px;
  }
}
#light-related .light-title {
  color: #2a0001;
}
#light-related .light-grid {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  #light-related .light-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #light-related .light-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #light-related .light-grid {
    grid-template-columns: 1fr;
  }
}
#light-related .light-card {
  overflow: hidden;
  border-radius: 28px;
  background-color: #fff;
  border: 1px solid rgba(133, 38, 22, 0.08);
  box-shadow: 0 10px 40px rgba(42, 0, 1, 0.04);
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  #light-related .light-card .light-desc {
    font-weight: 500;
    line-height: 24px;
  }
}
#light-related .light-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(42, 0, 1, 0.08);
}
#light-related .light-card:hover .light-image img {
  transform: scale(1.06);
}
#light-related .light-card:hover .light-link {
  color: #da7134;
}
#light-related .light-image {
  margin: 0;
  overflow: hidden;
}
#light-related .light-image img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #light-related .light-image img {
    height: 220px;
  }
}
@media screen and (max-width: 640px) {
  #light-related .light-image img {
    height: 300px;
  }
}
#light-related .light-body {
  padding: 34px;
}
@media screen and (max-width: 1024px) {
  #light-related .light-body {
    padding: 30px 24px;
  }
}
@media screen and (max-width: 640px) {
  #light-related .light-body {
    padding: 24px;
  }
}
@media screen and (max-width: 480px) {
  #light-related .light-body .light-desc {
    font-size: 14px;
    line-height: 22px;
  }
}
#light-related .light-tag {
  color: #da7134;
  margin-bottom: 18px;
  background-color: rgba(218, 113, 52, 0.08);
}
@media screen and (max-width: 640px) {
  #light-related .light-tag {
    margin-bottom: 14px;
  }
}
#light-related .light-name {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #light-related .light-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #light-related .light-name {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
#light-related .light-name a {
  color: #2a0001;
  text-decoration: none;
  transition: all 0.3s ease;
}
#light-related .light-name a:hover {
  color: #da7134;
}
#light-related .light-link {
  margin-top: 28px;
  color: #852616;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  #light-related .light-link {
    margin-top: 24px;
  }
}
#light-related .light-link i {
  font-size: 14px;
}

/*# sourceMappingURL=service-1.css.map */
