/* Why Choose Us Section Styles */
.omtw-why-wrapper {
  background-color: #FAF7F0;
  padding: 90px 24px;
}

.omtw-why-container {
  max-width: 1200px;
  margin: 0 auto;
}

.omtw-why-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px auto;
}

.omtw-why-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #EAF0E8;
  color: #1F3D2B;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 99px;
  margin-bottom: 16px;
}

.omtw-why-eyebrow i,
.omtw-why-eyebrow svg {
  width: 1em;
  height: 1em;
  font-size: 16px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  fill: currentColor;
  flex-shrink: 0;
}

.omtw-why-title {
  font-family: 'Fraunces', serif;
  font-size: 42px;
  font-weight: 700;
  color: #1A2E1E;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.omtw-why-subtitle {
  font-size: 16px;
  color: #4B564D;
  line-height: 1.6;
  margin: 0;
}

.omtw-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.omtw-why-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.omtw-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(31, 61, 43, 0.1);
}

.omtw-why-icon {
  width: 48px;
  height: 48px;
  background: #EAF0E8;
  color: #1F3D2B;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.omtw-why-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  transition: all 0.3s ease;
}

.omtw-why-icon i {
  font-size: 24px;
  transition: all 0.3s ease;
}

.omtw-why-card-title {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 700;
  color: #1A2E1E;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.omtw-why-card-desc {
  font-size: 14px;
  color: #4A5568;
  line-height: 1.6;
  margin: 0 0 24px 0;
  flex: 1;
}

.omtw-why-check-line {
  font-size: 13px;
  font-weight: 700;
  color: #1F3D2B;
  padding-top: 16px;
  border-top: 1px dashed #E2E8F0;
  margin-top: auto;
}

@media (max-width: 1024px) {
  .omtw-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .omtw-why-grid {
    grid-template-columns: 1fr;
  }

  .omtw-why-title {
    font-size: 32px;
  }
}
