.company-hero-section {
  background: linear-gradient(135deg, #080000 0%, #424242 100%) !important;
  position: relative;
  overflow: hidden;
}
.company-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  opacity: 0.6;
}
.company-hero-section .company-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center;
}
.company-hero-section .company-hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .company-hero-section .company-hero-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .company-hero-section .company-hero-title {
    font-size: 2rem;
  }
}

.company-profile-section {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 2rem;
}
.company-profile-section h2 {
  font-size: 2.2rem;
  color: #043F6D;
  margin: 4rem 0 2rem 0;
  font-weight: 700;
  position: relative;
}
.company-profile-section h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #043F6D, #46A2DA);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .company-profile-section h2 {
    font-size: 1.8rem;
  }
}
.company-profile-section .info-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 2rem;
  border: 1px solid rgba(93, 96, 98, 0.1);
}
@media (max-width: 768px) {
  .company-profile-section .info-grid {
    grid-template-columns: 1fr;
  }
}
.company-profile-section .info-grid .info-item {
  display: contents;
}
.company-profile-section .info-grid .info-item .label {
  background: linear-gradient(135deg, rgba(4, 63, 109, 0.03), rgba(70, 162, 218, 0.02));
  padding: 1.5rem 2rem;
  font-weight: 600;
  color: #043F6D;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  border-bottom: 1px solid rgba(93, 96, 98, 0.08);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .company-profile-section .info-grid .info-item .label {
    background: linear-gradient(135deg, rgba(4, 63, 109, 0.08), rgba(70, 162, 218, 0.05));
    border-bottom: none;
    border-bottom: 1px solid rgba(4, 63, 109, 0.2);
    padding: 1rem 1.5rem;
  }
}
.company-profile-section .info-grid .info-item .value {
  padding: 1.5rem 2rem;
  color: rgb(76.9203539823, 82.7256637168, 87.0796460177);
  line-height: 1.6;
  border-bottom: 1px solid rgba(93, 96, 98, 0.08);
}
@media (max-width: 768px) {
  .company-profile-section .info-grid .info-item .value {
    padding: 1rem 1.5rem;
  }
}
.company-profile-section .info-grid .info-item .value:last-child {
  border-bottom: none;
}
.company-profile-section .info-grid .info-item .value a {
  color: #043F6D;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.company-profile-section .info-grid .info-item .value a:hover {
  color: #46A2DA;
}
.company-profile-section .info-grid .info-item .value a small {
  margin-left: 0.5rem;
  opacity: 0.7;
}
.company-profile-section .info-grid .info-item .value p {
  margin: 0.5rem 0 0 0;
  color: rgb(117.832460733, 121.6335078534, 124.167539267);
  font-size: 0.9rem;
  line-height: 1.5;
}
.company-profile-section .info-grid .info-item:last-child .label, .company-profile-section .info-grid .info-item:last-child .value {
  border-bottom: none;
}
.company-profile-section .map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 1rem 0;
  border: 1px solid rgba(93, 96, 98, 0.1);
}
.company-profile-section .map-container .map-img {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}
@media (max-width: 768px) {
  .company-profile-section .map-container .map-img {
    height: 300px;
  }
}
.company-profile-section .access-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 1.5rem 0;
}
@media (max-width: 768px) {
  .company-profile-section .access-methods {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.company-profile-section .access-methods .access-method {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid rgba(93, 96, 98, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}
.company-profile-section .access-methods .access-method:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.company-profile-section .access-methods .access-method .method-header {
  background: linear-gradient(135deg, #043F6D, #46A2DA);
  color: #FFFFFF;
  padding: 1.5rem;
  display: flex;
  align-items: center;
}
.company-profile-section .access-methods .access-method .method-header .method-icon {
  font-size: 2rem;
  margin-right: 1rem;
  filter: none;
}
.company-profile-section .access-methods .access-method .method-header .method-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}
.company-profile-section .access-methods .access-method .method-content {
  padding: 1.5rem;
}
.company-profile-section .access-methods .access-method .method-content .step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.company-profile-section .access-methods .access-method .method-content .step-list .step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.company-profile-section .access-methods .access-method .method-content .step-list .step-item:last-child {
  margin-bottom: 0;
}
.company-profile-section .access-methods .access-method .method-content .step-list .step-item .step-number {
  background: #46A2DA;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 1rem;
  margin-top: 0.2rem;
}
.company-profile-section .access-methods .access-method .method-content .step-list .step-item .step-text {
  color: rgb(76.9203539823, 82.7256637168, 87.0796460177);
  line-height: 1.6;
  font-size: 0.95rem;
}
.company-profile-section .access-methods .access-method .method-content .single-info {
  color: rgb(76.9203539823, 82.7256637168, 87.0796460177);
  line-height: 1.7;
  font-size: 0.95rem;
}
.company-profile-section .access-methods .access-method.public-transport .method-header {
  background: linear-gradient(135deg, #043F6D, #46A2DA);
}
.company-profile-section .access-methods .access-method.public-transport .step-number {
  background: #043F6D;
}
.company-profile-section .access-methods .access-method.car .method-header {
  background: linear-gradient(135deg, #043F6D, #46A2DA);
}
.company-profile-section .access-methods .access-method.car .step-number {
  background: #043F6D;
}
.company-profile-section .representative-section .career-timeline .value {
  padding: 2rem;
}
.company-profile-section .representative-section .career-timeline .value p {
  margin: 0 0 0.8rem 0;
  color: rgb(76.9203539823, 82.7256637168, 87.0796460177);
  font-size: 1rem;
}
.company-profile-section .representative-section .career-timeline .value p strong {
  color: #043F6D;
  font-weight: 700;
  display: inline-block;
  min-width: 80px;
}
.company-profile-section .representative-section .career-timeline .value p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .company-hero-section .company-hero-container {
    padding: 3rem 1rem;
  }
  .company-profile-section {
    margin: 2rem auto;
    padding: 0 1rem;
  }
  .company-profile-section .info-grid .info-item .label {
    grid-column: 1/-1;
  }
  .company-profile-section .info-grid .info-item .value {
    grid-column: 1/-1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.company-profile-section .info-grid {
  animation: fadeInUp 0.6s ease forwards;
}
.company-profile-section h2 {
  animation: fadeInUp 0.6s ease forwards;
}
.company-profile-section .access-info {
  animation: fadeInUp 0.6s ease forwards;
}

@media (max-width: 768px) {
  .company-hero-section .company-hero-container {
    padding: 3rem 1rem;
  }
  .company-profile-section {
    margin: 2rem auto;
    padding: 0 1rem;
  }
  .company-profile-section ul li {
    flex-direction: column;
  }
  .company-profile-section ul li:nth-child(odd) {
    border-right: none;
    border-bottom: 2px solid #043F6D;
    min-width: auto;
  }
  .company-profile-section ul li:nth-child(even) {
    border-top: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.company-profile-section ul {
  animation: fadeInUp 0.6s ease forwards;
}
.company-profile-section h2 {
  animation: fadeInUp 0.6s ease forwards;
}/*# sourceMappingURL=local.css.map */