.profile-wrapper {
  color: #1e293b;
  font-family: sans-serif;
  background-color: #fffefe;
}

/* Header */
.profile-header {
  border-bottom: 1px solid #e2e8f0;
  padding: 6rem 1rem;
  position: relative;
  background-image: url("assets/company-inside.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 109, 171, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-header-breadcrumb {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #f9fafb;
}

.profile-header-breadcrumb a.back-link {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #f9fafb;
  font-weight: 500;
  transition: opacity 0.2s;
}

.profile-header-breadcrumb a.back-link:hover {
  opacity: 0.8;
}

.breadcrumb-divider {
  font-family: 'Open Sans', sans-serif;
  margin: 0 8px;
  font-size: 1.3rem;
  color: #dbeafe;
}

.breadcrumb-current {
  font-family: 'Open Sans', sans-serif;
  color: #e0e7ff;
  font-size: 1.3rem;
}

.profile-header-logo img {
  max-width: 850px;
  height: auto;
  filter: brightness(0) invert(1);
}

/* Content container */
.profile-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 5rem 1rem;
}

/* History */
.profile-section-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.profile-section-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.profile-section-title.center {
  text-align: center;
}

.profile-paragraph {
  font-size: 1rem;
  color: #475569;
  line-height: 1.75;
}

/* Core values */
.profile-core-values {
  margin-top: 5rem;
}

.profile-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  text-align: center;
}

.profile-value-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-value-icon {
  width: 64px;
  height: 64px;
  background: #eff6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.profile-value-icon i,
.profile-value-icon svg {
  width: 38px;
  height: 38px;
  color: #2563eb;
}

.profile-value-title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.profile-value-text {
  color: #475569;
  font-size: 0.95rem;
}

.profile-values-highlight {
  margin-top: 2.5rem;
  background: #eff6ff;
  border-left: 4px solid #3b82f6;
  color: #1e40af;
  padding: 1.5rem;
  border-radius: 0 0.75rem 0.75rem 0;
  font-weight: 500;
  line-height: 1.75;
}

/* Portfolio */
.profile-portfolio {
  margin-top: 5rem;
}

.profile-portfolio-subtitle {
  font-size: 1.125rem;
  color: #475569;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.profile-portfolio-accordion {
  text-align: left;
}

.profile-portfolio-item {
  border-bottom: 1px solid #e2e8f0;
  padding: 1rem 0;
}

.profile-portfolio-item summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.125rem;
  list-style: none;
}

.profile-portfolio-item summary::-webkit-details-marker {
  display: none;
}

.profile-portfolio-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  color: #2563eb;
}

.profile-portfolio-icon i,
.profile-portfolio-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.profile-portfolio-heading {
  flex: 1;
}

.profile-portfolio-content {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #475569;
  line-height: 1.6;
}

.profile-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.profile-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.profile-number {
  width: 32px;
  height: 32px;
  background: #dbeafe;
  color: #2563eb;
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
}

.profile-item h4 {
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

.profile-item p {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsiveness*/
@media (max-width: 1024px) {
  .profile-header {
    height: 320px;
    padding: 4rem 1rem;
  }

  .profile-header-logo img {
    max-width: 600px;
  }

  .profile-header-breadcrumb {
    font-size: 1rem;
    top: 15px;
    left: 20px;
  }
}

@media (max-width: 768px) {
  .profile-header {
    height: 260px;
    padding: 3rem 1rem;
    text-align: center;
  }

  .profile-header-logo img {
    max-width: 380px;
  }

  .profile-header-title {
    font-size: 1.5rem;
  }

  .profile-content {
    padding: 3rem 1rem;
  }

  .profile-section-title {
    font-size: 1.5rem;
  }

  .profile-values-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .profile-portfolio-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .profile-header {
    height: 220px;
    padding: 2rem 1rem;
  }

  .profile-header-logo img {
    max-width: 260px;
  }

  .profile-header-breadcrumb {
    font-size: 0.9rem;
    top: 10px;
    left: 15px;
  }

  .profile-header-title {
    font-size: 1.25rem;
  }

  .profile-values-grid {
    grid-template-columns: 1fr;
  }

  .profile-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-number {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 640px) {
  .profile-header-breadcrumb {
    font-size: 1rem; 
  }

  .breadcrumb-current {
    font-size: 1rem; 
    font-weight: 400;
  }

  .profile-header-breadcrumb a.back-link {
    font-size: 1rem; 
  }
}