/* Enhanced Hero Styling */
.about-hero {
  padding: 120px 24px 80px;
  text-align: center;
  background: radial-gradient(circle at top, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 0 0 60px 60px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.about-hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.about-hero h1 span {
  color: #3b82f6;
  display: block;
}

.hero-badges {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.badge {
  background: #fff;
  color: #1e293b;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}

/* Section Tag Styling */
.section-tag {
  display: inline-block;
  background: #eff6ff;
  color: #3b82f6;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

/* Enhanced Stat Cards */
.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stat-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.1);
  border-color: #3b82f6;
}

.stat-icon {
  width: 48px;
  height: 48px;
  background: #f8fafc;
  color: #3b82f6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.stat-info {
  display: flex;
  flex-direction: column;
}

.stat-title {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 2px;
}

.stat-value {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  overflow-x: hidden;
  width: 100%;
}

body {
  background: #f8fafc;
  color: #334155;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

.about-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px;
}

section {
  padding: 60px 0;
}

.about-hero {
  padding: 120px 0 80px;
  text-align: center;
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
  border-radius: 0 0 40px 40px;
  margin-bottom: 60px;
}

.about-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.about-hero .subtitle {
  font-size: 1.15rem;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.7;
}

.about-two-col {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.about-text h2 {
  font-size: 1.85rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
}

.about-text h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e293b;
  margin: 24px 0 12px;
}

.about-text p {
  font-size: 1.05rem;
  color: #475569;
  margin-bottom: 20px;
}

.about-container p {
  margin-bottom: 20px;
}

.about-text ul,
.careers-intro ul,
.work-culture ul {
  margin: 12px 0 24px;
  padding-left: 20px;
  list-style-type: none;
}

.about-text li,
.careers-intro li,
.work-culture li {
  margin: 8px 0;
  color: #475569;
  line-height: 1.7;
  position: relative;
}

.about-text li::before,
.careers-intro li::before,
.work-culture li::before {
  content: "→";
  position: absolute;
  left: -20px;
  color: #3b82f6;
  font-weight: bold;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stat-card {
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f5f9;
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
  border-color: #3b82f6;
}

.stat-title {
  font-size: 0.7rem;
  color: #64748b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.stat-value {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.about-mission {
  background: #0f172a;
  color: white;
  padding: 80px 24px;
  border-radius: 30px;
  margin-top: 60px;
  margin-bottom: 80px;
}

.mission-inner h2 {
  text-align: center;
  font-size: 1.85rem;
  margin-bottom: 40px;
  color: white;
}

.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.mv-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mv-card h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
  color: #3b82f6;
}

.mv-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5e1;
}

.about-problems {
  margin-bottom: 80px;
}

.problems-content {
  max-width: 1000px;
  margin: 0 auto;
}

.problems-header {
  text-align: center;
  margin-bottom: 48px;
}

.problems-header h2 {
  font-size: 1.85rem;
  margin-bottom: 16px;
}

.problems-header p {
  max-width: 700px;
  margin: 0 auto;
  color: #64748b;
}

.problem-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.problem-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.problem-card h3 {
  font-size: 1.1rem;
  color: #0f172a;
  margin-bottom: 12px;
  font-weight: 700;
}

.about-why {
  background: #f1f5f9;
  border-radius: 30px;
  padding: 60px 40px;
  margin-bottom: 80px;
}

.why-inner h2 {
  font-size: 1.85rem;
  margin-bottom: 20px;
  text-align: center;
}

.why-inner p {
  font-size: 1.05rem;
  color: #475569;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.usp-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.usp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}

.usp-icon {
  width: 40px;
  height: 40px;
  background: #0f172a;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.about-different {
  margin-bottom: 80px;
}

.about-different h2 {
  font-size: 1.85rem;
  text-align: center;
  margin-bottom: 40px;
}

.about-values h2 {
  font-size: 1.85rem;
  text-align: center;
  margin-bottom: 40px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.value-card {
  background: white;
  border-radius: 20px;
  padding: 32px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.value-card:hover {
  border-color: #3b82f6;
  box-shadow: 0 8px 12px rgba(59, 130, 246, 0.08);
}

.value-icon {
  width: 48px;
  height: 48px;
  background: #eff6ff;
  color: #3b82f6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.about-careers {
  margin-bottom: 80px;
  padding: 60px 40px;
  background: white;
  border-radius: 30px;
  border: 1px solid #e2e8f0;
}

.about-careers h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 12px;
  color: #0f172a;
}

.careers-sub {
  text-align: center;
  font-size: 1.15rem;
  color: #64748b;
  margin-bottom: 60px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.careers-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.careers-intro h3, .work-culture h3, .open-roles h3 {
  font-size: 1.35rem;
  margin-bottom: 20px;
  color: #0f172a;
  border-bottom: 2px solid #eff6ff;
  padding-bottom: 10px;
  display: inline-block;
}

.roles-empty {
  text-align: center;
  padding: 48px;
  background: #f8fafc;
  border-radius: 20px;
  border: 2px dashed #e2e8f0;
  margin: 32px 0;
}

.roles-empty p {
  font-size: 1.05rem;
  color: #64748b;
  margin-bottom: 10px;
}

.roles-empty a {
  color: #3b82f6;
  font-weight: 700;
  text-decoration: none;
}

.roles-empty a:hover {
  text-decoration: underline;
}

.about-cta {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
  padding: 60px 40px;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.about-cta h2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .about-hero h1 { font-size: 2.75rem; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .about-hero h1 { font-size: 2.25rem; }
  .about-two-col { grid-template-columns: 1fr; gap: 32px; }
  .problem-list { grid-template-columns: 1fr; }
  .mv-grid { grid-template-columns: 1fr; }
  .careers-grid-layout { grid-template-columns: 1fr; gap: 32px; }
}
