/* Scoped layout for /about-us */
.tv-about-us {
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
  color: #00033d;
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  padding-top: 0;
  letter-spacing: 0.025em;
}

.tv-about-us .about-hero {
  padding: 1em 0 2rem;
  margin-bottom: 6rem;
}

.tv-about-us .hero-content {
  display: flex;
  flex-direction: column;
}

.tv-about-us .hero-title {
  font-size: clamp(4.5rem, 8vw, 7rem);
  font-weight: 300 !important;
  color: #00033d;
  margin-bottom: 0;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

.tv-about-us .hero-subtitle-wrapper {
  margin-top: 0.5rem;
}

.tv-about-us .hero-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  display: inline-block;
  padding-right: 1rem;
}

.tv-about-us .hero-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 3, 61, 0.1);
  margin-top: 1rem;
}

.tv-about-us .section-heading {
  font-size: 2.2rem;
  color: #1245f6;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tv-about-us .blue-square {
  font-size: 1.2rem;
  line-height: 1;
  color: #1245f6;
}

/* Core Value */
.tv-about-us .core-value-text {
  padding-left: 5rem;
}

.tv-about-us .core-value-text p {
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  color: #4a5568;
  font-weight: 300;
  letter-spacing: 0.3em;
  line-height: 2;
}

/* Message */
.tv-about-us .message-text {
  font-size: 18px;
  line-height: 2;
  color: #00033d;
  padding-right: 2rem;
}

.tv-about-us .message-text p {
  margin-bottom: 1.5rem;
}

.tv-about-us .director-img-wrapper {
  background-color: #e6e6e6;
  overflow: hidden;
  margin-bottom: 1rem;
}

.tv-about-us .director-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.tv-about-us .director-info {
  font-size: 1.5rem;
  color: #00033d;
}

.tv-about-us .company-name {
  font-size: 18px;
}

/* Company Box */
.tv-about-us .company-box {
  background-color: #fdfdfd;
  border-radius: 8px;
  padding: 5rem 4rem;
  margin-top: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.tv-about-us .company-table {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  border-collapse: collapse;
}

.tv-about-us .company-table th,
.tv-about-us .company-table td {
  padding: 1.1rem 1rem;
  border-bottom: 1px solid rgba(0, 3, 61, 0.4);
  vertical-align: middle;
  background-color: transparent;
}

.tv-about-us .company-table tr:first-child th,
.tv-about-us .company-table tr:first-child td {
  border-top: 1px solid rgba(0, 3, 61, 0.4);
}

.tv-about-us .company-table tr.last-row th,
.tv-about-us .company-table tr.last-row td {
  border-bottom: 1px solid rgba(0, 3, 61, 0.4);
}

.tv-about-us .company-table th {
  width: 30%;
  color: #1245f6;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.tv-about-us .company-table td {
  width: 70%;
  color: #1f2a4f;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .tv-about-us .about-hero {
    padding: 8rem 0 2rem;
  }

  .tv-about-us .section-heading {
    margin-bottom: 40px !important;
  }
  
  .tv-about-us .message-text {
    padding-right: 15px;
  }
  
  .tv-about-us .core-value-text {
    padding-left: 2rem;
  }
  
  .tv-about-us .company-box {
    padding: 3rem 2rem;
  }
}

@media (max-width: 767.98px) {
  .tv-about-us .company-box {
    padding: 2.5rem 1.5rem;
  }
  
  .tv-about-us .company-table th,
  .tv-about-us .company-table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.75rem 0;
  }
  
  .tv-about-us .company-table th {
    border-bottom: none;
    padding-bottom: 0.2rem;
  }
  
  .tv-about-us .company-table tr:first-child td {
    border-top: none;
  }
  
  .tv-about-us .core-value-text {
    padding-left: 1rem;
  }
  
  .tv-about-us .core-value-text p {
    letter-spacing: 0.1em;
  }
}
