/* ===== Nosotros Page Modern Styling - Tekno Service ===== */
:root {
  --nos-primary: #dc3545;
  --nos-primary-dark: #b02a37;
  --nos-dark: #0f172a;
  --nos-navy: #1e293b;
  --nos-light: #f8fafc;
  --nos-card: #ffffff;
  --nos-blue: #0284c7;
}

body {
  background-color: var(--nos-light);
  font-family: 'Montserrat', sans-serif;
}

/* Hero Section */
.nosotros-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 60%, #0f172a 100%);
  color: #ffffff;
  padding: 4.5rem 1rem 4rem 1rem;
  border-radius: 0 0 2rem 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.nosotros-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(220, 53, 69, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.hero-badge-honduras {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.4);
  color: #ff7676;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
}

.nosotros-hero h1 {
  font-weight: 800;
  font-size: 2.8rem;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.nosotros-hero h1 span {
  background: linear-gradient(135deg, #ff4d4d 0%, #f43f5e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nosotros-hero .lead {
  color: #cbd5e1;
  font-size: 1.15rem;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Stats Counter Bar */
.stats-bar-wrapper {
  margin-top: -2.5rem;
  position: relative;
  z-index: 10;
}

.stats-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.stats-card:hover {
  transform: translateY(-5px);
}

.stats-number {
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--nos-primary);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.stats-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Section Common */
.section-tag-nos {
  color: var(--nos-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  display: block;
}

.section-title-nos {
  font-weight: 800;
  color: var(--nos-dark);
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

/* Story Section */
.story-card-highlight {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 1.5rem;
  color: #ffffff;
  padding: 2.5rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.story-card-highlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--nos-primary);
}

/* Mission & Vision Cards */
.mv-card {
  background: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.1);
}

.mv-card.mision-card {
  border-top: 4px solid var(--nos-primary);
}

.mv-card.vision-card {
  border-top: 4px solid var(--nos-blue);
}

.mv-icon {
  width: 64px;
  height: 64px;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.mv-icon-mision {
  background: rgba(220, 53, 69, 0.1);
  color: var(--nos-primary);
}

.mv-icon-vision {
  background: rgba(2, 132, 199, 0.1);
  color: var(--nos-blue);
}

.mv-card h3 {
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--nos-dark);
  margin-bottom: 1rem;
}

.mv-card p {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
}

/* Core Values Grid */
.value-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  border: 1px solid #e2e8f0;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(220, 53, 69, 0.3);
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.08);
}

.value-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(220, 53, 69, 0.08);
  color: var(--nos-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 1.25rem auto;
}

.value-card h5 {
  font-weight: 700;
  color: var(--nos-dark);
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.value-card p {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* CTA Section */
.nosotros-cta {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
  border-radius: 2rem;
  color: #ffffff;
  padding: 3.5rem 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  margin-top: 4rem;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .nosotros-hero {
    padding: 3rem 1rem 2.5rem 1rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .nosotros-hero h1 {
    font-size: 2rem;
  }
  .stats-bar-wrapper {
    margin-top: 1rem;
  }
}